From 807e38ed381d44e6e1ddf34f57ddf58219687492 Mon Sep 17 00:00:00 2001 From: James Hinshelwood Date: Wed, 5 Jul 2023 16:31:02 +0100 Subject: [PATCH] Add Zilliqa EVM chain (32769) --- src/sourcify-chains.ts | 5 +++++ test/chains/chain-tests.js | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/src/sourcify-chains.ts b/src/sourcify-chains.ts index b19099375..ee79063c2 100644 --- a/src/sourcify-chains.ts +++ b/src/sourcify-chains.ts @@ -892,6 +892,11 @@ const sourcifyChainsExtensions: SourcifyChainsExtensionsObject = { contractFetchAddress: "https://explorer.kava.io/" + BLOCKSCOUT_SUFFIX, txRegex: getBlockscoutRegex(), }, + "32769": { + // Zilliqa EVM + supported: true, + monitored: false, + }, }; const sourcifyChainsMap: SourcifyChainMap = {}; diff --git a/test/chains/chain-tests.js b/test/chains/chain-tests.js index b2a3ee18c..8ee114782 100644 --- a/test/chains/chain-tests.js +++ b/test/chains/chain-tests.js @@ -931,6 +931,15 @@ describe("Test Supported Chains", function () { "shared/1_Storage.metadata.json" ); + // Zilliqa EVM + verifyContract( + "0x6F85669808e20b121980DE8E7a794a0cc90fDc77", + "32769", + "Zilliqa EVM", + ["shared/1_Storage.sol"], + "shared/1_Storage.metadata.json" + ) + // Finally check if all the "supported: true" chains have been tested it("should have tested all supported chains", function (done) { if (newAddedChainId) {