@merkl/api 0.10.358 → 0.10.360

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.
@@ -938,6 +938,14 @@ const ModeInterfaceCampaigns = {
938
938
  "0x0ed357a94ffd136095B720f8EAC6687994b6aE5F",
939
939
  "0xc0E93CE4857F168E6eE790800C68dd701cC41B37",
940
940
  "0xF2EaF3aD84376A6C233d52cC52C1293A41857820",
941
+ "0x6d257b17be32d4E7EbFebc3A337Bf9C231DA5Aa7",
942
+ "0xbDaceeda5e770718C6FCbbc4035C913594F10B21",
943
+ "0x4329ac597291d749aA475Bb3Ee6019e3f392cF38",
944
+ "0x0553bC54Eb0AfE2aAcE5C0077DA7240F274EcAa7",
945
+ "0x41337492ca4139320f1BAA6E9647b69a35af8F00",
946
+ "0x7e2935b46308B945b0b90583cF2FB029dE85A959",
947
+ "0xc26dDbcfDAd9bdecAC6b439E2c3271Bb85c281a4",
948
+ "0x42A074525fe49a73a91c40dceb1C32428D068a57",
941
949
  ],
942
950
  url: "https://app.kim.exchange/positions",
943
951
  forwarders: [],
@@ -1009,6 +1017,8 @@ const ModeInterfaceCampaigns = {
1009
1017
  "0xc0E93CE4857F168E6eE790800C68dd701cC41B37",
1010
1018
  "0x495119165d2398A9bec515e909cCd43e7DEABac5",
1011
1019
  "0xF2EaF3aD84376A6C233d52cC52C1293A41857820",
1020
+ "0xF44cECB1CF40ee12303E85Eb8651263c01812EaD",
1021
+ "0xC74036dE83D87E8A59B8dd7d4E29Bd96C451A489",
1012
1022
  ],
1013
1023
  url: "https://app.kim.exchange/positions",
1014
1024
  forwarders: [],
@@ -1080,6 +1090,8 @@ const ModeInterfaceCampaigns = {
1080
1090
  "0xc0E93CE4857F168E6eE790800C68dd701cC41B37",
1081
1091
  "0x495119165d2398A9bec515e909cCd43e7DEABac5",
1082
1092
  "0xF2EaF3aD84376A6C233d52cC52C1293A41857820",
1093
+ "0xcec0a258169a4D3e9a0D0F2208ee6c6f9E68A949",
1094
+ "0xD6Cc4a33dA7557A629e819c68fB805ddB225f517",
1083
1095
  ],
1084
1096
  url: "https://app.kim.exchange/pools/vaults/gamma/0xd6cc4a33da7557a629e819c68fb805ddb225f517",
1085
1097
  forwarders: [],
@@ -53,6 +53,8 @@ export class StatusRepository {
53
53
  data: {
54
54
  computedUntil,
55
55
  status: "SUCCESS",
56
+ error: undefined,
57
+ details: "{}",
56
58
  },
57
59
  });
58
60
  }
@@ -76,6 +78,8 @@ export class StatusRepository {
76
78
  data: {
77
79
  status: "PROCESSING",
78
80
  processingStarted: moment().unix(),
81
+ error: undefined,
82
+ details: "{}",
79
83
  },
80
84
  });
81
85
  }