mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Conflux testnet (#802)
* add Conflux testnet * specify unique shortName * update explorer URL * update testnet RPC URL
This commit is contained in:
parent
54677f8cc0
commit
42cfab445a
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Conflux",
|
"name": "Conflux Mainnet",
|
||||||
"chain": "Conflux",
|
"chain": "Conflux",
|
||||||
"rpc": ["https://ethcore.confluxrpc.com"],
|
"rpc": ["https://evm.confluxrpc.com"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "CFX",
|
"name": "CFX",
|
||||||
|
@ -12,10 +12,11 @@
|
||||||
"shortName": "cfx",
|
"shortName": "cfx",
|
||||||
"chainId": 1030,
|
"chainId": 1030,
|
||||||
"networkId": 1030,
|
"networkId": 1030,
|
||||||
|
"icon": "conflux",
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "Conflux Scan",
|
"name": "Conflux Scan",
|
||||||
"url": "https://confluxscan.io",
|
"url": "https://evm.confluxscan.io",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
24
_data/chains/eip155-71.json
Normal file
24
_data/chains/eip155-71.json
Normal 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
8
_data/icons/conflux.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://bafkreifj7n24u2dslfijfihwqvpdeigt5aj3k3sxv6s35lv75sxsfr3ojy",
|
||||||
|
"width":460,
|
||||||
|
"height":576,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user