UNPKG

@zombienet/cli

Version:

ZombieNet aim to be a testing framework for substrate based blockchains, providing a simple cli tool that allow users to spawn and test ephemeral Substrate based networks

6 lines (5 loc) 276 B
declare const AVAILABLE_PROVIDERS: string[]; declare const DEFAULT_BALANCE = 2000000000000; declare const DEFAULT_GLOBAL_TIMEOUT = 1200; declare const DEFAULT_PROVIDER = "kubernetes"; export { AVAILABLE_PROVIDERS, DEFAULT_BALANCE, DEFAULT_GLOBAL_TIMEOUT, DEFAULT_PROVIDER, };