Skip to content

Commit 1f5a16e

Browse files
committed
Linter fix
1 parent a60171f commit 1f5a16e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/transaction-types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ export type EIP2930Transaction = TypedTransaction & {
107107
* List of addresses and storage keys that the transaction plans to access
108108
*/
109109
accessList:
110-
| { address: Hex; storageKeys: Hex[] }[]
111-
| { address: Uint8Array; storageKeys: Uint8Array[] }[];
110+
| { address: Hex; storageKeys: Hex[] }[]
111+
| { address: Uint8Array; storageKeys: Uint8Array[] }[];
112112
};
113113

114114
/**

0 commit comments

Comments
 (0)