@snapshot-labs/snapshot.js 0.12.17 → 0.12.18
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 +4 -3
- package/dist/snapshot.esm.js +4 -3
- package/dist/snapshot.min.js +2 -2
- package/package.json +1 -1
- package/src/networks.json +3 -2
- package/src/schemas/space.json +1 -1
package/package.json
CHANGED
package/src/networks.json
CHANGED
|
@@ -1280,14 +1280,15 @@
|
|
|
1280
1280
|
"name": "Curtis",
|
|
1281
1281
|
"shortName": "apechain",
|
|
1282
1282
|
"chainId": 33111,
|
|
1283
|
-
"network": "
|
|
1283
|
+
"network": "testnet",
|
|
1284
1284
|
"multicall": "0xc454132B017b55b427f45078E335549A7124f5f7",
|
|
1285
1285
|
"rpc": [],
|
|
1286
1286
|
"explorer": {
|
|
1287
1287
|
"url": "https://explorer.curtis.apechain.com"
|
|
1288
1288
|
},
|
|
1289
1289
|
"start": 6661339,
|
|
1290
|
-
"logo": "ipfs://bafkreicljxttjq2xkgfwwpii5xegirgq2ctrnsjnzelxudjj33qzq65apu"
|
|
1290
|
+
"logo": "ipfs://bafkreicljxttjq2xkgfwwpii5xegirgq2ctrnsjnzelxudjj33qzq65apu",
|
|
1291
|
+
"testnet": true
|
|
1291
1292
|
},
|
|
1292
1293
|
"33139": {
|
|
1293
1294
|
"key": "33139",
|