From 93ce6c8cb4eee1f43e378139924619dddb5e1b0a Mon Sep 17 00:00:00 2001 From: Nikolas Haimerl Date: Mon, 30 Sep 2024 15:17:03 +0000 Subject: [PATCH] fmt --- Cargo.lock | 1 + rs/ethereum/cketh/test_utils/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 797ec32f274..cc86e5c952f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6535,6 +6535,7 @@ dependencies = [ "ic-canisters-http-types", "ic-cdk 0.13.5", "ic-cketh-minter", + "ic-ethereum-types", "ic-icrc1-ledger", "ic-ledger-suite-orchestrator", "ic-ledger-suite-orchestrator-test-utils", diff --git a/rs/ethereum/cketh/test_utils/Cargo.toml b/rs/ethereum/cketh/test_utils/Cargo.toml index 97ef892c82a..8ca4f423ff6 100644 --- a/rs/ethereum/cketh/test_utils/Cargo.toml +++ b/rs/ethereum/cketh/test_utils/Cargo.toml @@ -15,6 +15,7 @@ ic-base-types = { path = "../../../types/base_types" } ic-canisters-http-types = { path = "../../../rust_canisters/http_types" } ic-cdk = { workspace = true } ic-cketh-minter = { path = "../minter" } +ic-ethereum-types = { path = "../../../../packages/ic-ethereum-types" } ic-icrc1-ledger = { path = "../../../ledger_suite/icrc1/ledger" } ic-ledger-suite-orchestrator = { path = "../../ledger-suite-orchestrator" } ic-ledger-suite-orchestrator-test-utils = { path = "../../ledger-suite-orchestrator/test_utils" }