mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-04 06:23:06 +00:00
feat(marketplace) - add status l2 (Linea) network (#1160)
This commit is contained in:
parent
36f64ad3e6
commit
c5e424ff1b
@ -21,6 +21,9 @@ const knownAddresses = {
|
|||||||
# Codex Testnet - Jun 19 2025 13:11:56 PM (+00:00 UTC)
|
# Codex Testnet - Jun 19 2025 13:11:56 PM (+00:00 UTC)
|
||||||
"789987":
|
"789987":
|
||||||
{"Marketplace": Address.init("0x5378a4EA5dA2a548ce22630A3AE74b052000C62D")}.toTable,
|
{"Marketplace": Address.init("0x5378a4EA5dA2a548ce22630A3AE74b052000C62D")}.toTable,
|
||||||
|
# Linea (Status)
|
||||||
|
"1660990954":
|
||||||
|
{"Marketplace": Address.init("0x34F606C65869277f236ce07aBe9af0B8c88F486B")}.toTable,
|
||||||
}.toTable
|
}.toTable
|
||||||
|
|
||||||
proc getKnownAddress(T: type, chainId: UInt256): ?Address =
|
proc getKnownAddress(T: type, chainId: UInt256): ?Address =
|
||||||
|
|||||||
2
vendor/codex-contracts-eth
vendored
2
vendor/codex-contracts-eth
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 886e8c5b0f17b6127f2c63f442dbfa03b72c6dfd
|
Subproject commit 2dddc260152b6e9c24ae372397f9b9b2d27ce8e4
|
||||||
Loading…
x
Reference in New Issue
Block a user