Skip to content

Commit 29bd8af

Browse files
fix: rename linea mainnet
Ticket: CECHO-321
1 parent effb265 commit 29bd8af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/statics/src/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,7 @@ class KavaEVM extends Mainnet implements EthereumNetwork {
16851685
}
16861686

16871687
class LineaETH extends Mainnet implements EthereumNetwork {
1688-
name = 'Linea Ethereum Testnet';
1688+
name = 'Linea Ethereum Mainnet';
16891689
family = CoinFamily.LINEAETH;
16901690
explorerUrl = 'https://lineascan.build/tx/';
16911691
accountExplorerUrl = 'https://lineascan.build/address/';

0 commit comments

Comments
 (0)