1
0
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:
matejcik 2020-11-10 16:05:09 +01:00 committed by Tomas Susanka
parent 4628c774aa
commit e8fcdbb426
3 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View File

@ -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
View File

@ -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

@ -0,0 +1 @@
Subproject commit 16fcf0dbb5c47534fdb5766ba4ad9f45d8534a65