diff --git a/crytic_compile/platform/etherscan.py b/crytic_compile/platform/etherscan.py index de30a8af..a0514001 100644 --- a/crytic_compile/platform/etherscan.py +++ b/crytic_compile/platform/etherscan.py @@ -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"), }