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" }