Skip to content

Commit dcd5902

Browse files
fix: flow testnet explorer url
Ticket: WIN-7460
1 parent 6ad588c commit dcd5902

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)