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

This commit is contained in:
ligi 2023-02-08 20:03:56 +00:00
parent 351e89a60b
commit ec09c04407
12 changed files with 78 additions and 5 deletions

View File

@ -142,6 +142,14 @@
"height": 512,
"format": "png"
}]
}, {
"name": "amstar",
"icons": [{
"url": "ipfs://Qmd4TMQdnYxaUZqnVddh5S37NGH72g2kkK38ccCEgdZz1C",
"width": 599,
"height": 563,
"format": "png"
}]
}, {
"name": "sardisTestnet",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-1388.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "AmStar Mainnet",
"chain": "AmStar",
"icon": "amstar",
"rpc": ["https://mainnet-rpc.amstarscan.com"],
"faucets": [],
"nativeCurrency": {
"name": "SINSO",
"symbol": "SINSO",
"decimals": 18
},
"infoURL": "https://sinso.io",
"shortName": "ASAR",
"chainId": 1388,
"networkId": 1388,
"explorers": [
{
"name": "amstarscan",
"url": "https://mainnet.amstarscan.com",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -3833,6 +3833,19 @@
"rpc": ["https://xapi.cicscan.com"],
"faucets": [],
"infoURL": "https://www.cicchain.net"
}, {
"name": "AmStar Mainnet",
"chainId": 1388,
"shortName": "ASAR",
"networkId": 1388,
"nativeCurrency": {
"name": "SINSO",
"symbol": "SINSO",
"decimals": 18
},
"rpc": ["https://mainnet-rpc.amstarscan.com"],
"faucets": [],
"infoURL": "https://sinso.io"
}, {
"name": "Polygon zkEVM Testnet",
"chainId": 1402,

View File

@ -5506,6 +5506,26 @@
"icon": "cicchain",
"standard": "EIP3091"
}]
}, {
"name": "AmStar Mainnet",
"chain": "AmStar",
"icon": "amstar",
"rpc": ["https://mainnet-rpc.amstarscan.com"],
"faucets": [],
"nativeCurrency": {
"name": "SINSO",
"symbol": "SINSO",
"decimals": 18
},
"infoURL": "https://sinso.io",
"shortName": "ASAR",
"chainId": 1388,
"networkId": 1388,
"explorers": [{
"name": "amstarscan",
"url": "https://mainnet.amstarscan.com",
"standard": "EIP3091"
}]
}, {
"name": "Polygon zkEVM Testnet",
"title": "Polygon zkEVM Testnet",

8
icons/amstar.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmd4TMQdnYxaUZqnVddh5S37NGH72g2kkK38ccCEgdZz1C",
"width": 599,
"height": 563,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -294,6 +294,7 @@
"aitdtestnet": "eip155:1320",
"geth": "eip155:1337",
"CIC": "eip155:1353",
"ASAR": "eip155:1388",
"zkevmtest": "eip155:1402",
"CTEX": "eip155:1455",
"Sherpax": "eip155:1506",