Skip to content

Commit

Permalink
Update Geist Mainnet status and info (#6104)
Browse files Browse the repository at this point in the history
* add Geist and Polter testnet (initial commit)

* change name

* chore: add RPC and explorer

* chore: update Geist Mainnet

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
cinnabarhorse and ligi authored Oct 30, 2024
1 parent 730a867 commit 49445d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions _data/chains/eip155-63157.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Geist Mainnet",
"chain": "Geist",
"rpc": [],
"rpc": ["https://geist-mainnet.g.alchemy.com/public"],
"faucets": [],
"nativeCurrency": {
"name": "Aavegotchi GHST Token",
Expand All @@ -10,10 +10,16 @@
},
"features": [],
"infoURL": "https://playongeist.com",
"shortName": "Geist",
"shortName": "geist",
"chainId": 63157,
"networkId": 63157,
"status": "incubating",
"status": "active",
"icon": "geist",
"explorers": []
"explorers": [
{
"name": "Geist Explorer",
"url": "https://geist-mainnet.explorer.alchemy.com",
"standard": "EIP3091"
}
]
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-631571.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"shortName": "poltergeist",
"chainId": 631571,
"networkId": 631571,
"status": "incubating",
"status": "active",
"icon": "polterGeist",
"explorers": [
{
Expand Down

0 comments on commit 49445d4

Please sign in to comment.