From ba7baae6b533ae673b10d510d175b5afd2105606 Mon Sep 17 00:00:00 2001 From: freehere107 Date: Tue, 27 Feb 2024 12:18:38 +0800 Subject: [PATCH] Add unique & quartz --- services/core/src/chains.json | 34 ++++++++++++++++++++++++++++ services/core/src/sourcify-chains.ts | 14 ++++++++++++ 2 files changed, 48 insertions(+) diff --git a/services/core/src/chains.json b/services/core/src/chains.json index e47f0a7a5..d63ee9847 100644 --- a/services/core/src/chains.json +++ b/services/core/src/chains.json @@ -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" + } + ] } ] diff --git a/services/core/src/sourcify-chains.ts b/services/core/src/sourcify-chains.ts index cba5b1d9f..5d2a54f1c 100644 --- a/services/core/src/sourcify-chains.ts +++ b/services/core/src/sourcify-chains.ts @@ -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, + }, }