@chainlink/evm-gauntlet-cli
v3.2.0
Published
EVM Gauntlet CLI
Downloads
356
Readme
EVM Gauntlet CLI
This packages expose the commands to be used as a CLI of the following packages:
- @chainlink/evm-gauntlet-ocr2
Setup
Every command accepts the --network=<NETWORK>
flag. The value will load the static environment variables under ./networks/.env.<NETWORK>
. Currently 2 network configurations are available:
- Local
NODE_URL=http://127.0.0.1:5000
- Goerli
NODE_URL=https://goerli.infura.io/v3/7c43471f9d604276a856f0cff1edb645
Miscellaneous
- To show available methods for all contracts:
yarn gauntlet -h
-To show available methods for a single contract:
yarn gauntlet ocr2:deploy -h
It will show details for the specificed function with their needed parameters and their types, if any