mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Create eip155-135.json (#1910)
* Create eip155-135.json * Update eip155-135.json * add alyx chain * fix shortName Co-authored-by: alice <alice@alyx.com>
This commit is contained in:
parent
b283623cff
commit
2e9c6f9adb
22
_data/chains/eip155-1314.json
Normal file
22
_data/chains/eip155-1314.json
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"name": "Alyx Mainnet",
|
||||||
|
"chain": "ALYX",
|
||||||
|
"rpc": ["https://rpc.alyxchain.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Alyx Chain Native Token",
|
||||||
|
"symbol": "ALYX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.alyxchain.com",
|
||||||
|
"shortName": "alyx",
|
||||||
|
"chainId": 1314,
|
||||||
|
"networkId": 1314,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "alyxscan",
|
||||||
|
"url": "https://www.alyxscan.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
22
_data/chains/eip155-135.json
Normal file
22
_data/chains/eip155-135.json
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"name": "Alyx Chain Testnet",
|
||||||
|
"chain": "Alyx Chain Testnet",
|
||||||
|
"rpc": ["https://testnet-rpc.alyxchain.com"],
|
||||||
|
"faucets": ["https://faucet.alyxchain.com"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Alyx Testnet Native Token",
|
||||||
|
"symbol": "ALYX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.alyxchain.com",
|
||||||
|
"shortName": "AlyxTestnet",
|
||||||
|
"chainId": 135,
|
||||||
|
"networkId": 135,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "alyx testnet scan",
|
||||||
|
"url": "https://testnet.alyxscan.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user