sdk-triggerx 0.1.11 → 0.1.12
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/api/jobs.js +1 -1
- package/package.json +1 -1
package/dist/api/jobs.js
CHANGED
|
@@ -14,7 +14,7 @@ const topupTg_1 = require("./topupTg");
|
|
|
14
14
|
const checkTgBalance_1 = require("./checkTgBalance");
|
|
15
15
|
const JOB_ID = '300949528249665590178224313442040528409305273634097553067152835846309150732';
|
|
16
16
|
const DYNAMIC_ARGS_URL = 'https://teal-random-koala-993.mypinata.cloud/ipfs/bafkreif426p7t7takzhw3g6we2h6wsvf27p5jxj3gaiynqf22p3jvhx4la';
|
|
17
|
-
const JOB_REGISTRY_ADDRESS = '
|
|
17
|
+
const JOB_REGISTRY_ADDRESS = '0x476ACc7949a95e31144cC84b8F6BC7abF0967E4b'; // Set your fixed contract address here
|
|
18
18
|
function toCreateJobDataFromTime(input, balances, userAddress, jobCostPrediction) {
|
|
19
19
|
return {
|
|
20
20
|
job_id: JOB_ID,
|