Skip to content

Commit

Permalink
Add chain 111000 (#1093)
Browse files Browse the repository at this point in the history
* add chain 111000

* add chain 111000

* Add accidentally removed `txRegex` of Kava EVM

---------

Co-authored-by: Kaan Uzdoğan <[email protected]>
  • Loading branch information
siberiumsourcify and kuzdogan authored Jul 7, 2023
1 parent d0b7268 commit 99f7d7d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/sourcify-chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,13 @@ const sourcifyChainsExtensions: SourcifyChainsExtensionsObject = {
"https://explorer.testnet.kava.io/" + BLOCKSCOUT_SUFFIX,
txRegex: getBlockscoutRegex(),
},
"111000": {
supported: true,
monitored: false,
contractFetchAddress:
"https://http://explorer.test.siberium.net/" + BLOCKSCOUT_SUFFIX,
txRegex: getBlockscoutRegex(),
},
};

const sourcifyChainsMap: SourcifyChainMap = {};
Expand Down
9 changes: 9 additions & 0 deletions test/chains/chain-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,15 @@ describe("Test Supported Chains", function () {
"shared/1_Storage.metadata.json"
);

// Siberium Testnet
verifyContract(
"0x60E9b3CD8C160Ce6408dD6E2Fa938895cfF7E087",
"111000",
"Siberium Testnet",
["shared/1_Storage.sol"],
"shared/1_Storage.metadata.json"
);

// Ethereum Classic Mainnet
verifyContract(
"0x45a82B987a4e5d7D00eD5aB325DF00850cDAbBAC",
Expand Down

0 comments on commit 99f7d7d

Please sign in to comment.