@aurigami/sdk 1.8.0 → 1.8.1
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/sdk.cjs.development.js +2 -2
- package/dist/sdk.cjs.development.js.map +1 -1
- package/dist/sdk.cjs.production.min.js +1 -1
- package/dist/sdk.cjs.production.min.js.map +1 -1
- package/dist/sdk.esm.js +2 -2
- package/dist/sdk.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/consts/constants.ts +2 -2
|
@@ -160,10 +160,10 @@ Object.entries({
|
|
|
160
160
|
var BORROW_NEAR_REWARDS_PER_WEEK = {// currently 0 for all markets
|
|
161
161
|
};
|
|
162
162
|
var HARDCODE_PRICE_TOKENS = /*#__PURE__*/Object.fromEntries([[/*#__PURE__*/networkAddresses.tokens.USN.toLowerCase(), '1']]);
|
|
163
|
-
var REFERRAL_CAMPAIGNS = /*#__PURE__*/Object.fromEntries([['referral-
|
|
163
|
+
var REFERRAL_CAMPAIGNS = /*#__PURE__*/Object.fromEntries([['referral-2505', {
|
|
164
164
|
start: 1652882400,
|
|
165
165
|
end: 1653487199
|
|
166
|
-
}], ['referrer-
|
|
166
|
+
}], ['referrer-2505', {
|
|
167
167
|
start: 1652882400,
|
|
168
168
|
end: 1653487199
|
|
169
169
|
}]]);
|