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 9484d53 + 6a79229 commit d45576bCopy full SHA for d45576b
libs/remix-ui/run-tab/src/lib/actions/evmmap.ts
@@ -37,6 +37,7 @@ export const evmMap: Map<HardFork, { chainId: ChainInfo[], minCompilerVersion: s
37
{ id: 42161, name: "Arbitrum One" },
38
{ id: 42170, name: "Arbitrum Nova" },
39
{ id: 43114, name: "Avalanche C-Chain" },
40
+ { id: 42220, name: "Celo Mainnet" },
41
{ id: 44787, name: "Celo Alfajores Testnet" },
42
{ id: 59144, name: "Linea Mainnet" },
43
{ id: 59141, name: "Linea Testnet" },
@@ -69,6 +70,7 @@ export const evmMap: Map<HardFork, { chainId: ChainInfo[], minCompilerVersion: s
69
70
{ id: 2000, name: "Dogechain Mainnet" },
71
72
73
74
75
76
0 commit comments