git.delta.rocks / unique-network / refs/commits / 23899b624a22

difftreelog

source

tests/src/migrations/942057-appPromotion/runCheckState.ts238 Bsourcehistory
1import {main} from './correctStateAfterMaintenance';23456main({7  wsEndpoint: process.env.WS_RPC!,8  donorSeed: process.env.SUPERUSER_SEED!,9}).then(() => process.exit(0))10  .catch((e) => {11    console.error(e);12    process.exit(1);13  });