Add BNB URLs to EtherscanProvider networks.
This commit is contained in:
parent
ff9d124c60
commit
ec39abe067
@ -172,6 +172,12 @@ export class EtherscanProvider extends AbstractProvider {
|
||||
return "https:/\/api-optimistic.etherscan.io";
|
||||
case "optimism-goerli":
|
||||
return "https:/\/api-goerli-optimistic.etherscan.io";
|
||||
|
||||
case "bnb":
|
||||
return "http:/\/api.bscscan.com";
|
||||
case "bnbt":
|
||||
return "http:/\/api-testnet.bscscan.com";
|
||||
|
||||
default:
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user