Skip to content

Commit 3b25b96

Browse files
Merge pull request #7155 from BitGo/WIN-7460
fix: flow testnet explorer url
2 parents f386a91 + dcd5902 commit 3b25b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@ class Flow extends Mainnet implements EthereumNetwork {
19431943
class FlowTestnet extends Testnet implements EthereumNetwork {
19441944
name = 'FlowTestnet';
19451945
family = CoinFamily.FLOW;
1946-
explorerUrl = 'https://evm.flowscan.io/tx/';
1946+
explorerUrl = 'https://evm-testnet.flowscan.io/tx/';
19471947
accountExplorerUrl = 'https://evm-testnet.flowscan.io/address/';
19481948
chainId = 545;
19491949
nativeCoinOperationHashPrefix = '545';

0 commit comments

Comments
 (0)