新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit 4abcd034 authored by li man's avatar li man

feat: 添加chains测试文件

parent cdf054f9
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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment