From 6f9f9143ad170847658d71ddc177c41d6b1a3dd8 Mon Sep 17 00:00:00 2001 From: dahai <601276804@qq.com> Date: Mon, 12 Aug 2024 16:11:36 +0800 Subject: [PATCH 1/2] add app_resource --- chains.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/chains.json b/chains.json index aea30acc8..6ae119866 100644 --- a/chains.json +++ b/chains.json @@ -14781,7 +14781,13 @@ "url": "https://mainnet.bityuan.com", "standard": "none" } - ] + ], + "app_resource": { + "ic_chain_select": "https://www.bityuan.com/download/logo/logo2.png", + "ic_chain_unselect": "https://www.bityuan.com/download/logo/logo1.png", + "color_chain_bg": "0x333333", + "color_chain_text": "0xFFFFFF" + } }, { "name": "Orlando Chain", From 6cee686fb8fe23603546e4cfc77605b84ce4b1bb Mon Sep 17 00:00:00 2001 From: dahai <601276804@qq.com> Date: Tue, 13 Aug 2024 17:49:03 +0800 Subject: [PATCH 2/2] update bty network configuration --- chains.json | 62 ++++++++++++++++++++++++++--------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/chains.json b/chains.json index 6ae119866..c9b51ed24 100644 --- a/chains.json +++ b/chains.json @@ -14758,37 +14758,6 @@ ] } }, - { - "name": "BitYuan Mainnet", - "chain": "BTY", - "rpc": [ - "https://mainnet.bityuan.com/eth" - ], - "faucets": [], - "nativeCurrency": { - "name": "BTY", - "symbol": "BTY", - "decimals": 18 - }, - "infoURL": "https://www.bityuan.com", - "shortName": "bty", - "chainId": 2999, - "networkId": 2999, - "icon": "bty", - "explorers": [ - { - "name": "BitYuan Block Chain Explorer", - "url": "https://mainnet.bityuan.com", - "standard": "none" - } - ], - "app_resource": { - "ic_chain_select": "https://www.bityuan.com/download/logo/logo2.png", - "ic_chain_unselect": "https://www.bityuan.com/download/logo/logo1.png", - "color_chain_bg": "0x333333", - "color_chain_text": "0xFFFFFF" - } - }, { "name": "Orlando Chain", "chain": "ORL", @@ -43025,5 +42994,36 @@ "ic_chain_unselect_dark": "https://hk.tpstatic.net/token/tokenpocket-1721045671096.png", "ic_home_logo": "https://hk.tpstatic.net/token/tokenpocket-1721045683750.png" } + }, + { + "name": "BitYuan Mainnet", + "chain": "BTY", + "rpc": [ + "https://mainnet.bityuan.com/eth" + ], + "faucets": [], + "nativeCurrency": { + "name": "BTY", + "symbol": "BTY", + "decimals": 18 + }, + "infoURL": "https://www.bityuan.com", + "shortName": "bty", + "chainId": 2999, + "networkId": 2999, + "icon": "bty", + "explorers": [ + { + "name": "BitYuan Block Chain Explorer", + "url": "https://mainnet.bityuan.com", + "standard": "none" + } + ], + "app_resource": { + "ic_chain_select": "https://www.bityuan.com/download/logo/logo2.png", + "ic_chain_unselect": "https://www.bityuan.com/download/logo/logo1.png", + "color_chain_bg": "0x333333", + "color_chain_text": "0xFFFFFF" + } } ]