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@4ca64e2cb3 🚀
This commit is contained in:
parent
351e89a60b
commit
ec09c04407
|
@ -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
23
chains/eip155-1388.json
Normal 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
|
@ -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,
|
||||
|
|
|
@ -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
8
icons/amstar.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://Qmd4TMQdnYxaUZqnVddh5S37NGH72g2kkK38ccCEgdZz1C",
|
||||
"width": 599,
|
||||
"height": 563,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/Qmd4TMQdnYxaUZqnVddh5S37NGH72g2kkK38ccCEgdZz1C
Normal file
BIN
iconsDownload/Qmd4TMQdnYxaUZqnVddh5S37NGH72g2kkK38ccCEgdZz1C
Normal file
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
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user