Skip to content

Commit

Permalink
add athene parthenon (#5896)
Browse files Browse the repository at this point in the history
* add athene parthenon

* fix bridge format

* fix: remove bridge
  • Loading branch information
donoso-eth committed Sep 23, 2024
1 parent b2b1562 commit 545e9ba
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions _data/chains/eip155-281123.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "Athene Parthenon",
"chain": "athene-parthenon",
"rpc": [
"https://rpc.parthenon.athenescan.io",
"wss://ws.parthenon.athenescan.io"
],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://raas.gelato.network/rollups/details/public/athene-parthenon",
"faucets": [],
"shortName": "athene-parthenon",
"chainId": 281123,
"networkId": 281123,
"slip44": 60,
"explorers": [
{
"name": "blockscout",
"url": "https://parthenon.athenescan.io",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111"
},
"status": "active"
}

0 comments on commit 545e9ba

Please sign in to comment.