From 44f21b8a68be254d0e983c894b2050f3b0f48928 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:10:42 +0300 Subject: [PATCH] Update Codex Testnet marketplace contract address (#944) Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com> --- 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 6ab65425..88520577 100644 --- a/codex/contracts/deployment.nim +++ b/codex/contracts/deployment.nim @@ -20,9 +20,9 @@ const knownAddresses = { "167005": { "Marketplace": Address.init("0x948CF9291b77Bd7ad84781b9047129Addf1b894F") }.toTable, - # Codex Testnet - Sept-2024 + # Codex Testnet - Oct 08 2024 08:02:50 (+0 UTC) "789987": { - "Marketplace": Address.init("0xCDef8d6884557be4F68dC265b6bB2E3e52a6C9d6") + "Marketplace": Address.init("0xfE822Df439d987849a90B64a4C0e26a297DBD47F") }.toTable }.toTable