chore: update testnet marketplace address (#1283)

This commit is contained in:
Slava 2025-06-20 09:13:58 +03:00 committed by GitHub
parent 235c0ec842
commit 36f64ad3e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,9 +18,9 @@ const knownAddresses = {
# Taiko Alpha-3 Testnet
"167005":
{"Marketplace": Address.init("0x948CF9291b77Bd7ad84781b9047129Addf1b894F")}.toTable,
# Codex Testnet - Jun 11 2025 17:04:56 PM (+00:00 UTC)
# Codex Testnet - Jun 19 2025 13:11:56 PM (+00:00 UTC)
"789987":
{"Marketplace": Address.init("0xd53a4181862f42641ccA02Fb4CED7D7f19C6920B")}.toTable,
{"Marketplace": Address.init("0x5378a4EA5dA2a548ce22630A3AE74b052000C62D")}.toTable,
}.toTable
proc getKnownAddress(T: type, chainId: UInt256): ?Address =