Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

ethcore/res: enable ecip-1088 phoenix upgrade for kotti and mordor testnets #11529

Merged
merged 8 commits into from
Mar 13, 2020
20 changes: 11 additions & 9 deletions ethcore/res/ethereum/kotti.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@
"eip658Transition": "0xaef49",
"eip1014Transition": "0x1a064d",
"eip1052Transition": "0x1a064d",
"eip1283Transition": "0x1f67cf",
"eip1344Transition": "0x1f67cf",
"eip1706Transition": "0x1f67cf",
"eip2028Transition": "0x1f67cf",
"eip2200AdvanceTransition": "0x1f67cf",
"eip1283Transition": "0x0",
"eip1283DisableTransition": "0x0",
"eip1283ReenableTransition": "0x2191cd",
"eip1344Transition": "0x2191cd",
"eip1706Transition": "0x2191cd",
"eip1884Transition": "0x2191cd",
"eip2028Transition": "0x2191cd",
"gasLimitBoundDivisor": "0x400",
"maxCodeSize": "0x6000",
"maxCodeSizeTransition": "0xaef49",
Expand Down Expand Up @@ -129,7 +131,7 @@
"0xaef49": {
"price": { "alt_bn128_const_operations": { "price": 500 }}
},
"0x1f67cf": {
"0x2191cd": {
"info": "EIP 1108 transition",
"price": { "alt_bn128_const_operations": { "price": 150 }}
}
Expand All @@ -144,7 +146,7 @@
"0xaef49": {
"price": { "alt_bn128_const_operations": { "price": 40000 }}
},
"0x1f67cf": {
"0x2191cd": {
"info": "EIP 1108 transition",
"price": { "alt_bn128_const_operations": { "price": 6000 }}
}
Expand All @@ -159,7 +161,7 @@
"0xaef49": {
"price": { "alt_bn128_pairing": { "base": 100000, "pair": 80000 }}
},
"0x1f67cf": {
"0x2191cd": {
"info": "EIP 1108 transition",
"price": { "alt_bn128_pairing": { "base": 45000, "pair": 34000 }}
}
Expand All @@ -170,7 +172,7 @@
"balance": "0x1",
"builtin": {
"name": "blake2_f",
"activate_at": "0x1f67cf",
"activate_at": "0x2191cd",
"pricing": {
"blake2_f": {
"gas_per_round": 1
Expand Down
Loading