File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2748,8 +2748,8 @@ class TempoTestnet extends Testnet implements EthereumNetwork {
27482748class 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 {
27582758class 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' ;
You can’t perform that action at this time.
0 commit comments