Adds testnet marketplace address to known deployments (#911)
This commit is contained in:
parent
032d7e7495
commit
098c4bb6e9
|
@ -19,6 +19,10 @@ const knownAddresses = {
|
||||||
# Taiko Alpha-3 Testnet
|
# Taiko Alpha-3 Testnet
|
||||||
"167005": {
|
"167005": {
|
||||||
"Marketplace": Address.init("0x948CF9291b77Bd7ad84781b9047129Addf1b894F")
|
"Marketplace": Address.init("0x948CF9291b77Bd7ad84781b9047129Addf1b894F")
|
||||||
|
}.toTable,
|
||||||
|
# Codex Testnet - Sept-2024
|
||||||
|
"789987": {
|
||||||
|
"Marketplace": Address.init("0xCDef8d6884557be4F68dC265b6bB2E3e52a6C9d6")
|
||||||
}.toTable
|
}.toTable
|
||||||
}.toTable
|
}.toTable
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue