Skip to content

Commit

Permalink
Merge pull request #1638 from decentdao/update-voteserc20wrapper
Browse files Browse the repository at this point in the history
Update VotesERC20Wrapper
  • Loading branch information
adamgall authored May 5, 2024
2 parents 216e88b + 273235d commit f58a7f1
Show file tree
Hide file tree
Showing 23 changed files with 1,064 additions and 157 deletions.
6 changes: 4 additions & 2 deletions src/assets/abi/GnosisSafeL2.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default [
const GnosisSafeL2Abi = [
{
anonymous: false,
inputs: [
Expand Down Expand Up @@ -1135,4 +1135,6 @@ export default [
stateMutability: 'payable',
type: 'receive',
},
];
] as const;

export default GnosisSafeL2Abi;
Loading

0 comments on commit f58a7f1

Please sign in to comment.