Deploying to gh-pages from @ ethereum-lists/chains@c253319e12 🚀

This commit is contained in:
ligi 2023-02-16 19:54:06 +00:00
parent df437dbd5b
commit 2c4855d7b4
7 changed files with 60 additions and 3 deletions

File diff suppressed because one or more lines are too long

23
chains/eip155-1138.json Normal file
View 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

View File

@ -3508,6 +3508,19 @@
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"infoURL": "https://meta.defichain.com/" "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", "name": "MathChain",
"chainId": 1139, "chainId": 1139,

View File

@ -5044,6 +5044,26 @@
"networkId": 1131, "networkId": 1131,
"icon": "defichain-network", "icon": "defichain-network",
"explorers": [] "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", "name": "MathChain",
"chain": "MATH", "chain": "MATH",

File diff suppressed because one or more lines are too long

View File

@ -269,6 +269,7 @@
"DOGSm": "eip155:1117", "DOGSm": "eip155:1117",
"DFI": "eip155:1130", "DFI": "eip155:1130",
"DFI-T": "eip155:1131", "DFI-T": "eip155:1131",
"ASARt": "eip155:1138",
"MATH": "eip155:1139", "MATH": "eip155:1139",
"tMATH": "eip155:1140", "tMATH": "eip155:1140",
"sht": "eip155:1177", "sht": "eip155:1177",