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.
1 parent bdbfc44 commit fbcd868Copy full SHA for fbcd868
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