From 6f84145ef549a0c34a93d2189a6414be8cecbdc4 Mon Sep 17 00:00:00 2001 From: freehere107 Date: Wed, 8 May 2024 20:25:56 +0800 Subject: [PATCH] Add peaq --- services/core/src/chains.json | 17 +++++++++++++++++ services/core/src/sourcify-chains.ts | 7 +++++++ 2 files changed, 24 insertions(+) diff --git a/services/core/src/chains.json b/services/core/src/chains.json index 3f531d372..bf04d688c 100644 --- a/services/core/src/chains.json +++ b/services/core/src/chains.json @@ -459,6 +459,23 @@ } ] }, + { + "name": "peaq", + "chain": "peaq", + "rpc": [ + "https://wss-arc.peaq.network/" + ], + "shortName": "peaq", + "chainId": 3338, + "networkId": 3338, + "explorers": [ + { + "name": "subscan", + "url": "https://peaq.subscan.io/", + "standard": "none" + } + ] + }, { "name": "unique", "chain": "unique", diff --git a/services/core/src/sourcify-chains.ts b/services/core/src/sourcify-chains.ts index 9ea51d15b..d83aa39cd 100644 --- a/services/core/src/sourcify-chains.ts +++ b/services/core/src/sourcify-chains.ts @@ -173,6 +173,13 @@ export default { "supported": true, "monitored": false, }, + "3338": { + "rpc": ["https://wss-arc.peaq.network"], + "contractFetchAddress": "https://peaq.api.subscan.io/api/scan/evm/contract", + "subscan":true, + "supported": true, + "monitored": false, + }, "8880": { "rpc": ["https://unique-rpc.dwellir.com"], "contractFetchAddress": "https://unique.api.subscan.io/api/scan/evm/contract",