@defisaver/sdk 1.2.26 → 1.2.27
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 +1 -1
- package/package.json +1 -1
- package/src/addresses.ts +1 -1
- package/umd/index.js +1 -1
package/esm/src/addresses.js
CHANGED
|
@@ -282,7 +282,7 @@ export const actionAddresses = {
|
|
|
282
282
|
EtherFiStake: '0xcadB650B6a60C89f7847Cba555A7eeCC220EA2e8',
|
|
283
283
|
EtherFiWrap: '0x086464be5c73f66cfbe6b64ec23aa5a86749ef58',
|
|
284
284
|
EtherFiUnwrap: '0x6Eb09948DDf9332d628d156950b9B1C0c091e8D8',
|
|
285
|
-
KingClaim: '
|
|
285
|
+
KingClaim: '0xd4C4D1Ef0e79389173EBc247972F355c6f2FEC76',
|
|
286
286
|
// fluid
|
|
287
287
|
FluidVaultT1Open: '0x372404335C05C2493Ff156Ef60cC0B286f6f2971',
|
|
288
288
|
FluidVaultT1Adjust: '0x8f1443c9F24843D14fa6b302A55C59468ED7D28B',
|
package/package.json
CHANGED
package/src/addresses.ts
CHANGED
|
@@ -325,7 +325,7 @@ export const actionAddresses = {
|
|
|
325
325
|
EtherFiWrap: '0x086464be5c73f66cfbe6b64ec23aa5a86749ef58',
|
|
326
326
|
EtherFiUnwrap: '0x6Eb09948DDf9332d628d156950b9B1C0c091e8D8',
|
|
327
327
|
|
|
328
|
-
KingClaim: '
|
|
328
|
+
KingClaim: '0xd4C4D1Ef0e79389173EBc247972F355c6f2FEC76',
|
|
329
329
|
|
|
330
330
|
// fluid
|
|
331
331
|
FluidVaultT1Open: '0x372404335C05C2493Ff156Ef60cC0B286f6f2971',
|
package/umd/index.js
CHANGED
|
@@ -1571,7 +1571,7 @@ var actionAddresses = {
|
|
|
1571
1571
|
EtherFiStake: '0xcadB650B6a60C89f7847Cba555A7eeCC220EA2e8',
|
|
1572
1572
|
EtherFiWrap: '0x086464be5c73f66cfbe6b64ec23aa5a86749ef58',
|
|
1573
1573
|
EtherFiUnwrap: '0x6Eb09948DDf9332d628d156950b9B1C0c091e8D8',
|
|
1574
|
-
KingClaim: '
|
|
1574
|
+
KingClaim: '0xd4C4D1Ef0e79389173EBc247972F355c6f2FEC76',
|
|
1575
1575
|
// fluid
|
|
1576
1576
|
FluidVaultT1Open: '0x372404335C05C2493Ff156Ef60cC0B286f6f2971',
|
|
1577
1577
|
FluidVaultT1Adjust: '0x8f1443c9F24843D14fa6b302A55C59468ED7D28B',
|