impermax-sdk 1.2.55 → 1.2.57
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.
|
@@ -118,6 +118,8 @@ class OffchainPriceHelper {
|
|
|
118
118
|
offchainTokenPrice["0x60bb3d364b765c497c8ce50ae0ae3f0882c5bd05"] = 0;
|
|
119
119
|
offchainTokenPrice["0x900f1ec5819fa087d368877cd03b265bf1802667"] = 0;
|
|
120
120
|
offchainTokenPrice["0xea38f1ccf77bf43f352636241b05dd8f6f5f52b2"] = 0;
|
|
121
|
+
offchainTokenPrice["0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83"] = 0;
|
|
122
|
+
offchainTokenPrice["0xc19669a405067927865b40ea045a2baabbbe57f5"] = 0;
|
|
121
123
|
return offchainTokenPrice;
|
|
122
124
|
});
|
|
123
125
|
}
|
|
@@ -215,6 +217,9 @@ class OffchainPriceHelper {
|
|
|
215
217
|
if (tokenAddress.toLowerCase() === '0x2fc5cf65fd0a660801f119832b2158756968266d') { // TEMPORARY fix for CHI
|
|
216
218
|
return 1;
|
|
217
219
|
}
|
|
220
|
+
if (tokenAddress.toLowerCase() === '0xc19669a405067927865b40ea045a2baabbbe57f5') { // TEMPORARY fix for STAR
|
|
221
|
+
return 1;
|
|
222
|
+
}
|
|
218
223
|
if (tokenAddress.toLowerCase() === '0xb79dd08ea68a908a97220c76d19a6aa9cbde4376') { // TEMPORARY fix for usd+
|
|
219
224
|
return 1;
|
|
220
225
|
}
|