Skip to content

Commit 259795e

Browse files
update constants (Uniswap#13)
1 parent 1fa29a9 commit 259795e

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

src/constants.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import JSBI from 'jsbi'
22

3-
export const MSG_SENDER = '0x0000000000000000000000000000000000000000'
4-
export const ADDRESS_THIS = '0x0000000000000000000000000000000000000001'
3+
export const MSG_SENDER = '0x0000000000000000000000000000000000000001'
4+
export const ADDRESS_THIS = '0x0000000000000000000000000000000000000002'
55

66
export const ZERO = JSBI.BigInt(0)
77
export const ONE = JSBI.BigInt(1)

0 commit comments

Comments
 (0)