mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add eip155-1138 network * modify shot name --------- Co-authored-by: Jiaquan <1140830756@qq.com>
24 lines
470 B
JSON
24 lines
470 B
JSON
{
|
|
"name": "AmStar Testnet",
|
|
"chain": "AmStar",
|
|
"icon": "amstar",
|
|
"rpc": ["https://testnet-rpc.amstarscan.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "SINSO",
|
|
"symbol": "SINSO",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://sinso.io",
|
|
"shortName": "ASARt",
|
|
"chainId": 1138,
|
|
"networkId": 1138,
|
|
"explorers": [
|
|
{
|
|
"name": "amstarscan-testnet",
|
|
"url": "https://testnet.amstarscan.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|