Skip to content

Commit 12f291f

Browse files
committed
fix: set bot permission in events and calls match
1 parent 930185b commit 12f291f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ds/execute_parser.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ func (f *FacadeCallNameWithMulticall) v3(client core.ClientI, events []*schemas.
151151
callInd++
152152
case "f42aeb00": // compareBalances // v310
153153
callInd++
154+
case "19043543": // setBotPermissions(address,uint192)
155+
callInd++
154156
case "1f1088a0": // withdrawcollateral
155157
if eventInd < eventLen {
156158
if events[eventInd].Action != "WithdrawCollateral(address,address,uint256,address)" {

0 commit comments

Comments
 (0)