From b804c4a9c8562adcb2fdf419ea39482dcdfc72cc Mon Sep 17 00:00:00 2001 From: Ben Hauser Date: Sun, 5 Sep 2021 00:29:20 +0000 Subject: [PATCH] feat: add arbitrum to network config --- brownie/data/network-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/brownie/data/network-config.yaml b/brownie/data/network-config.yaml index 1cbe14fcb..671f5f6f8 100644 --- a/brownie/data/network-config.yaml +++ b/brownie/data/network-config.yaml @@ -43,6 +43,13 @@ live: id: kotti host: https://www.ethercluster.com/kotti explorer: https://blockscout.com/etc/kotti/api + - name: Arbitrum + networks: + - name: Mainnet + chainid: 42161 + id: arbitrum-main + host: https://arb1.arbitrum.io/rpc + explorer: https://api.arbiscan.io/api - name: Binance Smart Chain networks: - name: Testnet