@defisaver/sdk 1.3.29 → 1.3.30
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/esm/src/addresses.js +2 -2
- package/package.json +1 -1
- package/src/addresses.ts +2 -2
- package/umd/index.js +2 -2
package/esm/src/addresses.js
CHANGED
|
@@ -179,8 +179,8 @@ export const actionAddresses = {
|
|
|
179
179
|
LiquityV2Claim: '0x1b5a0c2573A1692bB183cC5d6f506e108c0599FC',
|
|
180
180
|
LiquityV2Adjust: '0x3BbC88f3b75cB898395C9b5AE8D9c2a26744993b',
|
|
181
181
|
LiquityV2AdjustInterestRate: '0x685f0237D8b85B2018278E975a481b0650dE0b54',
|
|
182
|
-
LiquityV2SPDeposit: '
|
|
183
|
-
LiquityV2SPWithdraw: '
|
|
182
|
+
LiquityV2SPDeposit: '0x256e97E7f7B42Cf7De5258C59A2935AdEdDdfC63',
|
|
183
|
+
LiquityV2SPWithdraw: '0x7ab4A43DE2628EA53c88E27755325d090f28D9c9',
|
|
184
184
|
LiquityV2SPClaimColl: '0x3f783de20C3095bcB999AEA999aF4DF184b6630f',
|
|
185
185
|
LiquityV2AdjustZombieTrove: '0x45F5CEe8f89AdBCe4f5B20f38a49402b152ba99e',
|
|
186
186
|
// b.protocol
|
package/package.json
CHANGED
package/src/addresses.ts
CHANGED
|
@@ -208,8 +208,8 @@ export const actionAddresses = {
|
|
|
208
208
|
LiquityV2Adjust: '0x3BbC88f3b75cB898395C9b5AE8D9c2a26744993b',
|
|
209
209
|
LiquityV2AdjustInterestRate:
|
|
210
210
|
'0x685f0237D8b85B2018278E975a481b0650dE0b54',
|
|
211
|
-
LiquityV2SPDeposit: '
|
|
212
|
-
LiquityV2SPWithdraw: '
|
|
211
|
+
LiquityV2SPDeposit: '0x256e97E7f7B42Cf7De5258C59A2935AdEdDdfC63',
|
|
212
|
+
LiquityV2SPWithdraw: '0x7ab4A43DE2628EA53c88E27755325d090f28D9c9',
|
|
213
213
|
LiquityV2SPClaimColl: '0x3f783de20C3095bcB999AEA999aF4DF184b6630f',
|
|
214
214
|
LiquityV2AdjustZombieTrove:
|
|
215
215
|
'0x45F5CEe8f89AdBCe4f5B20f38a49402b152ba99e',
|
package/umd/index.js
CHANGED
|
@@ -1507,8 +1507,8 @@ var actionAddresses = {
|
|
|
1507
1507
|
LiquityV2Claim: '0x1b5a0c2573A1692bB183cC5d6f506e108c0599FC',
|
|
1508
1508
|
LiquityV2Adjust: '0x3BbC88f3b75cB898395C9b5AE8D9c2a26744993b',
|
|
1509
1509
|
LiquityV2AdjustInterestRate: '0x685f0237D8b85B2018278E975a481b0650dE0b54',
|
|
1510
|
-
LiquityV2SPDeposit: '
|
|
1511
|
-
LiquityV2SPWithdraw: '
|
|
1510
|
+
LiquityV2SPDeposit: '0x256e97E7f7B42Cf7De5258C59A2935AdEdDdfC63',
|
|
1511
|
+
LiquityV2SPWithdraw: '0x7ab4A43DE2628EA53c88E27755325d090f28D9c9',
|
|
1512
1512
|
LiquityV2SPClaimColl: '0x3f783de20C3095bcB999AEA999aF4DF184b6630f',
|
|
1513
1513
|
LiquityV2AdjustZombieTrove: '0x45F5CEe8f89AdBCe4f5B20f38a49402b152ba99e',
|
|
1514
1514
|
// b.protocol
|