Skip to content

Commit

Permalink
Adds testnet marketplace address to known deployments (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbierens authored Sep 24, 2024
1 parent 032d7e7 commit 098c4bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions codex/contracts/deployment.nim
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ const knownAddresses = {
# Taiko Alpha-3 Testnet
"167005": {
"Marketplace": Address.init("0x948CF9291b77Bd7ad84781b9047129Addf1b894F")
}.toTable,
# Codex Testnet - Sept-2024
"789987": {
"Marketplace": Address.init("0xCDef8d6884557be4F68dC265b6bB2E3e52a6C9d6")
}.toTable
}.toTable

Expand Down

0 comments on commit 098c4bb

Please sign in to comment.