diff --git a/src/actions/public/getBlock.test.ts b/src/actions/public/getBlock.test.ts index 44c9f7d6a06..cc8c8fc2382 100644 --- a/src/actions/public/getBlock.test.ts +++ b/src/actions/public/getBlock.test.ts @@ -37,9 +37,9 @@ test('gets latest block', async () => { "blobGasUsed", "excessBlobGas", "parentBeaconBlockRoot", + "size", "uncles", "transactions", - "size", "withdrawals", "totalDifficulty", ] @@ -400,9 +400,9 @@ describe('args: blockTag', () => { "blobGasUsed", "excessBlobGas", "parentBeaconBlockRoot", + "size", "uncles", "transactions", - "size", "withdrawals", "totalDifficulty", ] @@ -429,7 +429,6 @@ describe('args: blockTag', () => { "gasLimit", "gasUsed", "timestamp", - "totalDifficulty", "extraData", "mixHash", "nonce", @@ -439,9 +438,10 @@ describe('args: blockTag', () => { "excessBlobGas", "parentBeaconBlockRoot", "requestsHash", + "totalDifficulty", + "size", "uncles", "transactions", - "size", "withdrawals", ] `) @@ -470,9 +470,9 @@ describe('args: blockTag', () => { "extraData", "mixHash", "nonce", + "size", "uncles", "transactions", - "size", "baseFeePerGas", "blobGasUsed", "excessBlobGas",