Skip to content

Commit a70c9b6

Browse files
committed
Update constants.ts
- Fix for incorrect HookType assignment
1 parent 05d8fca commit a70c9b6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/sdk/pulse/constants.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export enum HookType {
2-
GLOBAL = '0x01',
3-
DELEGATECALL = '0x02',
4-
VALUE = '0x03',
5-
SIG = '0x04',
6-
TARGET_SIG = '0x05',
2+
GLOBAL = '0x00',
3+
DELEGATECALL = '0x01',
4+
VALUE = '0x02',
5+
SIG = '0x03',
6+
TARGET_SIG = '0x04',
77
}

0 commit comments

Comments
 (0)