Adds testnet marketplace address to known deployments (#911)

This commit is contained in:
Ben Bierens 2024-09-24 10:52:07 +02:00 committed by GitHub
parent 032d7e7495
commit 098c4bb6e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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