We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cda50b commit 582ff6bCopy full SHA for 582ff6b
src/consolidations/ctor.eas
@@ -1,6 +1,6 @@
1
;; Store 0xff..ff as a temporary excess value to avoid requests being queued
2
;; before the fork.
3
- push 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
+ push (1<<256)-1 ; [excess]
4
push 0 ; [slot, excess]
5
sstore ; []
6
src/withdrawals/ctor.eas
0 commit comments