@defisaver/sdk 0.3.14 → 0.3.15
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 +5415 -0
- package/package.json +1 -1
- package/src/addresses.js +2 -0
package/package.json
CHANGED
package/src/addresses.js
CHANGED
|
@@ -147,6 +147,7 @@ const actionAddresses = {
|
|
|
147
147
|
PullToken: '0x392579E020a688068422A925c85f28bFD12a7EBB',
|
|
148
148
|
SendTokenAndUnwrap: '0x8000174366066923D554cb466e190258A6FF3b1f',
|
|
149
149
|
ToggleSub: '0x988C5C24AE6348404196267e19962f36961CAc29',
|
|
150
|
+
TokenBalance: '0xC6FF5b01f7c7b35b6e093fF70D2332B361C5Be5A',
|
|
150
151
|
|
|
151
152
|
|
|
152
153
|
// aave v3
|
|
@@ -182,6 +183,7 @@ const actionAddresses = {
|
|
|
182
183
|
PullToken: '0xD8B3769f74bd9F196C3416a42a91E786948898e6',
|
|
183
184
|
SendTokenAndUnwrap: '0x0fb867A5Ee1CA9426D3dAb95e613Be166218b977',
|
|
184
185
|
ToggleSub: '0x71015226EADFd4aC887fB56556F64338e352439b',
|
|
186
|
+
TokenBalance: '0x607345481F6A06FDEFf49D4Ef37d591c76137211',
|
|
185
187
|
|
|
186
188
|
// aave v3
|
|
187
189
|
AaveV3ATokenPayback: '0x261906e5E0D0D38D9cBb5c10dB9c4031aabdf8C1',
|