-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix: add rest of arb tx types (#1483)
## Description _Concise description of proposed changes_ ## Testing Explain the quality checks that have been done on the code changes ## Additional Information - [ ] I read the [contributing docs](../docs/contributing.md) (if this is your first contribution) Your ENS/address:
- Loading branch information
1 parent
d501679
commit d1cefe1
Showing
2 changed files
with
12 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export const customTxTypes = [ | ||
'0x7e', // Optimism deposit tx | ||
'0x6a', // ArbitrumDepositTxType | ||
'0x6b', // ArbitrumUnsignedTxType | ||
'0x6c', // ArbitrumContractTxType | ||
'0x6d', // ArbitrumRetryTxType | ||
'0x6e', // ArbitrumSubmitRetryableTxType | ||
'0x6f', // ArbitrumInternalTxType | ||
] |
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