@defisaver/sdk 0.3.11 → 0.3.12
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/package-lock.json +1 -1
- package/package.json +1 -1
- package/src/addresses.js +4 -0
package/package-lock.json
CHANGED
package/package.json
CHANGED
package/src/addresses.js
CHANGED
|
@@ -146,6 +146,8 @@ const actionAddresses = {
|
|
|
146
146
|
SendToken: '0xEbA499702856f1EFda2546e9fEFC1319A3b40538',
|
|
147
147
|
PullToken: '0x392579E020a688068422A925c85f28bFD12a7EBB',
|
|
148
148
|
SendTokenAndUnwrap: '0x8000174366066923D554cb466e190258A6FF3b1f',
|
|
149
|
+
ToggleSub: '0x988C5C24AE6348404196267e19962f36961CAc29',
|
|
150
|
+
|
|
149
151
|
|
|
150
152
|
// aave v3
|
|
151
153
|
AaveV3ATokenPayback: '0x71B27114D1777298bD46c3770C42F9f807C49847',
|
|
@@ -173,6 +175,8 @@ const actionAddresses = {
|
|
|
173
175
|
SendToken: '0xb022BaFfcEdc0ceA15aF6B2B744795A12D21F2a9',
|
|
174
176
|
PullToken: '0xD8B3769f74bd9F196C3416a42a91E786948898e6',
|
|
175
177
|
SendTokenAndUnwrap: '0x0fb867A5Ee1CA9426D3dAb95e613Be166218b977',
|
|
178
|
+
ToggleSub: '0x71015226EADFd4aC887fB56556F64338e352439b',
|
|
179
|
+
|
|
176
180
|
|
|
177
181
|
// aave v3
|
|
178
182
|
AaveV3ATokenPayback: '0x261906e5E0D0D38D9cBb5c10dB9c4031aabdf8C1',
|