From 48fb6c03e9851f75015b9d715ef31865f46c0f42 Mon Sep 17 00:00:00 2001 From: arrayofone <11287980+arrayofone@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:12:18 -0800 Subject: [PATCH] add form mainnet --- _data/chains/eip155-132902.json | 10 ++++---- _data/chains/eip155-478.json | 45 +++++++++++++++++++++++++++++++++ _data/icons/form.json | 8 ++++++ 3 files changed, 58 insertions(+), 5 deletions(-) create mode 100644 _data/chains/eip155-478.json create mode 100644 _data/icons/form.json diff --git a/_data/chains/eip155-132902.json b/_data/chains/eip155-132902.json index 1ff403b5de47e..6f1083ebdfc08 100644 --- a/_data/chains/eip155-132902.json +++ b/_data/chains/eip155-132902.json @@ -3,8 +3,8 @@ "title": "Form Testnet", "chain": "formtestnet", "rpc": [ - "https://testnet-rpc.form.network/http", - "wss://testnet-rpc.form.network/ws" + "https://sepolia-rpc.form.network/http", + "wss://sepolia-rpc.form.network/ws" ], "features": [ { @@ -20,14 +20,14 @@ "symbol": "ETH", "decimals": 18 }, - "infoURL": "https://form.network/details", + "infoURL": "https://sepolia-info.form.network", "shortName": "formtestnet", "chainId": 132902, "networkId": 132902, "explorers": [ { "name": "Form Testnet explorer", - "url": "https://testnet-explorer.form.network", + "url": "https://sepolia-explorer.form.network", "standard": "EIP3091" } ], @@ -36,7 +36,7 @@ "chain": "eip155-11155111", "bridges": [ { - "url": "https://bridge.form.network/" + "url": "https://sepolia-op-bridge.form.network" } ] } diff --git a/_data/chains/eip155-478.json b/_data/chains/eip155-478.json new file mode 100644 index 0000000000000..b7600e91485d8 --- /dev/null +++ b/_data/chains/eip155-478.json @@ -0,0 +1,45 @@ +{ + "name": "Form", + "title": "Form", + "chain": "form", + "icon": "form", + "rpc": ["https://rpc.form.network/http", "wss://rpc.form.network/ws"], + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://info.form.network", + "shortName": "form", + "chainId": 478, + "networkId": 478, + "explorers": [ + { + "name": "Form Explorer", + "url": "https://explorer.form.network", + "standard": "EIP3091", + "icon": "form" + } + ], + "faucets": [], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://bridge.form.network" + }, + { + "url": "https://op-bridge.form.network" + } + ] + } +} diff --git a/_data/icons/form.json b/_data/icons/form.json new file mode 100644 index 0000000000000..df8c2e8cb4ed8 --- /dev/null +++ b/_data/icons/form.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmWrjS43miGAKEzKyNn1YajFn4zG7cDiPiaNHF1gTqKR91", + "width": 512, + "height": 512, + "format": "png" + } +]