We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f386a91 + dcd5902 commit 3b25b96Copy full SHA for 3b25b96
modules/statics/src/networks.ts
@@ -1943,7 +1943,7 @@ class Flow extends Mainnet implements EthereumNetwork {
1943
class FlowTestnet extends Testnet implements EthereumNetwork {
1944
name = 'FlowTestnet';
1945
family = CoinFamily.FLOW;
1946
- explorerUrl = 'https://evm.flowscan.io/tx/';
+ explorerUrl = 'https://evm-testnet.flowscan.io/tx/';
1947
accountExplorerUrl = 'https://evm-testnet.flowscan.io/address/';
1948
chainId = 545;
1949
nativeCoinOperationHashPrefix = '545';
0 commit comments