@nullpay/cli 1.0.0 → 1.0.2
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.
- package/dist/commands/onboard.js +1 -1
- package/package.json +1 -1
package/dist/commands/onboard.js
CHANGED
|
@@ -43,7 +43,7 @@ const chalk_1 = __importDefault(require("chalk"));
|
|
|
43
43
|
const fs = __importStar(require("fs"));
|
|
44
44
|
const path = __importStar(require("path"));
|
|
45
45
|
const crypto = __importStar(require("crypto"));
|
|
46
|
-
const BACKEND_URL = '
|
|
46
|
+
const BACKEND_URL = process.env.NULLPAY_BACKEND_URL || 'https://nullpay-backend-ib5q4.ondigitalocean.app/api';
|
|
47
47
|
const ALEO_PROGRAM = 'zk_pay_proofs_privacy_v22.aleo';
|
|
48
48
|
const ALEO_MAP_BASE = `https://api.provable.com/v2/testnet/program/${ALEO_PROGRAM}/mapping/salt_to_invoice`;
|
|
49
49
|
const W = 56;
|