Skip to content

Commit

Permalink
Remove Multisend Typechain (#1663)
Browse files Browse the repository at this point in the history
* Remove all instances of MultiSend objects from FractalContracts, BaseContracs, useSafeContracts, etc

* Remove the usul typechain-types assets

* Fix import order
  • Loading branch information
adamgall authored May 8, 2024
1 parent c15bb0d commit 32d6928
Show file tree
Hide file tree
Showing 97 changed files with 134 additions and 13,317 deletions.
11 changes: 11 additions & 0 deletions src/assets/abi/MultiSendCallOnly.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const MultiSendCallOnlyAbi = [
{
inputs: [{ internalType: 'bytes', name: 'transactions', type: 'bytes' }],
name: 'multiSend',
outputs: [],
stateMutability: 'payable',
type: 'function',
},
] as const;

export default MultiSendCallOnlyAbi;
7 changes: 0 additions & 7 deletions src/assets/typechain-types/usul/@gnosis.pm/index.ts

This file was deleted.

Loading

0 comments on commit 32d6928

Please sign in to comment.