Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit a052892

Browse files
committed
EIP 1884: Repricing trie-dependent opcodes
1 parent 88e6896 commit a052892

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libethcore/EVMSchedule.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ static const EVMSchedule ConstantinopleFixSchedule = [] {
150150
static const EVMSchedule IstanbulSchedule = [] {
151151
EVMSchedule schedule = ConstantinopleFixSchedule;
152152
schedule.txDataNonZeroGas = 16;
153+
schedule.sloadGas = 800;
154+
schedule.balanceGas = 700;
155+
schedule.extcodehashGas = 700;
153156
return schedule;
154157
}();
155158

0 commit comments

Comments
 (0)