Add Astra Chain (#1385)

* Create eip155-11110.json

* Create eip155-11115.json

* add astra.json

* update width, height

* update symbol

* Create eip155-11110.json

* Create eip155-11115.json

* add astra.json

* update width, height

* update symbol

* update format

* update format

* update code style
This commit is contained in:
Khanh Hoa 2022-08-29 18:41:15 +07:00 committed by GitHub
parent a853c91d21
commit a9ce14c960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 68 additions and 0 deletions

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"
}
]
}

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"
}
]
}

8
_data/icons/astra.json Normal file
View File

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