1.3.3 • Published 2 years agoCLI
@chainlink/evm-gauntlet
Licence
—
Version
1.3.3
Deps
4
Size
461 kB
Vulns
0
Weekly
0
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