Skip to content

Commit 3bb944d

Browse files
authored
Revert "Remove fantom from networks" (#1101)
* Revert "Remove fantom from networks (#1100)" This reverts commit 3783955. * Update package.json
1 parent 3783955 commit 3bb944d

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapshot-labs/snapshot.js",
3-
"version": "0.12.37",
3+
"version": "0.12.38",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/networks.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,24 @@
467467
"start": 12086501,
468468
"logo": "ipfs://Qmai7AGHgs8NpeGeXgbMZz7pS2i4kw44qubCJYGrZW2f3a"
469469
},
470+
"250": {
471+
"key": "250",
472+
"name": "Fantom Opera",
473+
"shortName": "fantom",
474+
"chainId": 250,
475+
"network": "Mainnet",
476+
"multicall": "0x7f6A10218264a22B4309F3896745687E712962a0",
477+
"rpc": [
478+
"https://rpc.ankr.com/fantom",
479+
"https://rpc.ftm.tools",
480+
"https://rpcapi.fantom.network"
481+
],
482+
"explorer": {
483+
"url": "https://ftmscan.com"
484+
},
485+
"start": 2497732,
486+
"logo": "ipfs://QmVEgNeQDKnXygeGxfY9FywZpNGQu98ktZtRJ9bToYF6g7"
487+
},
470488
"252": {
471489
"key": "252",
472490
"name": "Fraxtal",
@@ -1763,4 +1781,4 @@
17631781
"start": 7521509,
17641782
"logo": "ipfs://QmNnGPr1CNvj12SSGzKARtUHv9FyEfE5nES73U4vBWQSJL"
17651783
}
1766-
}
1784+
}

0 commit comments

Comments
 (0)