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 608a99a + 2e249fa commit e05ebdbCopy full SHA for e05ebdb
modules/statics/src/networks.ts
@@ -2022,13 +2022,13 @@ class PlumeTestnet extends Testnet implements EthereumNetwork {
2022
class Canton extends Mainnet implements BaseNetwork {
2023
name = 'Canton';
2024
family = CoinFamily.CANTON;
2025
- explorerUrl = 'https://ccview.io/transfers/';
+ explorerUrl = 'https://ccview.io/updates/';
2026
}
2027
2028
class CantonTestnet extends Testnet implements BaseNetwork {
2029
name = 'CantonTestnet';
2030
2031
- explorerUrl = 'https://devnet.ccview.io/transfers/';
+ explorerUrl = 'https://devnet.ccview.io/updates/';
2032
2033
2034
export const Networks = {
0 commit comments