Skip to content

Commit 8ed3e40

Browse files
Merge pull request #9166 from BitGo/CECHO-1510
feat: update Boba network explorer URLs
2 parents 32e2d71 + 7b1963e commit 8ed3e40

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/statics/src/networks.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2748,8 +2748,8 @@ class TempoTestnet extends Testnet implements EthereumNetwork {
27482748
class Boba extends Mainnet implements EthereumNetwork {
27492749
name = 'Boba';
27502750
family = CoinFamily.BOBAETH;
2751-
explorerUrl = 'https://bobascan.com/blockchain/transactions';
2752-
accountExplorerUrl = 'https://bobascan.com/blockchain/accounts';
2751+
explorerUrl = 'https://bobascan.com/tx/';
2752+
accountExplorerUrl = 'https://bobascan.com/address/';
27532753
chainId = 288;
27542754
nativeCoinOperationHashPrefix = '288';
27552755
tokenOperationHashPrefix = '288-ERC20';
@@ -2758,8 +2758,8 @@ class Boba extends Mainnet implements EthereumNetwork {
27582758
class BobaTestnet extends Testnet implements EthereumNetwork {
27592759
name = 'Boba Testnet';
27602760
family = CoinFamily.BOBAETH;
2761-
explorerUrl = 'https://testnet.bobascan.com/blockchain/transactions';
2762-
accountExplorerUrl = 'https://testnet.bobascan.com/blockchain/accounts';
2761+
explorerUrl = 'https://testnet.bobascan.com/tx/';
2762+
accountExplorerUrl = 'https://testnet.bobascan.com/address/';
27632763
chainId = 28882;
27642764
nativeCoinOperationHashPrefix = '28882';
27652765
tokenOperationHashPrefix = '28882-ERC20';

0 commit comments

Comments
 (0)