envio-linux-x64 3.0.2 → 3.1.0-rc.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 +0 -1
  2. package/envio.node +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -70,7 +70,6 @@ A few things already running in production:
70
70
  **Multichain indexing**
71
71
  - Index EVM, SVM, and Fuel blockchains from a single indexer
72
72
  - 70+ EVM chains with native HyperSync support, plus any EVM chain via RPC
73
- - Unordered multichain mode for maximum throughput across chains
74
73
  - Real-time indexing with reorg handling built in
75
74
 
76
75
  **Developer experience**
package/envio.node CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "envio-linux-x64",
3
- "version": "3.0.2",
3
+ "version": "3.1.0-rc.0",
4
4
  "main": "./envio.node",
5
5
  "description": "A latency and sync speed optimized, developer friendly blockchain data indexer.",
6
6
  "repository": {