x402z-facilitator 0.0.11 → 0.1.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.
- package/README.md +2 -1
- package/dist/chunk-PDAG647E.mjs +751 -0
- package/dist/chunk-TDT6WJI7.mjs +711 -0
- package/dist/index.js +124 -6
- package/dist/index.mjs +1 -1
- package/dist/service/bootstrap.js +124 -6
- package/dist/service/bootstrap.mjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -19,13 +19,14 @@ pnpm add x402z-facilitator
|
|
|
19
19
|
Set env vars:
|
|
20
20
|
|
|
21
21
|
- `FACILITATOR_EVM_PRIVATE_KEY`
|
|
22
|
-
- `FACILITATOR_EVM_RPC_URL`
|
|
22
|
+
- `RPC_URL` (preferred) or `FACILITATOR_EVM_RPC_URL`
|
|
23
23
|
- `FACILITATOR_EVM_CHAIN_ID` (default 11155111)
|
|
24
24
|
- `FACILITATOR_NETWORKS` (default `eip155:11155111`)
|
|
25
25
|
- `FACILITATOR_PORT` (default 8040)
|
|
26
26
|
- `FACILITATOR_BATCHER_ADDRESS` (required FHETokenBatcher address)
|
|
27
27
|
- `FACILITATOR_BATCH_INTERVAL_MS` (default 15000)
|
|
28
28
|
- `FACILITATOR_GAS_MULTIPLIER` (optional, e.g. `2` to double estimated gas)
|
|
29
|
+
- `FACILITATOR_FEE_MULTIPLIER` (optional, scales estimated max fee + priority fee)
|
|
29
30
|
|
|
30
31
|
Then run:
|
|
31
32
|
|