git.delta.rocks / unique-network / refs/commits / 60e186a90ee7

difftreelog

source

tests/src/migrations/942057-appPromotion/README.md648 Bsourcehistory
1## Stakers Data Loading23Set the environment variable (WS_RPC). For example, ws://localhost:9944. Execute the following command:45chainql --tla-str=chainUrl=<WS_RPC> stakersParser.jsonnet > output.json67    where <WS_RPC> - is the network address.89Example for Opal:10:1112chainql --tla-str=chainUrl=wss://eu-ws-opal.unique.network:443 stakersParser.jsonnet > output.json1314To install chainql, execute the following command:151617cargo install chainql1819## Execute offchain migration2021To run, you need to add an environment variable (SUPERUSER_SEED) with the sudo key seed.2223Run the script by executing the following command:2425npx ts-node lockedToFreeze.ts