From 906779fba0a2160b468d9d7ad4f06889034ef227 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Wed, 21 Feb 2024 11:17:22 +0100 Subject: [PATCH] contracts: cleanup --- codex/contracts/deployment.nim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/codex/contracts/deployment.nim b/codex/contracts/deployment.nim index ea263f91..b5b2e311 100644 --- a/codex/contracts/deployment.nim +++ b/codex/contracts/deployment.nim @@ -14,10 +14,6 @@ type Deployment* = ref object const knownAddresses = { # Hardhat localhost network "31337": { - # TODO: This is currently the address of the marketplace with a dummy - # verifier. Replace with "0x322813Fd9A801c5507c9de605d63CEA4f2CE6c44" once we - # can generate actual Groth16 ZK proofs - # "Marketplace": Address.init("0xa85233C63b9Ee964Add6F2cffe00Fd84eb32338f"), "Marketplace": Address.init("0x322813Fd9A801c5507c9de605d63CEA4f2CE6c44"), }.toTable, # Taiko Alpha-3 Testnet