Skip to content

Commit a120a7f

Browse files
committed
fix(statics): update tempo testnet explorer url
Ticket: CECHO-592
1 parent 73b0cb6 commit a120a7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/statics/src/networks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2532,8 +2532,8 @@ class Tempo extends Mainnet implements EthereumNetwork {
25322532
class TempoTestnet extends Testnet implements EthereumNetwork {
25332533
name = 'Tempo Testnet';
25342534
family = CoinFamily.TEMPO;
2535-
explorerUrl = 'https://explore.tempo.xyz/tx/';
2536-
accountExplorerUrl = 'https://explore.tempo.xyz/address/';
2535+
explorerUrl = 'https://explore.testnet.tempo.xyz/tx/';
2536+
accountExplorerUrl = 'https://explore.testnet.tempo.xyz/address/';
25372537
chainId = 42431;
25382538
nativeCoinOperationHashPrefix = '42431';
25392539
tokenOperationHashPrefix = '42431';

0 commit comments

Comments
 (0)