From 4abcd034003742b29e5225500f4cd5d74a22716a Mon Sep 17 00:00:00 2001 From: svenmanli Date: Thu, 9 Mar 2023 19:50:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0chains=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chains.js | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 chains.js diff --git a/chains.js b/chains.js new file mode 100644 index 0000000..32f46ed --- /dev/null +++ b/chains.js @@ -0,0 +1,57 @@ +var chainlist = [ + { + accountMode: 'permissionedWithCert', + chainId: 'chainmaker_testnet_chain', + chainName: '开放测试网络 (cert)', + description:'长安链permissionedWithCert账户模式开放测试网络', + hostName: 'chainmaker.org', + logo:'https://git.chainmaker.org.cn/uploads/-/system/project/avatar/7/logo-10.png?width=60', + rpcs:[ + { + url:'152.136.217.46:12302', + orgName:"长安链官网" + }, + { + url:'49.232.86.161:12302', + orgName:"长安链官网" + }, + { + url:'82.157.120.56:12302', + orgName:"长安链官网" + }, + { + url:'152.136.210.129:12302', + orgName:"长安链官网" + } + ], + tlsEnable: true, + browserLink: 'https://explorer-testnet.chainmaker.org.cn/', + }, + { + accountMode: 'public', + chainId: 'chainmaker_ testnet pk', + chainName: '开放测试网络 (Public)', + description:'长安链public账户模式开放测试网络', + hostName: 'chainmaker.org', + logo:'https://git.chainmaker.org.cn/uploads/-/system/project/avatar/7/logo-10.png?width=60', + rpcs:[ + { + url:'152.136.217.46:17301', + orgName:"长安链官网" + }, + { + url:'49.232.86.161:17301', + orgName:"长安链官网" + }, + { + url:'82.157.120.56:17301', + orgName:"长安链官网" + }, + { + url:'152.136.210.129:17301', + orgName:"长安链官网" + } + ], + browserLink: 'https://explorer-testnet.chainmaker.org.cn/', + } +]; \ No newline at end of file -- GitLab