ton-provider-system 0.2.1 → 0.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ton-provider-system",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "A bullet-proof TON RPC provider management system with automatic failover, health checking, and rate limiting",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
package/rpc.json CHANGED
@@ -80,7 +80,7 @@
80
80
  "rps": 4,
81
81
  "priority": 5,
82
82
  "enabled": true,
83
- "description": "OnFinality testnet - 4 RPS free tier. Uses /rpc endpoint with API key in header (apikey header). If no API key is set, falls back to /public endpoint (rate-limited). Query params in URL are automatically removed."
83
+ "description": "OnFinality testnet - 4 RPS free tier. Uses /rpc endpoint with API key in query parameter (?apikey=KEY). If no API key is set, falls back to /public endpoint (rate-limited). OnFinality requires API key in query params, NOT headers."
84
84
  },
85
85
  "tatum_testnet": {
86
86
  "name": "Tatum Testnet",