Add missing chains

This commit is contained in:
ligi 2020-12-17 08:38:52 +01:00
parent 7056fdcfbc
commit 5316ae7722
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D
10 changed files with 174 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"name": "Newton Testnet",
"chain": "NEW",
"network": "testnet",
"rpc": [
"https://rpc1.newchain.newtonproject.org"
],
"faucets": [],
"nativeCurrency": {
"name": "Newton",
"symbol": "NEW",
"decimals": 18
},
"infoURL": "https://www.newtonproject.org/",
"shortName": "tnew",
"chainId": 1007,
"networkId": 1007
}

View File

@ -0,0 +1,18 @@
{
"name": "Newton",
"chain": "NEW",
"network": "mainnet",
"rpc": [
"https://global.rpc.mainnet.newtonproject.org"
],
"faucets": [],
"nativeCurrency": {
"name": "Newton",
"symbol": "NEW",
"decimals": 18
},
"infoURL": "https://www.newtonproject.org/",
"shortName": "new",
"chainId": 1012,
"networkId": 1012
}

View File

@ -0,0 +1,16 @@
{
"name": "MathChain",
"chain": "MATH",
"network": "mainnet",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "MathChain",
"symbol": "MATH",
"decimals": 18
},
"infoURL": "https://mathwallet.org",
"shortName": "MATH",
"chainId": 1139,
"networkId": 1139
}

View File

@ -0,0 +1,16 @@
{
"name": "MathChain Testnet",
"chain": "MATH",
"network": "testnet",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "MathChain",
"symbol": "MATH",
"decimals": 18
},
"infoURL": "https://mathwallet.org/",
"shortName": "tMATH",
"chainId": 1140,
"networkId": 1140
}

View File

@ -0,0 +1,19 @@
{
"name": "Flare Mainnet",
"chain": "FLR",
"network": "flare",
"rpc": [
],
"faucets": [
],
"nativeCurrency": {
"name": "Spark",
"symbol": "FLR",
"decimals": 18
},
"infoURL": "https://flare.xyz",
"shortName": "flr",
"chainId": 14,
"networkId": 14,
"slip44": 554
}

View File

@ -0,0 +1,18 @@
{
"name": "Flare Testnet Coston",
"chain": "FLR",
"network": "coston",
"rpc": [
],
"faucets": [
],
"nativeCurrency": {
"name": "Coston Spark",
"symbol": "CFLR",
"decimals": 18
},
"infoURL": "https://github.com/flare-eng/coston",
"shortName": "cflr",
"chainId": 16,
"networkId": 16
}

View File

@ -0,0 +1,16 @@
{
"name": "420coin",
"chain": "420",
"network": "mainnet",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Fourtwenty",
"symbol": "420",
"decimals": 18
},
"infoURL": "https://420integrated.com",
"shortName": "420",
"chainId": 2020,
"networkId": 2020
}

View File

@ -0,0 +1,17 @@
{
"name": "Rupaya",
"chain": "RUPX",
"network": "mainnet",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Rupaya",
"symbol": "RUPX",
"decimals": 18
},
"infoURL": "https://www.rupx.io",
"shortName": "rupx",
"chainId": 499,
"networkId": 499,
"slip44": 499
}

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
}

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
}