mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-02 13:33:10 +00:00
chore: update testnet marketplace address (#1209)
https://github.com/codex-storage/nim-codex/issues/1203
This commit is contained in:
parent
d220e53fe1
commit
b39d541227
@ -18,9 +18,9 @@ const knownAddresses = {
|
||||
# Taiko Alpha-3 Testnet
|
||||
"167005":
|
||||
{"Marketplace": Address.init("0x948CF9291b77Bd7ad84781b9047129Addf1b894F")}.toTable,
|
||||
# Codex Testnet - Feb 25 2025 07:24:19 AM (+00:00 UTC)
|
||||
# Codex Testnet - Apr 22 2025 12:42:16 PM (+00:00 UTC)
|
||||
"789987":
|
||||
{"Marketplace": Address.init("0xfFaF679D5Cbfdd5Dbc9Be61C616ed115DFb597ed")}.toTable,
|
||||
{"Marketplace": Address.init("0xDB2908d724a15d05c0B6B8e8441a8b36E67476d3")}.toTable,
|
||||
}.toTable
|
||||
|
||||
proc getKnownAddress(T: type, chainId: UInt256): ?Address =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user