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.
Files changed (2) hide show
  1. package/dist/api/jobs.js +1 -1
  2. 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 = '0xdB66c11221234C6B19cCBd29868310c31494C21C'; // Set your fixed contract address here
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sdk-triggerx",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "SDK for interacting with the TriggerX backend and smart contracts.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",