mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add a new chain (#1059)
* add a new chain * update chainid * change rpc url
This commit is contained in:
parent
f4fbdbefb5
commit
a17a6a30b4
23
_data/chains/eip155-700.json
Normal file
23
_data/chains/eip155-700.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue
Block a user