diff --git a/_data/chains/eip155-1625.json b/_data/chains/eip155-1625.json new file mode 100644 index 000000000000..07914d02fe3d --- /dev/null +++ b/_data/chains/eip155-1625.json @@ -0,0 +1,33 @@ +{ + "name": "Gravity Alpha Mainnet", + "chain": "Gravity", + "rpc": ["https://rpc.gravity.xyz"], + "faucets": [], + "nativeCurrency": { + "name": "Gravity", + "symbol": "G.", + "decimals": 18 + }, + "features": [ + { "name": "EIP155" }, + { "name": "EIP1559" }, + { "name": "EIP1108" } + ], + "infoURL": "https://gravity.xyz", + "shortName": "gravity", + "chainId": 1625, + "networkId": 1625, + "icon": "gravity", + "explorers": [ + { + "name": "Gravity Alpha Mainnet Explorer", + "url": "https://explorer.gravity.xyz", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://bridge.gravity.xyz" }] + } +} diff --git a/_data/icons/gravity.json b/_data/icons/gravity.json new file mode 100644 index 000000000000..e6facc19076d --- /dev/null +++ b/_data/icons/gravity.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZR15YFtH3EyQp3V7vPkm8PFyevXs2w3y2Trf2k6ikVQL", + "width": 480, + "height": 480, + "format": "png" + } +]