mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@a17a6a30b4 🚀
This commit is contained in:
parent
a858f1f5e5
commit
ee288facaa
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user