From b5188b0679aa36ae54ea083bcd68349ef1b344e7 Mon Sep 17 00:00:00 2001 From: tersec Date: Sat, 14 Jan 2023 12:34:34 +0000 Subject: [PATCH] withdrawals amount in uint64 gwei: https://github.com/ethereum/execution-apis/pull/354 --- web3/ethtypes.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3/ethtypes.nim b/web3/ethtypes.nim index 7adb8eb..0fd7637 100644 --- a/web3/ethtypes.nim +++ b/web3/ethtypes.nim @@ -199,7 +199,7 @@ type index*: Quantity validatorIndex*: Quantity address*: Address - amount*: UInt256 + amount*: Quantity # https://github.com/ethereum/execution-apis/blob/v1.0.0-beta.1/src/engine/specification.md#executionpayloadv1 ExecutionPayloadV1* = object