From e7be674fda0202efeb81328a16f15b45410013d5 Mon Sep 17 00:00:00 2001 From: freehere107 Date: Thu, 16 Jan 2025 15:22:26 +0800 Subject: [PATCH] Add bifrost network --- 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 6deed6c47..fb70990a5 100644 --- a/services/core/src/chains.json +++ b/services/core/src/chains.json @@ -543,5 +543,22 @@ "standard": "none" } ] + }, + { + "name": "bifrost", + "chain": "bifrost", + "rpc": [ + "https://hk.p.bifrost-rpc.liebi.com/" + ], + "shortName": "bifrost", + "chainId": 996, + "networkId": 996, + "explorers": [ + { + "name": "subscan", + "url": "https://bifrost.subscan.io/", + "standard": "none" + } + ] } ] diff --git a/services/core/src/sourcify-chains.ts b/services/core/src/sourcify-chains.ts index fd92a44cd..425a30005 100644 --- a/services/core/src/sourcify-chains.ts +++ b/services/core/src/sourcify-chains.ts @@ -208,4 +208,11 @@ export default { "supported": true, "monitored": false, }, + "996": { + "rpc": ["https://hk.p.bifrost-rpc.liebi.com/"], + "contractFetchAddress": "https://bifrost.api.subscan.io/api/scan/evm/contract", + "subscan":true, + "supported": true, + "monitored": false, + }, }