Skip to content

sygmaprotocol/qa-utils

 
 

Repository files navigation

maintenance-utils CLI

A CLI for maintenance-utils.

How to run the maintenance-utils CLI

  • run yarn install - to install all dependecies
  • populate rpcEndpoints.json with your supported networks
  • run yarn build - to update execution file
  • run ./bin/maintenance-utils <command> <subcommand> - to execute a command

Commands

bridge pause - pauses all bridge instances across the selected network bridge unpause - unpauses all bridge instances across the selected network bridge retry - retries a failed transaction bridge test-routes - test transfers for all defined domains and resources. If you want to test just specific routes, define domains in sharedConfig.json file. relayer top-up - tops upp all relayers balances that are under the nativeTokenMinBalance, the top amount can be adjusted with RELAYER_TOP_UP_MULTIPLIER env variable

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.5%
  • JavaScript 1.5%