diff --git a/_data/chains/eip155-1030.json b/_data/chains/eip155-1030.json index 7f4b2a46..b1e072d4 100644 --- a/_data/chains/eip155-1030.json +++ b/_data/chains/eip155-1030.json @@ -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", diff --git a/_data/chains/eip155-71.json b/_data/chains/eip155-71.json new file mode 100644 index 00000000..b1a8e1f6 --- /dev/null +++ b/_data/chains/eip155-71.json @@ -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" + } + ] + } \ No newline at end of file diff --git a/_data/icons/conflux.json b/_data/icons/conflux.json new file mode 100644 index 00000000..84f36ab7 --- /dev/null +++ b/_data/icons/conflux.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://bafkreifj7n24u2dslfijfihwqvpdeigt5aj3k3sxv6s35lv75sxsfr3ojy", + "width":460, + "height":576, + "format":"png" + } +]