Skip to content

Commit

Permalink
add form mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
arrayofone committed Dec 6, 2024
1 parent f140ed1 commit 48fb6c0
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _data/chains/eip155-132902.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand All @@ -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"
}
],
Expand All @@ -36,7 +36,7 @@
"chain": "eip155-11155111",
"bridges": [
{
"url": "https://bridge.form.network/"
"url": "https://sepolia-op-bridge.form.network"
}
]
}
Expand Down
45 changes: 45 additions & 0 deletions _data/chains/eip155-478.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
}
8 changes: 8 additions & 0 deletions _data/icons/form.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmWrjS43miGAKEzKyNn1YajFn4zG7cDiPiaNHF1gTqKR91",
"width": 512,
"height": 512,
"format": "png"
}
]

0 comments on commit 48fb6c0

Please sign in to comment.