@snapshot-labs/snapshot.js 0.12.7 → 0.12.9
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/snapshot.cjs.js +16 -0
- package/dist/snapshot.esm.js +16 -0
- package/dist/snapshot.min.js +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/utils/delegation.d.ts +1 -0
- package/dist/src/utils.d.ts +1 -0
- package/package.json +1 -1
- package/src/delegationSubgraphs.json +1 -0
- package/src/networks.json +14 -0
package/dist/src/index.d.ts
CHANGED
package/dist/src/utils.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -7,5 +7,6 @@
|
|
|
7
7
|
"250": "https://subgrapher.snapshot.org/delegation/250",
|
|
8
8
|
"8453": "https://subgrapher.snapshot.org/delegation/8453",
|
|
9
9
|
"42161": "https://subgrapher.snapshot.org/delegation/42161",
|
|
10
|
+
"59144": "https://subgrapher.snapshot.org/delegation/59144",
|
|
10
11
|
"11155111": "https://subgrapher.snapshot.org/delegation/11155111"
|
|
11
12
|
}
|
package/src/networks.json
CHANGED
|
@@ -1261,6 +1261,20 @@
|
|
|
1261
1261
|
"start": 27458402,
|
|
1262
1262
|
"logo": "ipfs://QmZZnwR1y6cU1sare2TQmwqkNDLXQxD4GdPrmHLmUoPtbU"
|
|
1263
1263
|
},
|
|
1264
|
+
"33111": {
|
|
1265
|
+
"key": "33111",
|
|
1266
|
+
"name": "Curtis",
|
|
1267
|
+
"shortName": "apechain",
|
|
1268
|
+
"chainId": 33111,
|
|
1269
|
+
"network": "mainnet",
|
|
1270
|
+
"multicall": "0xc454132B017b55b427f45078E335549A7124f5f7",
|
|
1271
|
+
"rpc": [],
|
|
1272
|
+
"explorer": {
|
|
1273
|
+
"url": "https://explorer.curtis.apechain.com"
|
|
1274
|
+
},
|
|
1275
|
+
"start": 6661339,
|
|
1276
|
+
"logo": "ipfs://bafkreicljxttjq2xkgfwwpii5xegirgq2ctrnsjnzelxudjj33qzq65apu"
|
|
1277
|
+
},
|
|
1264
1278
|
"42161": {
|
|
1265
1279
|
"key": "42161",
|
|
1266
1280
|
"name": "Arbitrum One",
|