From 897bc5473e2209a87949cc02e5ee90870ab2d2f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Izabela=20O=C5=BCd=C5=BCe=C5=84ska?= Date: Thu, 6 Jun 2024 09:57:58 +0200 Subject: [PATCH] Remove noir-trie-proofs dependency --- ethereum/circuits/get_transaction/Nargo.toml | 1 - ethereum/circuits/lib/Nargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/ethereum/circuits/get_transaction/Nargo.toml b/ethereum/circuits/get_transaction/Nargo.toml index 995e07db..b73a8c62 100644 --- a/ethereum/circuits/get_transaction/Nargo.toml +++ b/ethereum/circuits/get_transaction/Nargo.toml @@ -5,4 +5,3 @@ compiler_version = ">=0.30.0" [dependencies] ethereum = { path = "../lib" } -proof = { tag = "v0.1.6-4", git = "https://github.com/vlayer-xyz/noir-trie-proofs", directory = "lib" } diff --git a/ethereum/circuits/lib/Nargo.toml b/ethereum/circuits/lib/Nargo.toml index cd67e068..ee419255 100644 --- a/ethereum/circuits/lib/Nargo.toml +++ b/ethereum/circuits/lib/Nargo.toml @@ -6,4 +6,3 @@ compiler_version = "0.30.0" [dependencies] u2b = { tag = "v0.3.4", git = "https://github.com/vlayer-xyz/noir-u2b" } -proof = { tag = "v0.1.6-4", git = "https://github.com/vlayer-xyz/noir-trie-proofs", directory = "lib" }