Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Apr 26, 2024
1 parent 17be72b commit 978ece2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/actions/public/getTransaction.test.ts
Expand Up @@ -104,9 +104,6 @@ test('gets transaction (eip2930)', async () => {
[
"hash",
"nonce",
"blockHash",
"blockNumber",
"transactionIndex",
"from",
"to",
"value",
Expand All @@ -120,6 +117,9 @@ test('gets transaction (eip2930)', async () => {
"chainId",
"accessList",
"type",
"blockHash",
"blockNumber",
"transactionIndex",
"typeHex",
]
`)
Expand Down

0 comments on commit 978ece2

Please sign in to comment.