Skip to content

Commit

Permalink
sourcify-chains: Add Oasis Sapphire Testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Feb 10, 2023
1 parent 15ea135 commit 4af0f46
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions services/core/src/sourcify-chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,13 @@ const sourcifyChains: SourcifyChainsObject = {
contractFetchAddress: "https://testnet.explorer.emerald.oasis.dev/" + BLOCKSCOUT_SUFFIX,
txRegex: getBlockscoutRegex(),
},
"23295": {
// Oasis Sapphire Testnet
supported: true,
monitored: false,
contractFetchAddress: "https://testnet.explorer.sapphire.oasis.dev/" + BLOCKSCOUT_SUFFIX,
txRegex: getBlockscoutRegex(),
},
"19": {
// Songbird Canary Network
supported: true,
Expand Down

0 comments on commit 4af0f46

Please sign in to comment.