genlayer 0.34.4 → 0.35.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 +5 -5
- package/dist/index.js +7680 -3396
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -299,7 +299,7 @@ EXAMPLES:
|
|
|
299
299
|
|
|
300
300
|
#### Staking Operations
|
|
301
301
|
|
|
302
|
-
Manage staking for validators and delegators on testnet-asimov. Staking is not available on localnet/studio.
|
|
302
|
+
Manage staking for validators and delegators on testnet-bradbury (or testnet-asimov). Staking is not available on localnet/studio.
|
|
303
303
|
|
|
304
304
|
```bash
|
|
305
305
|
USAGE:
|
|
@@ -325,7 +325,7 @@ COMMANDS:
|
|
|
325
325
|
banned-validators List all banned validators
|
|
326
326
|
|
|
327
327
|
COMMON OPTIONS (all commands):
|
|
328
|
-
--network <network> Network to use (localnet, testnet-asimov)
|
|
328
|
+
--network <network> Network to use (localnet, testnet-bradbury, testnet-asimov)
|
|
329
329
|
--rpc <rpcUrl> RPC URL override
|
|
330
330
|
--staking-address <address> Staking contract address override
|
|
331
331
|
|
|
@@ -342,11 +342,11 @@ OPTIONS (exit commands):
|
|
|
342
342
|
--validator <address> Validator address (for delegator commands)
|
|
343
343
|
|
|
344
344
|
EXAMPLES:
|
|
345
|
-
# Get epoch info (uses --network to specify testnet-
|
|
346
|
-
genlayer staking epoch-info --network testnet-
|
|
345
|
+
# Get epoch info (uses --network to specify testnet-bradbury)
|
|
346
|
+
genlayer staking epoch-info --network testnet-bradbury
|
|
347
347
|
|
|
348
348
|
# Or set network globally first
|
|
349
|
-
genlayer network set testnet-
|
|
349
|
+
genlayer network set testnet-bradbury
|
|
350
350
|
|
|
351
351
|
# Join as validator with 42000 GEN
|
|
352
352
|
genlayer staking validator-join --amount 42000gen
|