We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fe4bf0 + 29bd8af commit f13a816Copy full SHA for f13a816
1 file changed
modules/statics/src/networks.ts
@@ -1685,7 +1685,7 @@ class KavaEVM extends Mainnet implements EthereumNetwork {
1685
}
1686
1687
class LineaETH extends Mainnet implements EthereumNetwork {
1688
- name = 'Linea Ethereum Testnet';
+ name = 'Linea Ethereum Mainnet';
1689
family = CoinFamily.LINEAETH;
1690
explorerUrl = 'https://lineascan.build/tx/';
1691
accountExplorerUrl = 'https://lineascan.build/address/';
0 commit comments