Add Support for XinFin[XDC] Network (#141)

* Add Support for XinFin[XDC] Network

* Add Support for XinFin[XDC] Network MainNet

* Add Support for XinFin[XDC] Network TestNet

* Update 50.json

* Update 51.json

Co-authored-by: AnilChinchawale <anil24593@gmail.com>
This commit is contained in:
Atul Khekade 2020-12-15 15:52:44 +05:30 committed by GitHub
parent f1b46130a4
commit 1330c9960c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 0 deletions

18
_data/chains/50.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "XinFin Network Mainnet",
"chain": "XDC",
"network": "mainnet",
"rpc": [
"https://rpc.xinfin.network"
],
"faucets": [],
"nativeCurrency": {
"name": "XinFin",
"symbol": "XDC",
"decimals": 18
},
"infoURL": "https://xinfin.org",
"shortName": "xdc",
"chainId": 50,
"networkId": 50
}

18
_data/chains/51.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "XinFin Apothem Testnet",
"chain": "TXDC",
"network": "testnet",
"rpc": [
"https://rpc.apothem.network"
],
"faucets": [],
"nativeCurrency": {
"name": "XinFinTest",
"symbol": "TXDC",
"decimals": 18
},
"infoURL": "https://xinfin.org",
"shortName": "TXDC",
"chainId": 51,
"networkId": 51
}