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

This commit is contained in:
ligi 2022-04-11 13:17:36 +00:00
parent a858f1f5e5
commit ee288facaa
5 changed files with 35 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

@ -1948,6 +1948,19 @@
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"infoURL": "https://karura.network" "infoURL": "https://karura.network"
}, {
"name": "Star Social Testnet",
"chainId": 700,
"shortName": "SNS",
"networkId": 700,
"nativeCurrency": {
"name": "Social",
"symbol": "SNS",
"decimals": 18
},
"rpc": ["https://avastar.cc/ext/bc/C/rpc"],
"faucets": [],
"infoURL": "https://info.avastar.cc"
}, { }, {
"name": "BlockChain Station Mainnet", "name": "BlockChain Station Mainnet",
"chainId": 707, "chainId": 707,

View File

@ -2690,6 +2690,25 @@
"chainId": 686, "chainId": 686,
"networkId": 686, "networkId": 686,
"slip44": 686 "slip44": 686
}, {
"name": "Star Social Testnet",
"chain": "SNS",
"rpc": ["https://avastar.cc/ext/bc/C/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Social",
"symbol": "SNS",
"decimals": 18
},
"infoURL": "https://info.avastar.cc",
"shortName": "SNS",
"chainId": 700,
"networkId": 700,
"explorers": [{
"name": "starscan",
"url": "https://avastar.info",
"standard": "EIP3091"
}]
}, { }, {
"name": "BlockChain Station Mainnet", "name": "BlockChain Station Mainnet",
"chain": "BCS", "chain": "BCS",

View File

@ -149,6 +149,7 @@
"mesh-chain-testnet": "eip155:600", "mesh-chain-testnet": "eip155:600",
"pixie-chain-testnet": "eip155:666", "pixie-chain-testnet": "eip155:666",
"kar": "eip155:686", "kar": "eip155:686",
"SNS": "eip155:700",
"bcs": "eip155:707", "bcs": "eip155:707",
"tbcs": "eip155:708", "tbcs": "eip155:708",
"tfeth": "eip155:721", "tfeth": "eip155:721",