Skip to content

Commit

Permalink
add altar testnet (#5438)
Browse files Browse the repository at this point in the history
Co-authored-by: gustav <[email protected]>
Co-authored-by: ligi <[email protected]>
  • Loading branch information
3 people authored Jul 14, 2024
1 parent c37e711 commit 788312d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
33 changes: 33 additions & 0 deletions _data/chains/eip155-4444444.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "Altar Testnet",
"chain": "Altar",
"rpc": ["https://altar-rpc.ceremonies.ai/"],
"faucets": ["https://sepoliafaucet.com/"],
"nativeCurrency": {
"name": "Sepolia Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://ceremonies.gitbook.io",
"shortName": "altarTestnet",
"chainId": 4444444,
"networkId": 4444444,
"slip44": 1,
"icon": "altarTestnet",
"explorers": [
{
"name": "altar testnet explorer",
"url": "https://altar-explorer.ceremonies.ai",
"standard": "none"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": [
{
"url": "https://altar-testnet-yzxhzk61ck-b7590e4db247a680.testnets.rollbridge.app/"
}
]
}
}
8 changes: 8 additions & 0 deletions _data/icons/altarTestnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmZiJLjciV6KiuxwDebi7CwRhDzei6KKDuStppzsUGtNfN",
"width": 512,
"height": 512,
"format": "png"
}
]

0 comments on commit 788312d

Please sign in to comment.