--network

You can specify the network you want to execute tests on

  • In case of supported network

    eoslime test --network="[ local / jungle / jungle3 / bos / worbli / main / kylin ]"
  • In case of unsupported network

    eoslime test --network.url="My custom endpoint" --network.chainId="Blockchain id"

Default

By default the network will be set to local

Last updated