@chainlink/evm-gauntlet
v1.3.3
Published
Gauntlet EVM
Downloads
14,751
Readme
Cli generic settings
Privatekey
There are 3 ways to include a privatekey for development. If multiple methods are used, they follow the precedence below
- Passing the privatekey in a flag to a command ie. yarn gauntlet ocr:deploy --privatekey=0x...
- Creating a .env file with the content PRIVATE_KEY=0x...
- Passing the privatekey in as an environment variable in your execution context