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/dist/index.cjs +33 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +33 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/rpc.json +1 -1
package/package.json
CHANGED
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
|
|
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",
|