Skip to content

Commit fbcd868

Browse files
committed
fix(sdk-coin-bsc): fix mainnet explorer link
Ticket: TMS-1123
1 parent bdbfc44 commit fbcd868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/statics/src/networks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ class AvalanchePTestnet extends Testnet implements AvalancheNetwork {
314314
class BinanceSmartChain extends Mainnet implements EthereumNetwork {
315315
name = 'BinanceSmartChain';
316316
family = CoinFamily.BSC;
317-
explorerUrl = 'https://www.bscscan.com/tx/';
318-
accountExplorerUrl = 'https://www.bscscan.com/address/';
317+
explorerUrl = 'https://bscscan.com/tx/';
318+
accountExplorerUrl = 'https://bscscan.com/address/';
319319
chainId = 56;
320320
nativeCoinOperationHashPrefix = '56';
321321
tokenOperationHashPrefix = '56-ERC20';

0 commit comments

Comments
 (0)