From e509dff23df31c57e1a552f0e52b30ede6cc8103 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 5 Aug 2020 12:20:13 +0200 Subject: [PATCH] git: readd ethereum/tokens --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 627f736c4..22077424f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,6 +8,9 @@ [submodule "vendor/secp256k1-zkp"] path = vendor/secp256k1-zkp url = https://github.com/ElementsProject/secp256k1-zkp.git +[submodule "common/defs/ethereum/tokens"] + path = common/defs/ethereum/tokens + url = https://github.com/ethereum-lists/tokens.git [submodule "crypto/tests/wycheproof"] path = crypto/tests/wycheproof url = https://github.com/google/wycheproof