Skip to content

Commit f823795

Browse files
authored
Merge pull request #8376 from BitGo/cecho-592
fix(tempo): update tempo testnet explorer url
2 parents 73b0cb6 + a120a7f commit f823795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)