diff --git a/_data/chains/eip155-16604737732183.json b/_data/chains/eip155-16604737732183.json new file mode 100644 index 000000000000..4a34a74a78f6 --- /dev/null +++ b/_data/chains/eip155-16604737732183.json @@ -0,0 +1,25 @@ +{ + "name": "Flame Testnet", + "chain": "Flame", + "rpc": ["https://rpc.flame.dawn-1.astria.org"], + "faucets": [], + "nativeCurrency": { + "name": "TIA", + "symbol": "TIA", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://astria.org", + "shortName": "flame-testnet", + "chainId": 16604737732183, + "networkId": 16604737732183, + "icon": "flame", + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.flame.dawn-1.astria.org", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-253368190.json b/_data/chains/eip155-253368190.json new file mode 100644 index 000000000000..123e92d0c75e --- /dev/null +++ b/_data/chains/eip155-253368190.json @@ -0,0 +1,25 @@ +{ + "name": "Flame", + "chain": "Flame", + "rpc": ["https://rpc.flame.astria.org"], + "faucets": [], + "nativeCurrency": { + "name": "TIA", + "symbol": "TIA", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://astria.org", + "shortName": "flame", + "chainId": 253368190, + "networkId": 253368190, + "icon": "flame", + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.flame.astria.org", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} 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": [ { diff --git a/_data/chains/eip155-6900.json b/_data/chains/eip155-6900.json new file mode 100644 index 000000000000..a42000eeac4f --- /dev/null +++ b/_data/chains/eip155-6900.json @@ -0,0 +1,17 @@ +{ + "name": "Nibiru Mainnet", + "chain": "Nibiru", + "rpc": ["https://evm-rpc.nibiru.fi"], + "faucets": [], + "nativeCurrency": { + "name": "NIBI", + "symbol": "NIBI", + "decimals": 18 + }, + "infoURL": "https://nibiru.fi", + "shortName": "cataclysm-1", + "chainId": 6900, + "networkId": 6900, + "icon": "nibiru", + "explorers": [] +} diff --git a/_data/icons/flame.json b/_data/icons/flame.json new file mode 100644 index 000000000000..fe74d537d524 --- /dev/null +++ b/_data/icons/flame.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmf6P4yzrcavKhrxmQaqErLxa4TBnUVUMX4wyVRNhJMDuw", + "width": 256, + "height": 256, + "format": "png" + } +]