Closed amarinkovic closed 11 months ago
Enables the wallet configuration to be done by only providing the private key.
Issue: #29
Here is how an example configuration in the gemforge.config.cjs would look like:
gemforge.config.cjs
// Wallets to use for deployment wallets: { ... walletPK: { type: "private-key", config: { key: process.env.PRIVATE_KEY_ACC20, }, }, },
Very nice. I will add a test for it.
Special thanks to @mdumic for helping me out with TypeScript stuff.
Enables the wallet configuration to be done by only providing the private key.
Issue: #29
Here is how an example configuration in the
gemforge.config.cjs
would look like: