add Conflux testnet

This commit is contained in:
Thegaram 2022-01-25 16:09:56 +08:00
parent e87e529533
commit 020a0d7d4d
No known key found for this signature in database
GPG Key ID: E7E67245F9A794B9
3 changed files with 35 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "Conflux",
"name": "Conflux Mainnet",
"chain": "Conflux",
"rpc": ["https://ethcore.confluxrpc.com"],
"rpc": ["https://evm.confluxrpc.com"],
"faucets": [],
"nativeCurrency": {
"name": "CFX",
@ -12,6 +12,7 @@
"shortName": "cfx",
"chainId": 1030,
"networkId": 1030,
"icon": "conflux",
"explorers": [
{
"name": "Conflux Scan",

View File

@ -0,0 +1,24 @@
{
"name": "Conflux Testnet",
"chain": "Conflux",
"network": "testnet",
"rpc": ["https://evmtest.confluxrpc.com"],
"faucets": [],
"nativeCurrency": {
"name": "CFX",
"symbol": "CFX",
"decimals": 18
},
"infoURL": "https://confluxnetwork.org",
"shortName": "cfx",
"chainId": 71,
"networkId": 71,
"icon": "conflux",
"explorers": [
{
"name": "Conflux Scan",
"url": "https://testnet.confluxscan.io",
"standard": "none"
}
]
}

8
_data/icons/conflux.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://bafkreifj7n24u2dslfijfihwqvpdeigt5aj3k3sxv6s35lv75sxsfr3ojy",
"width":460,
"height":576,
"format":"png"
}
]