more changes

This commit is contained in:
a 2022-10-24 21:02:03 -05:00
parent 6567072793
commit 7da44cb2f1
5 changed files with 2 additions and 16 deletions

12
.gitmodules vendored
View File

@ -1,16 +1,4 @@
[submodule "4bytes"]
path = 4bytes
url = https://github.com/ethereum-lists/4bytes.git
ignore = dirty
[submodule "trustwallet"]
path = trustwallet
url = https://github.com/trustwallet/assets.git
ignore = dirty
[submodule "topic0"]
path = topic0
url = https://github.com/wmitsuda/topic0.git
ignore = dirty
[submodule "chains"]
path = chains
url = https://github.com/ethereum-lists/chains.git
ignore = dirty

1
4bytes

@ -1 +0,0 @@
Subproject commit 5197eb52b81b8594b6c5d3de023e649bec9523ca

1
chains

@ -1 +0,0 @@
Subproject commit b725d8e7cce9ceb97b888c9ad5a1eec9495e194d

View File

@ -46,10 +46,11 @@
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"postbuild": "cp -r chains dist && cp -r topic0 dist",
"postbuild": "cp -r chains dist && cp -r topic0 dist && cp -r 4bytes dist",
"preview": "vite preview",
"dl-chains": "svn checkout https://github.com/ethereum-lists/chains/trunk/_data/chains && rm -rf chains/.svn",
"dl-topic0": "git clone https://github.com/wmitsuda/topic0 && rm -rf topic0/.git",
"dl-4byte": "git clone github.com/ethereum-lists/4bytes && rm -rf 4bytes/.git",
"source-map-explorer": "source-map-explorer build/static/js/*.js",
"assets-start": "docker run --rm -p 3001:80 --name otterscan-assets -d -v$(pwd)/4bytes/signatures:/usr/share/nginx/html/signatures/ -v$(pwd)/trustwallet/blockchains/ethereum/assets:/usr/share/nginx/html/assets/1 -v$(pwd)/topic0/with_parameter_names:/usr/share/nginx/html/topic0/ -v$(pwd)/chains/_data/chains:/usr/share/nginx/html/chains/ -v$(pwd)/nginx/nginx.conf:/etc/nginx/nginx.conf -v$(pwd)/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf nginx:1.21.1-alpine",
"assets-start-with-param-names": "docker run --rm -p 3001:80 --name otterscan-assets -d -v$(pwd)/4bytes/with_parameter_names:/usr/share/nginx/html/signatures/ -v$(pwd)/trustwallet/blockchains/ethereum/assets:/usr/share/nginx/html/assets/1 -v$(pwd)/topic0/with_parameter_names:/usr/share/nginx/html/topic0/ -v$(pwd)/chains/_data/chains:/usr/share/nginx/html/chains/ -v$(pwd)/nginx/nginx.conf:/etc/nginx/nginx.conf -v$(pwd)/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf nginx:1.21.1-alpine",

1
topic0

@ -1 +0,0 @@
Subproject commit f6a21e2e0036217a33f0a9c8b4aef26e47a02b7d