@defisaver/sdk 1.2.27-dev-1 → 1.2.27-dev-2
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
|
@@ -169,8 +169,8 @@ export const actionAddresses = {
|
|
|
169
169
|
LiquityV2Claim: '0x1b5a0c2573A1692bB183cC5d6f506e108c0599FC',
|
|
170
170
|
LiquityV2Adjust: '0xFA2CcD23446b05b8C5A25478D4251599c8c1967E',
|
|
171
171
|
LiquityV2AdjustInterestRate: '0x685f0237D8b85B2018278E975a481b0650dE0b54',
|
|
172
|
-
LiquityV2SPDeposit: '
|
|
173
|
-
LiquityV2SPWithdraw: '
|
|
172
|
+
LiquityV2SPDeposit: '0xD484E43F56e2A83D8D4476b803dAEc99c557b4a8',
|
|
173
|
+
LiquityV2SPWithdraw: '0x7CC0C259806641867437641f3a7e8Eb8a95d4a18',
|
|
174
174
|
LiquityV2SPClaimColl: '0x3f783de20C3095bcB999AEA999aF4DF184b6630f',
|
|
175
175
|
LiquityV2AdjustZombieTrove: '0x3D7C092048DE8D7f50587df294cd7cB58d429758',
|
|
176
176
|
// b.protocol
|
package/package.json
CHANGED
package/src/addresses.ts
CHANGED
|
@@ -188,8 +188,8 @@ export const actionAddresses = {
|
|
|
188
188
|
LiquityV2Claim: '0x1b5a0c2573A1692bB183cC5d6f506e108c0599FC',
|
|
189
189
|
LiquityV2Adjust: '0xFA2CcD23446b05b8C5A25478D4251599c8c1967E',
|
|
190
190
|
LiquityV2AdjustInterestRate: '0x685f0237D8b85B2018278E975a481b0650dE0b54',
|
|
191
|
-
LiquityV2SPDeposit: '
|
|
192
|
-
LiquityV2SPWithdraw: '
|
|
191
|
+
LiquityV2SPDeposit: '0xD484E43F56e2A83D8D4476b803dAEc99c557b4a8',
|
|
192
|
+
LiquityV2SPWithdraw: '0x7CC0C259806641867437641f3a7e8Eb8a95d4a18',
|
|
193
193
|
LiquityV2SPClaimColl: '0x3f783de20C3095bcB999AEA999aF4DF184b6630f',
|
|
194
194
|
LiquityV2AdjustZombieTrove: '0x3D7C092048DE8D7f50587df294cd7cB58d429758',
|
|
195
195
|
|
package/umd/index.js
CHANGED
|
@@ -1458,8 +1458,8 @@ var actionAddresses = {
|
|
|
1458
1458
|
LiquityV2Claim: '0x1b5a0c2573A1692bB183cC5d6f506e108c0599FC',
|
|
1459
1459
|
LiquityV2Adjust: '0xFA2CcD23446b05b8C5A25478D4251599c8c1967E',
|
|
1460
1460
|
LiquityV2AdjustInterestRate: '0x685f0237D8b85B2018278E975a481b0650dE0b54',
|
|
1461
|
-
LiquityV2SPDeposit: '
|
|
1462
|
-
LiquityV2SPWithdraw: '
|
|
1461
|
+
LiquityV2SPDeposit: '0xD484E43F56e2A83D8D4476b803dAEc99c557b4a8',
|
|
1462
|
+
LiquityV2SPWithdraw: '0x7CC0C259806641867437641f3a7e8Eb8a95d4a18',
|
|
1463
1463
|
LiquityV2SPClaimColl: '0x3f783de20C3095bcB999AEA999aF4DF184b6630f',
|
|
1464
1464
|
LiquityV2AdjustZombieTrove: '0x3D7C092048DE8D7f50587df294cd7cB58d429758',
|
|
1465
1465
|
// b.protocol
|