From 49445d449db731f907efe3983b30bd5432fa2d9a Mon Sep 17 00:00:00 2001 From: Coderdan Date: Thu, 31 Oct 2024 01:04:43 +0800 Subject: [PATCH] Update Geist Mainnet status and info (#6104) * add Geist and Polter testnet (initial commit) * change name * chore: add RPC and explorer * chore: update Geist Mainnet --------- Co-authored-by: ligi --- _data/chains/eip155-63157.json | 14 ++++++++++---- _data/chains/eip155-631571.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/_data/chains/eip155-63157.json b/_data/chains/eip155-63157.json index 115212e18b86..ddcf133f688f 100644 --- a/_data/chains/eip155-63157.json +++ b/_data/chains/eip155-63157.json @@ -1,7 +1,7 @@ { "name": "Geist Mainnet", "chain": "Geist", - "rpc": [], + "rpc": ["https://geist-mainnet.g.alchemy.com/public"], "faucets": [], "nativeCurrency": { "name": "Aavegotchi GHST Token", @@ -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" + } + ] } diff --git a/_data/chains/eip155-631571.json b/_data/chains/eip155-631571.json index cb177d6e019e..a8e4a94b0229 100644 --- a/_data/chains/eip155-631571.json +++ b/_data/chains/eip155-631571.json @@ -13,7 +13,7 @@ "shortName": "poltergeist", "chainId": 631571, "networkId": 631571, - "status": "incubating", + "status": "active", "icon": "polterGeist", "explorers": [ {