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.
2 parents ac76231 + 1c5df24 commit 2a7025eCopy full SHA for 2a7025e
1 file changed
modules/statics/src/networks.ts
@@ -2652,7 +2652,7 @@ class Canton extends Mainnet implements BaseNetwork {
2652
class CantonTestnet extends Testnet implements BaseNetwork {
2653
name = 'CantonTestnet';
2654
family = CoinFamily.CANTON;
2655
- explorerUrl = 'https://lighthouse.devnet.cantonloop.com/transactions/';
+ explorerUrl = 'https://lighthouse.testnet.cantonloop.com/transactions/';
2656
}
2657
2658
class Dogeos extends Mainnet implements EthereumNetwork {
0 commit comments