Skip to content

Commit

Permalink
feat: update abis of imwss3 release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Dec 5, 2024
1 parent 52fa91f commit b7e8675
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/contractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://docs.colony.io/develop",
"dependencies": {
"@colony/abis": "1.6.0",
"@colony/abis": "1.7.0",
"@typechain/ethers-v5": "^11.1.0",
"@typechain/ethers-v6": "^0.4.2",
"@types/mkdirp": "^1.0.2",
Expand Down
5 changes: 3 additions & 2 deletions packages/sdk/src/ColonyNetwork/Colony.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1002,8 +1002,9 @@ export class Colony {
'makeArbitraryTransactions',
[[target], [action], false],
async (receipt) => ({
...extractEvent<ColonyEvents.ArbitraryTransactionEventObject>(
'ArbitraryTransaction',
// eslint-disable-next-line max-len
...extractEvent<ColonyEvents.ArbitraryTransaction_address_address_bytes_bool_EventObject>(
'ArbitraryTransaction(address,address,bytes,bool)',
receipt,
),
}),
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7e8675

Please sign in to comment.