use a real verifying contract address

This commit is contained in:
Dmitriy Ryajov 2024-02-12 14:39:05 -06:00 committed by Eric
parent d977da9939
commit 67c225e7c4
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ const knownAddresses = {
# TODO: This is currently the address of the marketplace with a dummy # TODO: This is currently the address of the marketplace with a dummy
# verifier. Replace with "0x322813Fd9A801c5507c9de605d63CEA4f2CE6c44" once we # verifier. Replace with "0x322813Fd9A801c5507c9de605d63CEA4f2CE6c44" once we
# can generate actual Groth16 ZK proofs # can generate actual Groth16 ZK proofs
"Marketplace": Address.init("0xa85233C63b9Ee964Add6F2cffe00Fd84eb32338f"), # "Marketplace": Address.init("0xa85233C63b9Ee964Add6F2cffe00Fd84eb32338f"),
"Marketplace": Address.init("0x322813Fd9A801c5507c9de605d63CEA4f2CE6c44"),
}.toTable, }.toTable,
# Taiko Alpha-3 Testnet # Taiko Alpha-3 Testnet
"167005": { "167005": {