Skip to content

Commit 1f7aee3

Browse files
author
ci-bot
committed
patch emv to support sepolia
1 parent 886e008 commit 1f7aee3

File tree

1 file changed

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

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,49 +27,55 @@ export type HardFork =
2727
export const evmMap: Map<HardFork, { chainId: ChainInfo[], minCompilerVersion: string }> = new Map([
2828
['prague', {
2929
chainId: [
30-
30+
{ id: 11155111, name: "Sepolia" },
3131
],
3232
minCompilerVersion: "0.8.24+commit.e11b9ed9",
3333
evmVersion: 'prague'
3434
}],
3535
['cancun', {
3636
chainId: [
3737
{ id: 5, name: "Goerli" },
38+
{ id: 11155111, name: "Sepolia" },
3839
],
3940
minCompilerVersion: "0.8.24+commit.e11b9ed9",
4041
evmVersion: 'cancun'
4142
}],
4243
['shanghai', {
4344
chainId: [
4445
{ id: 5, name: "Goerli" },
46+
{ id: 11155111, name: "Sepolia" },
4547
],
4648
minCompilerVersion: "0.8.20+commit.a1b79de6",
4749
evmVersion: 'shanghai'
4850
}],
4951
['paris', {
5052
chainId: [
5153
{ id: 5, name: "Goerli" },
54+
{ id: 11155111, name: "Sepolia" },
5255
],
5356
minCompilerVersion: "0.8.18+commit.87f61d96",
5457
evmVersion: 'paris'
5558
}],
5659
['london', {
5760
chainId: [
5861
{ id: 5, name: "Goerli" },
62+
{ id: 11155111, name: "Sepolia" },
5963
],
6064
minCompilerVersion: "0.8.7+commit.e28d00a7",
6165
evmVersion: 'london'
6266
}],
6367
['berlin', {
6468
chainId: [
6569
{ id: 5, name: "Goerli" },
70+
{ id: 11155111, name: "Sepolia" },
6671
],
6772
minCompilerVersion: "0.8.5+commit.a4f2e591",
6873
evmVersion: 'berlin'
6974
}],
7075
['istanbul', {
7176
chainId: [
7277
{ id: 5, name: "Goerli" },
78+
{ id: 11155111, name: "Sepolia" },
7379
],
7480
minCompilerVersion: "0.5.14+commit.01f1aaa4",
7581
evmVersion: 'istanbul'

0 commit comments

Comments
 (0)