Skip to content

Commit

Permalink
Add unique & quartz
Browse files Browse the repository at this point in the history
  • Loading branch information
freehere107 committed Feb 27, 2024
1 parent 4ae0f69 commit ba7baae
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
34 changes: 34 additions & 0 deletions services/core/src/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -458,5 +458,39 @@
"standard": "none"
}
]
},
{
"name": "unique",
"chain": "unique",
"rpc": [
"https://unique-rpc.dwellir.com/"
],
"shortName": "unique",
"chainId": 8880,
"networkId": 8880,
"explorers": [
{
"name": "subscan",
"url": "https://unique.subscan.io/",
"standard": "none"
}
]
},
{
"name": "quartz",
"chain": "quartz",
"rpc": [
"https://quartz-rpc.dwellir.com/"
],
"shortName": "quartz",
"chainId": 8881,
"networkId": 8881,
"explorers": [
{
"name": "subscan",
"url": "https://quartz.subscan.io/",
"standard": "none"
}
]
}
]
14 changes: 14 additions & 0 deletions services/core/src/sourcify-chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,18 @@ export default {
"supported": true,
"monitored": false,
},
"8880": {
"rpc": ["https://unique-rpc.dwellir.com"],
"contractFetchAddress": "https://unique.api.subscan.io/api/scan/evm/contract",
"subscan":true,
"supported": true,
"monitored": false,
},
"8881": {
"rpc": ["https://quartz-rpc.dwellir.com/"],
"contractFetchAddress": "https://quartz.api.subscan.io/api/scan/evm/contract",
"subscan":true,
"supported": true,
"monitored": false,
},
}

0 comments on commit ba7baae

Please sign in to comment.