mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 15:08:12 +00:00
feat(common): add upstream Ethereum chains repository
This commit is contained in:
parent
4628c774aa
commit
e8fcdbb426
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -24,3 +24,6 @@
|
||||
[submodule "vendor/fido2-tests"]
|
||||
path = vendor/fido2-tests
|
||||
url = https://github.com/trezor/fido2-tests.git
|
||||
[submodule "common/defs/ethereum/chains"]
|
||||
path = common/defs/ethereum/chains
|
||||
url = https://github.com/ethereum-lists/chains
|
||||
|
3
common/.gitmodules
vendored
3
common/.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "defs/ethereum/tokens"]
|
||||
path = defs/ethereum/tokens
|
||||
url = https://github.com/ethereum-lists/tokens.git
|
||||
[submodule "defs/ethereum/chains"]
|
||||
path = defs/ethereum/chains
|
||||
url = https://github.com/ethereum-lists/chains
|
||||
|
1
common/defs/ethereum/chains
Submodule
1
common/defs/ethereum/chains
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 16fcf0dbb5c47534fdb5766ba4ad9f45d8534a65
|
Loading…
Reference in New Issue
Block a user