@snapshot-labs/snapshot.js 0.11.30 → 0.11.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +0 -1
- package/dist/snapshot.cjs.js +32 -2
- package/dist/snapshot.esm.js +32 -2
- package/dist/snapshot.min.js +3 -3
- package/dist/utils/delegation.d.ts +0 -1
- package/dist/utils.d.ts +0 -1
- package/package.json +1 -1
- package/src/delegationSubgraphs.json +0 -1
- package/src/networks.json +31 -2
package/dist/utils.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1": "https://subgrapher.snapshot.org/delegation/1",
|
|
3
|
-
"5": "https://subgrapher.snapshot.org/delegation/5",
|
|
4
3
|
"10": "https://subgrapher.snapshot.org/delegation/10",
|
|
5
4
|
"56": "https://subgrapher.snapshot.org/delegation/56",
|
|
6
5
|
"100": "https://subgrapher.snapshot.org/delegation/100",
|
package/src/networks.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"0x4976fb03C32e5B8cfe2b6cCB31c09Ba78EBaBa41"
|
|
11
11
|
],
|
|
12
12
|
"ensNameWrapper": "0xD4416b13d2b3a9aBae7AcD5D6C2BbDBE25686401",
|
|
13
|
-
"ensSubgraph": "https://
|
|
13
|
+
"ensSubgraph": "https://subgrapher.snapshot.org/subgraph/arbitrum/5XqPmWe6gjyrJtFn9cLy237i4cWw2j9HcUJEXsP5qGtH",
|
|
14
14
|
"rpc": [
|
|
15
15
|
"https://rpc.ankr.com/eth",
|
|
16
16
|
{
|
|
@@ -875,6 +875,35 @@
|
|
|
875
875
|
"start": 4219343,
|
|
876
876
|
"logo": "ipfs://QmXkneyRB6HbHTHRLCZpZqSsawiyJY7b2kZ2V8ydvKYAgv"
|
|
877
877
|
},
|
|
878
|
+
"2221": {
|
|
879
|
+
"key": "2221",
|
|
880
|
+
"name": "Kava Testnet",
|
|
881
|
+
"shortName": "testnet",
|
|
882
|
+
"chainId": 2221,
|
|
883
|
+
"network": "testnet",
|
|
884
|
+
"multicall": "0xc7193EFE367DF0C9349a1149F4E95A2A35604262",
|
|
885
|
+
"rpc": [],
|
|
886
|
+
"explorer": {
|
|
887
|
+
"url": "https://testnet.kavascan.com"
|
|
888
|
+
},
|
|
889
|
+
"start": 6193104,
|
|
890
|
+
"logo": "ipfs://bafkreibpfubharx32fjqkqbfdhygwdjb2khxdg6meaasrcxsgvowos26f4",
|
|
891
|
+
"testnet": true
|
|
892
|
+
},
|
|
893
|
+
"2222": {
|
|
894
|
+
"key": "2222",
|
|
895
|
+
"name": "Kava",
|
|
896
|
+
"shortName": "mainnet",
|
|
897
|
+
"chainId": 2222,
|
|
898
|
+
"network": "mainnet",
|
|
899
|
+
"multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
900
|
+
"rpc": [],
|
|
901
|
+
"explorer": {
|
|
902
|
+
"url": "https://kavascan.com/"
|
|
903
|
+
},
|
|
904
|
+
"start": 3661165,
|
|
905
|
+
"logo": "ipfs://bafkreibpfubharx32fjqkqbfdhygwdjb2khxdg6meaasrcxsgvowos26f4"
|
|
906
|
+
},
|
|
878
907
|
"2400": {
|
|
879
908
|
"key": "2400",
|
|
880
909
|
"name": "TCG Verse",
|
|
@@ -1549,4 +1578,4 @@
|
|
|
1549
1578
|
"start": 7521509,
|
|
1550
1579
|
"logo": "ipfs://QmNnGPr1CNvj12SSGzKARtUHv9FyEfE5nES73U4vBWQSJL"
|
|
1551
1580
|
}
|
|
1552
|
-
}
|
|
1581
|
+
}
|