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

This commit is contained in:
ligi 2022-08-29 11:45:11 +00:00
parent de3d693885
commit 9b24891adc
8 changed files with 150 additions and 2 deletions

File diff suppressed because one or more lines are too long

30
chains/eip155-11110.json Normal file
View File

@ -0,0 +1,30 @@
{
"name": "Astra",
"chain": "Astra",
"rpc": ["https://rpc.astranaut.io", "https://rpc1.astranaut.io"],
"faucets": [],
"nativeCurrency": {
"name": "Astra",
"symbol": "ASA",
"decimals": 18
},
"infoURL": "https://astranaut.io",
"shortName": "astra",
"chainId": 11110,
"networkId": 11110,
"icon": "astra",
"explorers": [
{
"name": "Astra EVM Explorer (Blockscout)",
"url": "https://explorer.astranaut.io",
"standard": "none",
"icon": "astra"
},
{
"name": "Astra PingPub Explorer",
"url": "https://ping.astranaut.io/astra",
"standard": "none",
"icon": "astra"
}
]
}

30
chains/eip155-11115.json Normal file
View File

@ -0,0 +1,30 @@
{
"name": "Astra Testnet",
"chain": "Astra",
"rpc": ["https://rpc.astranaut.dev"],
"faucets": ["https://faucet.astranaut.dev"],
"nativeCurrency": {
"name": "test-Astra",
"symbol": "tASA",
"decimals": 18
},
"infoURL": "https://astranaut.io",
"shortName": "astra-testnet",
"chainId": 11115,
"networkId": 11115,
"icon": "astra",
"explorers": [
{
"name": "Astra EVM Explorer",
"url": "https://explorer.astranaut.dev",
"standard": "EIP3091",
"icon": "astra"
},
{
"name": "Astra PingPub Explorer",
"url": "https://ping.astranaut.dev/astra",
"standard": "none",
"icon": "astra"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4327,6 +4327,19 @@
"rpc": ["https://rpctest.quadrans.io", "https://rpctest2.quadrans.io"],
"faucets": ["https://faucetpage.quadrans.io"],
"infoURL": "https://quadrans.io"
}, {
"name": "Astra",
"chainId": 11110,
"shortName": "astra",
"networkId": 11110,
"nativeCurrency": {
"name": "Astra",
"symbol": "ASA",
"decimals": 18
},
"rpc": ["https://rpc.astranaut.io", "https://rpc1.astranaut.io"],
"faucets": [],
"infoURL": "https://astranaut.io"
}, {
"name": "WAGMI",
"chainId": 11111,
@ -4340,6 +4353,19 @@
"rpc": ["https://subnets.avax.network/wagmi/wagmi-chain-testnet/rpc"],
"faucets": ["https://faucet.trywagmi.xyz"],
"infoURL": "https://trywagmi.xyz"
}, {
"name": "Astra Testnet",
"chainId": 11115,
"shortName": "astra-testnet",
"networkId": 11115,
"nativeCurrency": {
"name": "test-Astra",
"symbol": "tASA",
"decimals": 18
},
"rpc": ["https://rpc.astranaut.dev"],
"faucets": ["https://faucet.astranaut.dev"],
"infoURL": "https://astranaut.io"
}, {
"name": "Shyft Testnet",
"chainId": 11437,

View File

@ -6111,6 +6111,32 @@
"icon": "quadrans",
"standard": "EIP3091"
}]
}, {
"name": "Astra",
"chain": "Astra",
"rpc": ["https://rpc.astranaut.io", "https://rpc1.astranaut.io"],
"faucets": [],
"nativeCurrency": {
"name": "Astra",
"symbol": "ASA",
"decimals": 18
},
"infoURL": "https://astranaut.io",
"shortName": "astra",
"chainId": 11110,
"networkId": 11110,
"icon": "astra",
"explorers": [{
"name": "Astra EVM Explorer (Blockscout)",
"url": "https://explorer.astranaut.io",
"standard": "none",
"icon": "astra"
}, {
"name": "Astra PingPub Explorer",
"url": "https://ping.astranaut.io/astra",
"standard": "none",
"icon": "astra"
}]
}, {
"name": "WAGMI",
"chain": "WAGMI",
@ -6131,6 +6157,32 @@
"url": "https://subnets.avax.network/wagmi/wagmi-chain-testnet/explorer",
"standard": "EIP3091"
}]
}, {
"name": "Astra Testnet",
"chain": "Astra",
"rpc": ["https://rpc.astranaut.dev"],
"faucets": ["https://faucet.astranaut.dev"],
"nativeCurrency": {
"name": "test-Astra",
"symbol": "tASA",
"decimals": 18
},
"infoURL": "https://astranaut.io",
"shortName": "astra-testnet",
"chainId": 11115,
"networkId": 11115,
"icon": "astra",
"explorers": [{
"name": "Astra EVM Explorer",
"url": "https://explorer.astranaut.dev",
"standard": "EIP3091",
"icon": "astra"
}, {
"name": "Astra PingPub Explorer",
"url": "https://ping.astranaut.dev/astra",
"standard": "none",
"icon": "astra"
}]
}, {
"name": "Shyft Testnet",
"chain": "SHYFTT",

8
icons/astra.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmaBtaukPNNUNjdJSUAwuFFQMLbZX1Pc3fvXKTKQcds7Kf",
"width": 104,
"height": 80,
"format": "png"
}
]

View File

@ -332,7 +332,9 @@
"CCP": "eip155:10823",
"quadrans": "eip155:10946",
"quadranstestnet": "eip155:10947",
"astra": "eip155:11110",
"WAGMI": "eip155:11111",
"astra-testnet": "eip155:11115",
"shyftt": "eip155:11437",
"SAN": "eip155:11888",
"tZERO": "eip155:12051",