add a new chain (#1059)

* add a new chain

* update chainid

* change rpc url
This commit is contained in:
Alvin 2022-04-11 21:14:14 +08:00 committed by GitHub
parent f4fbdbefb5
commit a17a6a30b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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"
}]
}