From e8fcdbb426375e7db64ff292ba8704cfdc7f3fef Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 10 Nov 2020 16:05:09 +0100 Subject: [PATCH] feat(common): add upstream Ethereum chains repository --- .gitmodules | 3 +++ common/.gitmodules | 3 +++ common/defs/ethereum/chains | 1 + 3 files changed, 7 insertions(+) create mode 160000 common/defs/ethereum/chains diff --git a/.gitmodules b/.gitmodules index 22077424f..6ab5a3ab3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/common/.gitmodules b/common/.gitmodules index d8c45b3c3..3e047af73 100644 --- a/common/.gitmodules +++ b/common/.gitmodules @@ -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 diff --git a/common/defs/ethereum/chains b/common/defs/ethereum/chains new file mode 160000 index 000000000..16fcf0dbb --- /dev/null +++ b/common/defs/ethereum/chains @@ -0,0 +1 @@ +Subproject commit 16fcf0dbb5c47534fdb5766ba4ad9f45d8534a65