From 0c647d8337475f8aa16e70f121423f53e4098169 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:01:56 +0300 Subject: [PATCH] chore: new marketplace address for testnet (#961) https://github.com/codex-storage/infra-codex/issues/248 Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com> --- codex/contracts/deployment.nim | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/codex/contracts/deployment.nim b/codex/contracts/deployment.nim index 1fe3726d..1a4223c1 100644 --- a/codex/contracts/deployment.nim +++ b/codex/contracts/deployment.nim @@ -20,10 +20,9 @@ const knownAddresses = { "167005": { "Marketplace": Address.init("0x948CF9291b77Bd7ad84781b9047129Addf1b894F") }.toTable, - - # Codex Testnet - Oct 08 2024 08:02:50 (+0 UTC) + # Codex Testnet - Oct 21 2024 07:31:50 AM (+00:00 UTC) "789987": { - "Marketplace": Address.init("0xfE822Df439d987849a90B64a4C0e26a297DBD47F") + "Marketplace": Address.init("0x3F9Cf3F40F0e87d804B776D8403e3d29F85211f4") }.toTable }.toTable