-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: remove redundant rfox abi * chore: remove unused abis, add as const for type safety
- Loading branch information
1 parent
76df0f3
commit ccd8589
Showing
33 changed files
with
55 additions
and
1,764 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -223,4 +223,4 @@ export const ARB_OUTBOX_ABI = [ | |
stateMutability: 'nonpayable', | ||
type: 'function', | ||
}, | ||
] | ||
] as const |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,4 +110,4 @@ export const ARBITRUM_RETRYABLE_TX_ABI = [ | |
stateMutability: 'nonpayable', | ||
type: 'function', | ||
}, | ||
] | ||
] as const |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,4 +136,4 @@ export const ARB_SYS_ABI = [ | |
stateMutability: 'payable', | ||
type: 'function', | ||
}, | ||
] | ||
] as const |
Oops, something went wrong.