We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa29a9 commit 259795eCopy full SHA for 259795e
src/constants.ts
@@ -1,7 +1,7 @@
1
import JSBI from 'jsbi'
2
3
-export const MSG_SENDER = '0x0000000000000000000000000000000000000000'
4
-export const ADDRESS_THIS = '0x0000000000000000000000000000000000000001'
+export const MSG_SENDER = '0x0000000000000000000000000000000000000001'
+export const ADDRESS_THIS = '0x0000000000000000000000000000000000000002'
5
6
export const ZERO = JSBI.BigInt(0)
7
export const ONE = JSBI.BigInt(1)
0 commit comments