From cef220f31cfbe1d9bac141385a6f64887027063a Mon Sep 17 00:00:00 2001 From: robcxyz Date: Fri, 25 Feb 2022 13:10:15 -0800 Subject: [PATCH] chore: add mainnet vx verification contract --- icon_contracts/workers/transactions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/icon_contracts/workers/transactions.py b/icon_contracts/workers/transactions.py index 5862dba..2b03420 100644 --- a/icon_contracts/workers/transactions.py +++ b/icon_contracts/workers/transactions.py @@ -37,6 +37,7 @@ metrics = Metrics() CONTRACT_VERIFICATION_CONTRACTS = { + "cxfc514c18d8dd85f06e31509a1f231efc5d8939e0", # Mainnet "cx4a574176f82852487b547126b7a59874f5599acd", # Berlin "cx59fd09b8fd87ad82961c29c4ff5e44773f629330", # Lisbon }