From f21ef7f384b88457d614a4eca14d08d190a58e2d Mon Sep 17 00:00:00 2001 From: Fabiana Cecin Date: Wed, 10 Jun 2026 09:40:51 -0300 Subject: [PATCH] remove dep forks --- logos_delivery.nimble | 2 +- nimble.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/logos_delivery.nimble b/logos_delivery.nimble index 3ffa8fa22..efe118595 100644 --- a/logos_delivery.nimble +++ b/logos_delivery.nimble @@ -42,7 +42,7 @@ requires "nim >= 2.2.4", # RPC & APIs "https://github.com/status-im/nim-json-rpc.git#v0.6.1", "presto", - "https://github.com/fcecin/nim-web3-websock040#96f39ea1b633277c1d93eafd62759db1d498e359", + "web3", # Database "db_connector", "sqlite3_abi", diff --git a/nimble.lock b/nimble.lock index e9ecc42b8..e8ac890a9 100644 --- a/nimble.lock +++ b/nimble.lock @@ -472,7 +472,7 @@ "unittest2" ], "checksums": { - "sha1": "596db0aafcb3c83f5dba6d42993f2276e0d00eb5" + "sha1": "4221c98dbc09ba56d68ca0a36b5c2ad90e39a43b" } }, "lsquic": { @@ -538,8 +538,8 @@ }, "web3": { "version": "0.8.0", - "vcsRevision": "96f39ea1b633277c1d93eafd62759db1d498e359", - "url": "https://github.com/fcecin/nim-web3-websock040", + "vcsRevision": "cdfe5601d2812a58e54faf53ee634452d01e5918", + "url": "https://github.com/status-im/nim-web3", "downloadMethod": "git", "dependencies": [ "nim", @@ -557,7 +557,7 @@ "results" ], "checksums": { - "sha1": "b5972104bc9223a34ae3758293225264822af893" + "sha1": "26a112af032ef1536f97da2ca7364af618a11b80" } }, "dnsdisc": {