pandora-cli-skills 1.1.18 → 1.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -170,7 +170,7 @@ function resolveSpenders(options = {}, env = process.env) {
170
170
  function resolveRuntime(options = {}) {
171
171
  const env = options.env || process.env;
172
172
  const rpcUrl = options.rpcUrl || env.POLYMARKET_RPC_URL || env.RPC_URL || null;
173
- const privateKey = options.privateKey || env.POLYMARKET_PRIVATE_KEY || env.PRIVATE_KEY || null;
173
+ const privateKey = options.privateKey || env.POLYMARKET_PRIVATE_KEY || null;
174
174
  const funderAddress = normalizeAddress(options.funder || env.POLYMARKET_FUNDER, 'funder');
175
175
  const usdcAddress = normalizeAddress(options.usdcAddress || env.POLYMARKET_USDC_E_ADDRESS, 'usdcAddress')
176
176
  || POLYMARKET_POLYGON_DEFAULTS.usdc;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pandora-cli-skills",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "description": "Pandora CLI & Skills",
5
5
  "main": "cli/pandora.cjs",
6
6
  "bin": {