Skip to content

Commit

Permalink
Revert "Remove fantom from networks" (#1101)
Browse files Browse the repository at this point in the history
* Revert "Remove fantom from networks (#1100)"

This reverts commit 3783955.

* Update package.json
  • Loading branch information
ChaituVR authored Dec 17, 2024
1 parent 3783955 commit 3bb944d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/snapshot.js",
"version": "0.12.37",
"version": "0.12.38",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
20 changes: 19 additions & 1 deletion src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,24 @@
"start": 12086501,
"logo": "ipfs://Qmai7AGHgs8NpeGeXgbMZz7pS2i4kw44qubCJYGrZW2f3a"
},
"250": {
"key": "250",
"name": "Fantom Opera",
"shortName": "fantom",
"chainId": 250,
"network": "Mainnet",
"multicall": "0x7f6A10218264a22B4309F3896745687E712962a0",
"rpc": [
"https://rpc.ankr.com/fantom",
"https://rpc.ftm.tools",
"https://rpcapi.fantom.network"
],
"explorer": {
"url": "https://ftmscan.com"
},
"start": 2497732,
"logo": "ipfs://QmVEgNeQDKnXygeGxfY9FywZpNGQu98ktZtRJ9bToYF6g7"
},
"252": {
"key": "252",
"name": "Fraxtal",
Expand Down Expand Up @@ -1763,4 +1781,4 @@
"start": 7521509,
"logo": "ipfs://QmNnGPr1CNvj12SSGzKARtUHv9FyEfE5nES73U4vBWQSJL"
}
}
}

0 comments on commit 3bb944d

Please sign in to comment.