Skip to content

Commit e901900

Browse files
committed
Add 'cancel' method to mainMethods array in transaction utility
1 parent 83bb3cb commit e901900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sdk/typescript/subgraph/src/mapping/utils/transaction.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const mainMethods: string[] = [
1111
'storeResults',
1212
'withdraw',
1313
'requestCancellation',
14+
'cancel',
1415
'stake',
1516
'unstake',
1617
'slash',

0 commit comments

Comments
 (0)