Skip to content

Commit 5a46ee2

Browse files
ci-botAniket-Engg
authored andcommitted
update evm map for celo mainnet and testnet
1 parent 86b400d commit 5a46ee2

File tree

1 file changed

+3
-1
lines changed
  • libs/remix-ui/run-tab/src/lib/actions

1 file changed

+3
-1
lines changed

libs/remix-ui/run-tab/src/lib/actions/evmmap.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ export const evmMap: Map<HardFork, { chainId: ChainInfo[], minCompilerVersion: s
2929
chainId: [
3030
{ id: 1, name: "Ethereum Mainnet" },
3131
{ id: 100, name: "Gnosis Chain" },
32-
{ id: 11155111, name: "Sepolia" }
32+
{ id: 11155111, name: "Sepolia" },
33+
{ id: 42220, name: "Celo Mainnet" },
34+
{ id: 44787, name: "Celo Alfajores Testnet" },
3335
],
3436
minCompilerVersion: "0.8.24+commit.e11b9ed9",
3537
evmVersion: 'prague'

0 commit comments

Comments
 (0)