Skip to content

Commit

Permalink
chore: new marketplace address for testnet (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
veaceslavdoina committed Oct 21, 2024
1 parent f196caf commit 0c647d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions codex/contracts/deployment.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0c647d8

Please sign in to comment.