Skip to content

Commit

Permalink
Formatting Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
remedcu committed Mar 15, 2024
1 parent 6a01ea6 commit 430d53a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions examples/4337-gas-metering/utils/safe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,18 +189,7 @@ export const getGelatoCallData = async ({
},
],
functionName: 'execTransaction',
args: [
setupTxs.to,
setupTxs.value,
setupTxs.data,
setupTxs.operation,
0n,
0n,
0n,
zeroAddress,
zeroAddress,
signature[0].data,
],
args: [setupTxs.to, setupTxs.value, setupTxs.data, setupTxs.operation, 0n, 0n, 0n, zeroAddress, zeroAddress, signature[0].data],
})

return callData
Expand Down

0 comments on commit 430d53a

Please sign in to comment.