Skip to content

Commit

Permalink
Update Codex Testnet marketplace contract address (#944)
Browse files Browse the repository at this point in the history
Signed-off-by: Slava <[email protected]>
  • Loading branch information
veaceslavdoina authored Oct 8, 2024
1 parent f02de34 commit 44f21b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codex/contracts/deployment.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 44f21b8

Please sign in to comment.