We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdbfc44 + fbcd868 commit c92d326Copy full SHA for c92d326
modules/statics/src/networks.ts
@@ -314,8 +314,8 @@ class AvalanchePTestnet extends Testnet implements AvalancheNetwork {
314
class BinanceSmartChain extends Mainnet implements EthereumNetwork {
315
name = 'BinanceSmartChain';
316
family = CoinFamily.BSC;
317
- explorerUrl = 'https://www.bscscan.com/tx/';
318
- accountExplorerUrl = 'https://www.bscscan.com/address/';
+ explorerUrl = 'https://bscscan.com/tx/';
+ accountExplorerUrl = 'https://bscscan.com/address/';
319
chainId = 56;
320
nativeCoinOperationHashPrefix = '56';
321
tokenOperationHashPrefix = '56-ERC20';
0 commit comments