mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
8b94a57996
commit
9877934c6b
|
@ -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"
|
||||
}]
|
||||
}
|
|
@ -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"
|
||||
}]
|
||||
}
|
8
_data/icons/blocksscan.json
Normal file
8
_data/icons/blocksscan.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmPzVFs16GwaD8LAcGFLCNXzEK8BHFKNXeM3nmBpnq9xy3",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/xdc.json
Normal file
8
_data/icons/xdc.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmeRq7pabiJE2n1xU3Y5Mb4TZSX9kQ74x7a3P2Z4PqcMRX",
|
||||
"width":1450,
|
||||
"height":1450,
|
||||
"format":"png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user