mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-05 23:13:09 +00:00
chore: update testnet marketplace address (#1270)
This commit is contained in:
parent
e324ac8ca5
commit
3d2d8273e6
@ -18,9 +18,9 @@ const knownAddresses = {
|
|||||||
# Taiko Alpha-3 Testnet
|
# Taiko Alpha-3 Testnet
|
||||||
"167005":
|
"167005":
|
||||||
{"Marketplace": Address.init("0x948CF9291b77Bd7ad84781b9047129Addf1b894F")}.toTable,
|
{"Marketplace": Address.init("0x948CF9291b77Bd7ad84781b9047129Addf1b894F")}.toTable,
|
||||||
# Codex Testnet - May 30 2025 07:33:06 AM (+00:00 UTC)
|
# Codex Testnet - Jun 11 2025 17:04:56 PM (+00:00 UTC)
|
||||||
"789987":
|
"789987":
|
||||||
{"Marketplace": Address.init("0x7c7a749DE7156305E55775e7Ab3931abd6f7300E")}.toTable,
|
{"Marketplace": Address.init("0xd53a4181862f42641ccA02Fb4CED7D7f19C6920B")}.toTable,
|
||||||
}.toTable
|
}.toTable
|
||||||
|
|
||||||
proc getKnownAddress(T: type, chainId: UInt256): ?Address =
|
proc getKnownAddress(T: type, chainId: UInt256): ?Address =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user