chains/_data/chains/eip155-1138.json
Jason 7ac98b567f
Add eip155-1138 network (#2288)
* Add eip155-1138 network

* modify shot name

---------

Co-authored-by: Jiaquan <1140830756@qq.com>
2023-02-16 20:48:07 +01:00

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