Skip to content

Commit

Permalink
Add unique testnet opal
Browse files Browse the repository at this point in the history
  • Loading branch information
freehere107 committed Mar 4, 2024
1 parent ba7baae commit 363e991
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
17 changes: 17 additions & 0 deletions services/core/src/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,5 +492,22 @@
"standard": "none"
}
]
},
{
"name": "opal",
"chain": "opal",
"rpc": [
"https://ws-opal.unique.network/"
],
"shortName": "opal",
"chainId": 8882,
"networkId": 8882,
"explorers": [
{
"name": "subscan",
"url": "https://opal.subscan.io/",
"standard": "none"
}
]
}
]
7 changes: 7 additions & 0 deletions services/core/src/sourcify-chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,11 @@ export default {
"supported": true,
"monitored": false,
},
"8882": {
"rpc": ["https://ws-opal.unique.network/"],
"contractFetchAddress": "https://opal.api.subscan.io/api/scan/evm/contract",
"subscan":true,
"supported": true,
"monitored": false,
},
}

0 comments on commit 363e991

Please sign in to comment.