Skip to content

Commit

Permalink
Add Base Chain
Browse files Browse the repository at this point in the history
  • Loading branch information
BIP Bot committed Jul 30, 2023
1 parent 5447afa commit 8c81870
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
21 changes: 20 additions & 1 deletion brownie/data/network-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,13 @@ live:
host: https://zkevm-rpc.com
id: zkevm-main
name: Polygon zkEVM mainnet
- name: Base
networks:
- chainid: 8453
explorer: https://api.basescan.org/api
host: https://mainnet.base.org
id: base-main
name: Base mainnet



Expand Down Expand Up @@ -361,4 +368,16 @@ development:
accounts: 10
evm_version: istanbul
mnemonic: brownie
fork: zkevm-main
fork: zkevm-main
- name: Ganache-CLI Base-Mainnet Fork)
id: base-main-fork
cmd: ganache-cli
host: http://127.0.0.1
timeout: 120
cmd_settings:
port: 8545
gas_limit: 20000000
accounts: 10
evm_version: istanbul
mnemonic: brownie
fork: base-main
3 changes: 2 additions & 1 deletion brownie/network/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
"snowtrace": "SNOWTRACE_TOKEN",
"aurorascan": "AURORASCAN_TOKEN",
"moonscan": "MOONSCAN_TOKEN",
"gnosisscan": "GNOSISSCAN_TOKEN"
"gnosisscan": "GNOSISSCAN_TOKEN",
"base": "BASESCAN_TOKEN"
}


Expand Down

0 comments on commit 8c81870

Please sign in to comment.