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@c253319e12 🚀
This commit is contained in:
parent
df437dbd5b
commit
2c4855d7b4
File diff suppressed because one or more lines are too long
23
chains/eip155-1138.json
Normal file
23
chains/eip155-1138.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -3508,6 +3508,19 @@
|
|||
"rpc": [],
|
||||
"faucets": [],
|
||||
"infoURL": "https://meta.defichain.com/"
|
||||
}, {
|
||||
"name": "AmStar Testnet",
|
||||
"chainId": 1138,
|
||||
"shortName": "ASARt",
|
||||
"networkId": 1138,
|
||||
"nativeCurrency": {
|
||||
"name": "SINSO",
|
||||
"symbol": "SINSO",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet-rpc.amstarscan.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://sinso.io"
|
||||
}, {
|
||||
"name": "MathChain",
|
||||
"chainId": 1139,
|
||||
|
|
|
@ -5044,6 +5044,26 @@
|
|||
"networkId": 1131,
|
||||
"icon": "defichain-network",
|
||||
"explorers": []
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "MathChain",
|
||||
"chain": "MATH",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -269,6 +269,7 @@
|
|||
"DOGSm": "eip155:1117",
|
||||
"DFI": "eip155:1130",
|
||||
"DFI-T": "eip155:1131",
|
||||
"ASARt": "eip155:1138",
|
||||
"MATH": "eip155:1139",
|
||||
"tMATH": "eip155:1140",
|
||||
"sht": "eip155:1177",
|
||||
|
|
Loading…
Reference in New Issue
Block a user