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:
alyx-group 2022-11-22 11:01:58 +08:00 committed by GitHub
parent b283623cff
commit 2e9c6f9adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 0 deletions

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

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