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 86e313e
Showing 1 changed file with 5 additions and 5 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

0 comments on commit 86e313e

Please sign in to comment.