Skip to content

Commit

Permalink
Add support for BSC testnet (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly authored Jun 23, 2021
1 parent fc741b4 commit 4a2574d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crytic_compile/platform/etherscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"goerli:": ("-goerli.etherscan.io", "goerli.etherscan.io"),
"tobalaba:": ("-tobalaba.etherscan.io", "tobalaba.etherscan.io"),
"bsc:": (".bscscan.com", "bscscan.com"),
"testnet.bsc:": ("-testnet.bscscan.com", "testnet.bscscan.com"),
}


Expand Down

0 comments on commit 4a2574d

Please sign in to comment.