From 0411d9d2d26eda85a154c555d50a3c1a80ca6596 Mon Sep 17 00:00:00 2001 From: Jose Storopoli Date: Mon, 13 Jan 2025 15:13:14 -0300 Subject: [PATCH] test(db): fix tests --- crates/proof-impl/evm-ee-stf/test_data/witness_params.json | 2 +- crates/reth/db/test_data/witness_params.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/proof-impl/evm-ee-stf/test_data/witness_params.json b/crates/proof-impl/evm-ee-stf/test_data/witness_params.json index 8b78e0b25..131bf6877 100644 --- a/crates/proof-impl/evm-ee-stf/test_data/witness_params.json +++ b/crates/proof-impl/evm-ee-stf/test_data/witness_params.json @@ -212,7 +212,7 @@ "withdrawal_intents": [ { "amt": 1000000000, - "dest_pk": "0xffab0d5c1a6a719fb807387792d63c7f30f6c8205e4150e0267ec95774106d53" + "destination": [4, 255, 171, 13, 92, 26, 106, 113, 159, 184, 7, 56, 119, 146, 214, 60, 127, 48, 246, 200, 32, 94, 65, 80, 224, 38, 126, 201, 87, 116, 16, 109, 83] } ], "deposit_requests": [] diff --git a/crates/reth/db/test_data/witness_params.json b/crates/reth/db/test_data/witness_params.json index 8b78e0b25..131bf6877 100644 --- a/crates/reth/db/test_data/witness_params.json +++ b/crates/reth/db/test_data/witness_params.json @@ -212,7 +212,7 @@ "withdrawal_intents": [ { "amt": 1000000000, - "dest_pk": "0xffab0d5c1a6a719fb807387792d63c7f30f6c8205e4150e0267ec95774106d53" + "destination": [4, 255, 171, 13, 92, 26, 106, 113, 159, 184, 7, 56, 119, 146, 214, 60, 127, 48, 246, 200, 32, 94, 65, 80, 224, 38, 126, 201, 87, 116, 16, 109, 83] } ], "deposit_requests": []