envio-darwin-x64 3.7.0 → 3.9.0

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/envio.node +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -69,7 +69,7 @@ A few things already running in production:
69
69
 
70
70
  **Multichain indexing**
71
71
  - Index EVM, SVM, and Fuel blockchains from a single indexer
72
- - 70+ EVM chains with native HyperSync support, plus any EVM chain via RPC
72
+ - 79+ EVM chains with first-class HyperSync support, plus any EVM chain via RPC
73
73
  - Real-time indexing with reorg handling built in
74
74
 
75
75
  **Developer experience**
@@ -129,7 +129,7 @@ HyperSync can also be used directly for custom data pipelines in Python, Rust, N
129
129
 
130
130
  ## Supported networks
131
131
 
132
- HyperIndex supports any EVM-compatible L1, L2, or L3, plus Fuel and Solana (experimental). 70+ chains have native HyperSync support for maximum speed. For any EVM chain not on the HyperSync list, RPC-based indexing works out of the box.
132
+ HyperIndex supports any EVM-compatible L1, L2, or L3, plus Fuel and Solana (beta). 79+ chains have first-class HyperSync support for maximum speed. For any EVM chain not on the HyperSync list, RPC-based indexing works out of the box. Solana indexing runs on HyperSync for Solana, with instruction-level handlers and IDL-aware decoding.
133
133
 
134
134
  [Full network list →](https://docs.envio.dev/docs/HyperIndex/supported-networks)
135
135
 
package/envio.node CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "envio-darwin-x64",
3
- "version": "3.7.0",
3
+ "version": "3.9.0",
4
4
  "main": "./envio.node",
5
5
  "description": "A latency and sync speed optimized, developer friendly blockchain data indexer.",
6
6
  "repository": {