From ede6966c46e065bc4021949c18b11a23ed3eeacf Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 1 Dec 2020 11:53:57 -0800 Subject: [PATCH] Added eth2-batch-contract to MyEtherWallet --- data/ecosystems/m/myetherwallet.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/m/myetherwallet.toml b/data/ecosystems/m/myetherwallet.toml index 7ff09064..2a3f4fa8 100644 --- a/data/ecosystems/m/myetherwallet.toml +++ b/data/ecosystems/m/myetherwallet.toml @@ -42,6 +42,9 @@ url = "https://github.com/MyEtherWallet/erc20faucet" [[repo]] url = "https://github.com/MyEtherWallet/eth-list-merger" +[[repo]] +url = "https://github.com/MyEtherWallet/eth2-batch-contract" + [[repo]] url = "https://github.com/MyEtherWallet/eth2-keystore"