diff --git a/modules/statics/src/networks.ts b/modules/statics/src/networks.ts index 3a7a854f68..654631540a 100644 --- a/modules/statics/src/networks.ts +++ b/modules/statics/src/networks.ts @@ -2400,13 +2400,13 @@ class PlumeTestnet extends Testnet implements EthereumNetwork { class Canton extends Mainnet implements BaseNetwork { name = 'Canton'; family = CoinFamily.CANTON; - explorerUrl = 'https://ccview.io/updates/'; + explorerUrl = 'https://lighthouse.cantonloop.com/transactions/'; } class CantonTestnet extends Testnet implements BaseNetwork { name = 'CantonTestnet'; family = CoinFamily.CANTON; - explorerUrl = 'https://devnet.ccview.io/updates/'; + explorerUrl = 'https://lighthouse.devnet.cantonloop.com/transactions/'; } class Dogeos extends Mainnet implements EthereumNetwork {