Skip to content

Commit

Permalink
Add Althea-L1 testnet and mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Jun 22, 2023
1 parent ab0440f commit bf7e959
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _data/chains/eip155-417834.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Althea L1",
"chain": "Althea L1",
"rpc": ["https://althea.zone:8545"],
"faucets": [],
"nativeCurrency": {
"name": "Althea",
"symbol": "ALTHEA",
"decimals": 18
},
"infoURL": "https://althea.net",
"shortName": "althea-L1",
"chainId": 417834,
"networkId": 417834,
"icon": "althea",
"explorers": []
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-7357.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Althea L1 Testnet",
"chain": "Althea L1",
"rpc": ["https://testnet.althea.zone:8545"],
"faucets": [],
"nativeCurrency": {
"name": "Althea",
"symbol": "ALTHEA",
"decimals": 18
},
"infoURL": "https://althea.net",
"shortName": "althea-L1-testnet",
"chainId": 7357,
"networkId": 7357,
"icon": "althea",
"explorers": [
{
"name": "Althea Cosmos Explorer",
"url": "https://explorer.stavr.tech/althea-testnet",
"standard": "none",
"icon": "althea"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/althea.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmaNKnYTZRGnhzFyRYeBKwXbPQz6uDPK7PPuPGCMXSNFYW",
"width": 258,
"height": 48,
"format": "svg"
}
]

0 comments on commit bf7e959

Please sign in to comment.