Skip to content

Commit

Permalink
Turn off support for POA Core (99) and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed May 12, 2023
1 parent 6e3c4ab commit da69b86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion src/sourcify-chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,9 @@ const sourcifyChainsExtensions: SourcifyChainsExtensionsObject = {
txRegex: getBlockscoutRegex(),
},
"99": {
// Turned off support as the chain seems to be shut down
// POA Network Core
supported: true,
supported: false,
monitored: false,
contractFetchAddress:
"https://blockscout.com/poa/core/" + BLOCKSCOUT_SUFFIX,
Expand Down
16 changes: 8 additions & 8 deletions test/chains/chain-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -592,14 +592,14 @@ describe("Test Supported Chains", function () {
"shared/1_Storage.metadata.json"
);

// POA Network Core
verifyContract(
"0x3b2e3383AeE77A58f252aFB3635bCBd842BaeCB3",
"99",
"POA Core",
["shared/1_Storage.sol"],
"shared/1_Storage.metadata.json"
);
// // POA Network Core
// verifyContract(
// "0x3b2e3383AeE77A58f252aFB3635bCBd842BaeCB3",
// "99",
// "POA Core",
// ["shared/1_Storage.sol"],
// "shared/1_Storage.metadata.json"
// );

// Astar (EVM)
verifyContract(
Expand Down

0 comments on commit da69b86

Please sign in to comment.