Skip to content

Commit

Permalink
chore: up snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Nov 21, 2024
1 parent c6d4add commit c087550
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions src/actions/public/getBlock.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ test('gets latest block', async () => {
"blobGasUsed",
"excessBlobGas",
"parentBeaconBlockRoot",
"size",
"uncles",
"transactions",
"size",
"withdrawals",
"totalDifficulty",
]
Expand Down Expand Up @@ -400,9 +400,9 @@ describe('args: blockTag', () => {
"blobGasUsed",
"excessBlobGas",
"parentBeaconBlockRoot",
"size",
"uncles",
"transactions",
"size",
"withdrawals",
"totalDifficulty",
]
Expand All @@ -429,7 +429,6 @@ describe('args: blockTag', () => {
"gasLimit",
"gasUsed",
"timestamp",
"totalDifficulty",
"extraData",
"mixHash",
"nonce",
Expand All @@ -439,9 +438,10 @@ describe('args: blockTag', () => {
"excessBlobGas",
"parentBeaconBlockRoot",
"requestsHash",
"totalDifficulty",
"size",
"uncles",
"transactions",
"size",
"withdrawals",
]
`)
Expand Down Expand Up @@ -470,9 +470,9 @@ describe('args: blockTag', () => {
"extraData",
"mixHash",
"nonce",
"size",
"uncles",
"transactions",
"size",
"baseFeePerGas",
"blobGasUsed",
"excessBlobGas",
Expand Down
22 changes: 11 additions & 11 deletions src/actions/public/getTransaction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,24 +106,24 @@ test('gets transaction (eip2930)', async () => {
})
expect(Object.keys(transaction)).toMatchInlineSnapshot(`
[
"hash",
"type",
"chainId",
"nonce",
"blockHash",
"blockNumber",
"transactionIndex",
"from",
"to",
"value",
"gasPrice",
"gas",
"to",
"value",
"accessList",
"input",
"r",
"s",
"v",
"yParity",
"chainId",
"accessList",
"type",
"v",
"hash",
"blockHash",
"blockNumber",
"transactionIndex",
"from",
"typeHex",
]
`)
Expand Down

0 comments on commit c087550

Please sign in to comment.