Skip to content

Commit

Permalink
chore: more abi cleanup (#7745)
Browse files Browse the repository at this point in the history
* chore: remove redundant rfox abi

* chore: remove unused abis, add as const for type safety
  • Loading branch information
woodenfurniture authored Sep 13, 2024
1 parent 76df0f3 commit ccd8589
Show file tree
Hide file tree
Showing 33 changed files with 55 additions and 1,764 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/src/abis/arbOutbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ export const ARB_OUTBOX_ABI = [
stateMutability: 'nonpayable',
type: 'function',
},
]
] as const
2 changes: 1 addition & 1 deletion packages/contracts/src/abis/arbProxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ export const ARB_PROXY_ABI = [
type: 'function',
},
{ stateMutability: 'payable', type: 'receive' },
]
] as const
2 changes: 1 addition & 1 deletion packages/contracts/src/abis/arbRetryableTx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ export const ARBITRUM_RETRYABLE_TX_ABI = [
stateMutability: 'nonpayable',
type: 'function',
},
]
] as const
2 changes: 1 addition & 1 deletion packages/contracts/src/abis/arbSys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ export const ARB_SYS_ABI = [
stateMutability: 'payable',
type: 'function',
},
]
] as const
Loading

0 comments on commit ccd8589

Please sign in to comment.