From 9877934c6bdb2a5e80778ec56a36a871c47d2683 Mon Sep 17 00:00:00 2001 From: Anil Chinchawale Date: Thu, 18 Aug 2022 02:06:05 +0530 Subject: [PATCH] Update XDC Network info. (#1440) * Update XDC Network info. - Add extra rpcs in Mainnet - update explorer links - add faucet link in XDC Apothem/TestNet * Update xdc.json * Update blocksscan.json * Update blocksscan.json --- _data/chains/eip155-50.json | 24 ++++++++++++++++++++---- _data/chains/eip155-51.json | 35 +++++++++++++++++++++++++++-------- _data/icons/blocksscan.json | 8 ++++++++ _data/icons/xdc.json | 8 ++++++++ 4 files changed, 63 insertions(+), 12 deletions(-) create mode 100644 _data/icons/blocksscan.json create mode 100644 _data/icons/xdc.json diff --git a/_data/chains/eip155-50.json b/_data/chains/eip155-50.json index 2e5d2710..91c5638c 100644 --- a/_data/chains/eip155-50.json +++ b/_data/chains/eip155-50.json @@ -1,8 +1,11 @@ { - "name": "XinFin Network Mainnet", + "name": "XinFin XDC Network", "chain": "XDC", + "network": "mainnet", "rpc": [ - "https://rpc.xinfin.network" + "https://erpc.xinfin.network", + "https://rpc.xinfin.network", + "https://rpc1.xinfin.network" ], "faucets": [], "nativeCurrency": { @@ -13,5 +16,18 @@ "infoURL": "https://xinfin.org", "shortName": "xdc", "chainId": 50, - "networkId": 50 -} + "networkId": 50, + "icon": "xdc", + "explorers": [{ + "name": "xdcscan", + "url": "https://xdcscan.io", + "icon": "blocksscan", + "standard": "EIP3091" + }, + { + "name": "blocksscan", + "url": "https://xdc.blocksscan.io", + "icon": "blocksscan", + "standard": "EIP3091" + }] +} \ No newline at end of file diff --git a/_data/chains/eip155-51.json b/_data/chains/eip155-51.json index c332a32f..d6196cdf 100644 --- a/_data/chains/eip155-51.json +++ b/_data/chains/eip155-51.json @@ -1,17 +1,36 @@ { - "name": "XinFin Apothem Testnet", - "chain": "TXDC", + "name": "XDC Apothem Network", + "chain": "XDC", + "network": "testnet", "rpc": [ - "https://rpc.apothem.network" + "https://rpc.apothem.network", + "https://erpc.apothem.network" + + + ], + "faucets": [ + "https://faucet.apothem.network" ], - "faucets": [], "nativeCurrency": { - "name": "XinFinTest", + "name": "XinFin", "symbol": "TXDC", "decimals": 18 }, "infoURL": "https://xinfin.org", - "shortName": "TXDC", + "shortName": "txdc", "chainId": 51, - "networkId": 51 -} + "networkId": 51, + "icon": "xdc", + "explorers": [{ + "name": "xdcscan", + "url": "https://apothem.xinfinscan.com", + "icon": "blocksscan", + "standard": "EIP3091" + }, + { + "name": "blocksscan", + "url": "https://apothem.blocksscan.io", + "icon": "blocksscan", + "standard": "EIP3091" + }] +} \ No newline at end of file diff --git a/_data/icons/blocksscan.json b/_data/icons/blocksscan.json new file mode 100644 index 00000000..23f8fbd7 --- /dev/null +++ b/_data/icons/blocksscan.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmPzVFs16GwaD8LAcGFLCNXzEK8BHFKNXeM3nmBpnq9xy3", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/xdc.json b/_data/icons/xdc.json new file mode 100644 index 00000000..c7725703 --- /dev/null +++ b/_data/icons/xdc.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmeRq7pabiJE2n1xU3Y5Mb4TZSX9kQ74x7a3P2Z4PqcMRX", + "width":1450, + "height":1450, + "format":"png" + } +]