We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73b0cb6 + a120a7f commit f823795Copy full SHA for f823795
modules/statics/src/networks.ts
@@ -2532,8 +2532,8 @@ class Tempo extends Mainnet implements EthereumNetwork {
2532
class TempoTestnet extends Testnet implements EthereumNetwork {
2533
name = 'Tempo Testnet';
2534
family = CoinFamily.TEMPO;
2535
- explorerUrl = 'https://explore.tempo.xyz/tx/';
2536
- accountExplorerUrl = 'https://explore.tempo.xyz/address/';
+ explorerUrl = 'https://explore.testnet.tempo.xyz/tx/';
+ accountExplorerUrl = 'https://explore.testnet.tempo.xyz/address/';
2537
chainId = 42431;
2538
nativeCoinOperationHashPrefix = '42431';
2539
tokenOperationHashPrefix = '42431';
0 commit comments