From e43872d0b8341e1decf0d75461dd5a87ea8bf0f6 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Fri, 30 May 2025 12:12:55 +0300 Subject: [PATCH] chore: update testnet marketplace address (#1245) https://github.com/codex-storage/nim-codex/issues/1241 --- codex/contracts/deployment.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codex/contracts/deployment.nim b/codex/contracts/deployment.nim index 37bb8ea1..7613e6fd 100644 --- a/codex/contracts/deployment.nim +++ b/codex/contracts/deployment.nim @@ -18,9 +18,9 @@ const knownAddresses = { # Taiko Alpha-3 Testnet "167005": {"Marketplace": Address.init("0x948CF9291b77Bd7ad84781b9047129Addf1b894F")}.toTable, - # Codex Testnet - Apr 22 2025 12:42:16 PM (+00:00 UTC) + # Codex Testnet - May 30 2025 07:33:06 AM (+00:00 UTC) "789987": - {"Marketplace": Address.init("0xDB2908d724a15d05c0B6B8e8441a8b36E67476d3")}.toTable, + {"Marketplace": Address.init("0x7c7a749DE7156305E55775e7Ab3931abd6f7300E")}.toTable, }.toTable proc getKnownAddress(T: type, chainId: UInt256): ?Address =