Add Conflux testnet (#802)

* add Conflux testnet

* specify unique shortName

* update explorer URL

* update testnet RPC URL
This commit is contained in:
Péter Garamvölgyi 2022-01-28 23:07:35 +08:00 committed by GitHub
parent 54677f8cc0
commit 42cfab445a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 36 additions and 3 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,10 +12,11 @@
"shortName": "cfx",
"chainId": 1030,
"networkId": 1030,
"icon": "conflux",
"explorers": [
{
"name": "Conflux Scan",
"url": "https://confluxscan.io",
"url": "https://evm.confluxscan.io",
"standard": "none"
}
]

View File

@ -0,0 +1,24 @@
{
"name": "Conflux Testnet",
"chain": "Conflux",
"network": "testnet",
"rpc": ["https://evmtestnet.confluxrpc.com"],
"faucets": [],
"nativeCurrency": {
"name": "CFX",
"symbol": "CFX",
"decimals": 18
},
"infoURL": "https://confluxnetwork.org",
"shortName": "cfxtest",
"chainId": 71,
"networkId": 71,
"icon": "conflux",
"explorers": [
{
"name": "Conflux Scan",
"url": "https://evmtestnet.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"
}
]