mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add Conflux testnet
This commit is contained in:
parent
e87e529533
commit
020a0d7d4d
|
@ -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",
|
||||
|
|
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://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
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