Skip to content

Commit 5b3eaf3

Browse files
ci-botAniket-Engg
authored andcommitted
remove Mainnet and sepolia from the map as per @ryestew
1 parent 7801b05 commit 5b3eaf3

File tree

1 file changed

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

1 file changed

+3
-9
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,48 +75,42 @@ export const evmMap: Map<HardFork, { chainId: ChainInfo[], minCompilerVersion: s
7575
}],
7676
['petersburg', {
7777
chainId: [
78-
{ id: 1, name: "Ethereum Mainnet" },
7978
{ id: 5, name: "Goerli" },
80-
// { id: 11155111, name: "Sepolia" }
8179
],
8280
minCompilerVersion: "0.5.5+commit.47a71e8f",
8381
evmVersion: 'petersburg'
8482
}],
8583
['constantinople', {
8684
chainId: [
87-
{ id: 1, name: "Ethereum Mainnet" },
8885
{ id: 5, name: "Goerli" },
89-
// { id: 11155111, name: "Sepolia" }
9086
],
9187
minCompilerVersion: "0.5.5+commit.47a71e8f",
9288
evmVersion: 'constantinople'
9389
}],
9490
['byzantium', {
9591
chainId: [
96-
{ id: 1, name: "Ethereum Mainnet" }
92+
{ id: 5, name: "Goerli" },
9793
],
9894
minCompilerVersion: "0.4.21+commit.dfe3193c",
9995
evmVersion: 'byzantium'
10096
}],
10197
['spuriousDragon', {
10298
chainId: [
103-
{ id: 1, name: "Ethereum Mainnet" }
99+
{ id: 5, name: "Goerli" },
104100
],
105101
minCompilerVersion: "0.4.9+commit.364da425",
106102
evmVersion: 'spuriousDragon'
107103
}],
108104
['tangerineWhistle', {
109105
chainId: [
110-
{ id: 1, name: "Ethereum Mainnet" }
106+
{ id: 5, name: "Goerli" },
111107
],
112108
minCompilerVersion: "0.4.0+commit.acd334c9",
113109
evmVersion: 'tangerineWhistle'
114110
}],
115111
['homestead', {
116112
chainId: [
117-
{ id: 1, name: "Ethereum Mainnet" },
118113
{ id: 5, name: "Goerli" },
119-
// { id: 11155111, name: "Sepolia" }
120114
],
121115
minCompilerVersion: "0.1.2+commit.d0d36e3",
122116
evmVersion: 'homestead'

0 commit comments

Comments
 (0)