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
This commit is contained in:
Anil Chinchawale 2022-08-18 02:06:05 +05:30 committed by GitHub
parent 8b94a57996
commit 9877934c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 63 additions and 12 deletions

View File

@ -1,8 +1,11 @@
{ {
"name": "XinFin Network Mainnet", "name": "XinFin XDC Network",
"chain": "XDC", "chain": "XDC",
"network": "mainnet",
"rpc": [ "rpc": [
"https://rpc.xinfin.network" "https://erpc.xinfin.network",
"https://rpc.xinfin.network",
"https://rpc1.xinfin.network"
], ],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
@ -13,5 +16,18 @@
"infoURL": "https://xinfin.org", "infoURL": "https://xinfin.org",
"shortName": "xdc", "shortName": "xdc",
"chainId": 50, "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"
}]
}

View File

@ -1,17 +1,36 @@
{ {
"name": "XinFin Apothem Testnet", "name": "XDC Apothem Network",
"chain": "TXDC", "chain": "XDC",
"network": "testnet",
"rpc": [ "rpc": [
"https://rpc.apothem.network" "https://rpc.apothem.network",
"https://erpc.apothem.network"
],
"faucets": [
"https://faucet.apothem.network"
], ],
"faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "XinFinTest", "name": "XinFin",
"symbol": "TXDC", "symbol": "TXDC",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://xinfin.org", "infoURL": "https://xinfin.org",
"shortName": "TXDC", "shortName": "txdc",
"chainId": 51, "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"
}]
}

View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmPzVFs16GwaD8LAcGFLCNXzEK8BHFKNXeM3nmBpnq9xy3",
"width": 512,
"height": 512,
"format": "png"
}
]

8
_data/icons/xdc.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmeRq7pabiJE2n1xU3Y5Mb4TZSX9kQ74x7a3P2Z4PqcMRX",
"width":1450,
"height":1450,
"format":"png"
}
]