Deploying to gh-pages from @ ethereum-lists/chains@72bd69ad2b 🚀

This commit is contained in:
ligi 2022-04-03 18:28:32 +00:00
parent 3b2c47547e
commit 158e17db2a
5 changed files with 31 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2533,6 +2533,19 @@
"rpc": ["https://dataseed1.btachain.com/"], "rpc": ["https://dataseed1.btachain.com/"],
"faucets": [], "faucets": [],
"infoURL": "https://bitcoinasset.io/" "infoURL": "https://bitcoinasset.io/"
}, {
"name": "LUDAN Mainnet",
"chainId": 1688,
"shortName": "LUDAN",
"networkId": 1688,
"nativeCurrency": {
"name": "LUDAN",
"symbol": "LUDAN",
"decimals": 18
},
"rpc": ["http://rpc.ludan.org:55001/"],
"faucets": [],
"infoURL": "https://www.ludan.org/"
}, { }, {
"name": "Teslafunds", "name": "Teslafunds",
"chainId": 1856, "chainId": 1856,

View File

@ -3461,6 +3461,21 @@
"shortName": "bta", "shortName": "bta",
"chainId": 1657, "chainId": 1657,
"networkId": 1657 "networkId": 1657
}, {
"name": "LUDAN Mainnet",
"chain": "LUDAN",
"rpc": ["http://rpc.ludan.org:55001/"],
"faucets": [],
"nativeCurrency": {
"name": "LUDAN",
"symbol": "LUDAN",
"decimals": 18
},
"infoURL": "https://www.ludan.org/",
"shortName": "LUDAN",
"icon": "ludan",
"chainId": 1688,
"networkId": 1688
}, { }, {
"name": "Teslafunds", "name": "Teslafunds",
"chain": "TSF", "chain": "TSF",

View File

@ -194,6 +194,7 @@
"cate": "eip155:1618", "cate": "eip155:1618",
"ath": "eip155:1620", "ath": "eip155:1620",
"bta": "eip155:1657", "bta": "eip155:1657",
"LUDAN": "eip155:1688",
"tsf": "eip155:1856", "tsf": "eip155:1856",
"boya": "eip155:1898", "boya": "eip155:1898",
"egem": "eip155:1987", "egem": "eip155:1987",