From c5e424ff1bc035d468a5425cb9e0649fb865b334 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 20 Jun 2025 14:30:40 +0200 Subject: [PATCH] feat(marketplace) - add status l2 (Linea) network (#1160) --- codex/contracts/deployment.nim | 3 +++ vendor/codex-contracts-eth | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/codex/contracts/deployment.nim b/codex/contracts/deployment.nim index 22110d7e..55b4b55c 100644 --- a/codex/contracts/deployment.nim +++ b/codex/contracts/deployment.nim @@ -21,6 +21,9 @@ const knownAddresses = { # Codex Testnet - Jun 19 2025 13:11:56 PM (+00:00 UTC) "789987": {"Marketplace": Address.init("0x5378a4EA5dA2a548ce22630A3AE74b052000C62D")}.toTable, + # Linea (Status) + "1660990954": + {"Marketplace": Address.init("0x34F606C65869277f236ce07aBe9af0B8c88F486B")}.toTable, }.toTable proc getKnownAddress(T: type, chainId: UInt256): ?Address = diff --git a/vendor/codex-contracts-eth b/vendor/codex-contracts-eth index 886e8c5b..2dddc260 160000 --- a/vendor/codex-contracts-eth +++ b/vendor/codex-contracts-eth @@ -1 +1 @@ -Subproject commit 886e8c5b0f17b6127f2c63f442dbfa03b72c6dfd +Subproject commit 2dddc260152b6e9c24ae372397f9b9b2d27ce8e4