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 7, 2024
1 parent e0106f7 commit 4dcfb21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 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 @@ -29,7 +29,6 @@ test('gets latest block', async () => {
"gasLimit",
"gasUsed",
"timestamp",
"totalDifficulty",
"extraData",
"mixHash",
"nonce",
Expand All @@ -42,6 +41,7 @@ test('gets latest block', async () => {
"transactions",
"size",
"withdrawals",
"totalDifficulty",
]
`)
})
Expand Down Expand Up @@ -138,7 +138,7 @@ describe('args: blockNumber', () => {
"size": 62253n,
"stateRoot": "0xe37f6c0612de420b2103e0a1d7ffb828fd6081e60d9edfa963f7c4a8feea54ce",
"timestamp": 1715686967n,
"totalDifficulty": 58750003716598352816469n,
"totalDifficulty": null,
"transactions": [
"0x985ca9ceaecc90bded8a892e45e2127eab09746cd7dffee057fba12ee066e161",
"0x32e57c908dc3407db0e54edaa9ed47419012ea97254c14e20111f7b5fef24eab",
Expand Down Expand Up @@ -392,7 +392,6 @@ describe('args: blockTag', () => {
"gasLimit",
"gasUsed",
"timestamp",
"totalDifficulty",
"extraData",
"mixHash",
"nonce",
Expand All @@ -405,6 +404,7 @@ describe('args: blockTag', () => {
"transactions",
"size",
"withdrawals",
"totalDifficulty",
]
`)
})
Expand Down Expand Up @@ -467,7 +467,6 @@ describe('args: blockTag', () => {
"gasLimit",
"gasUsed",
"timestamp",
"totalDifficulty",
"extraData",
"mixHash",
"nonce",
Expand All @@ -477,6 +476,7 @@ describe('args: blockTag', () => {
"baseFeePerGas",
"blobGasUsed",
"excessBlobGas",
"totalDifficulty",
]
`)
})
Expand Down Expand Up @@ -512,7 +512,7 @@ describe('args: hash', () => {
"size": 56024n,
"stateRoot": "0x115fd5eac921e6728825958b2b87da8aaf17edc0085164f11de798f6ed00abbd",
"timestamp": 1715686979n,
"totalDifficulty": 58750003716598352816469n,
"totalDifficulty": null,
"transactions": [
"0x5d374a026007c13e901765497b9164d44822902463efdf7b574b10c476ee2ad6",
"0x2762a7fb7c973e888edc457a3808d3882b5c8fc4f6c43a082d823319b126b91a",
Expand Down
2 changes: 0 additions & 2 deletions src/utils/rpc/ipc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ describe('request', () => {
"size": "0xdad8",
"stateRoot": "0x115fd5eac921e6728825958b2b87da8aaf17edc0085164f11de798f6ed00abbd",
"timestamp": "0x66434e43",
"totalDifficulty": "0xc70d815d562d3cfa955",
"transactions": [
"0x5d374a026007c13e901765497b9164d44822902463efdf7b574b10c476ee2ad6",
"0x2762a7fb7c973e888edc457a3808d3882b5c8fc4f6c43a082d823319b126b91a",
Expand Down Expand Up @@ -628,7 +627,6 @@ describe('requestAsync', () => {
"size": "0xdad8",
"stateRoot": "0x115fd5eac921e6728825958b2b87da8aaf17edc0085164f11de798f6ed00abbd",
"timestamp": "0x66434e43",
"totalDifficulty": "0xc70d815d562d3cfa955",
"transactions": [
"0x5d374a026007c13e901765497b9164d44822902463efdf7b574b10c476ee2ad6",
"0x2762a7fb7c973e888edc457a3808d3882b5c8fc4f6c43a082d823319b126b91a",
Expand Down
2 changes: 0 additions & 2 deletions src/utils/rpc/webSocket.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ describe('request', () => {
"size": "0xdad8",
"stateRoot": "0x115fd5eac921e6728825958b2b87da8aaf17edc0085164f11de798f6ed00abbd",
"timestamp": "0x66434e43",
"totalDifficulty": "0xc70d815d562d3cfa955",
"transactions": [
"0x5d374a026007c13e901765497b9164d44822902463efdf7b574b10c476ee2ad6",
"0x2762a7fb7c973e888edc457a3808d3882b5c8fc4f6c43a082d823319b126b91a",
Expand Down Expand Up @@ -630,7 +629,6 @@ describe('requestAsync', () => {
"size": "0xdad8",
"stateRoot": "0x115fd5eac921e6728825958b2b87da8aaf17edc0085164f11de798f6ed00abbd",
"timestamp": "0x66434e43",
"totalDifficulty": "0xc70d815d562d3cfa955",
"transactions": [
"0x5d374a026007c13e901765497b9164d44822902463efdf7b574b10c476ee2ad6",
"0x2762a7fb7c973e888edc457a3808d3882b5c8fc4f6c43a082d823319b126b91a",
Expand Down

0 comments on commit 4dcfb21

Please sign in to comment.