@defisaver/sdk 1.3.6 → 1.3.8
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.d.ts +280 -0
- package/esm/src/addresses.js +3 -1
- package/esm/src/config.js +6 -6
- package/esm/src/index.d.ts +1519 -399
- package/package.json +1 -1
- package/src/addresses.ts +4 -1
- package/umd/index.js +10 -8
package/package.json
CHANGED
package/src/addresses.ts
CHANGED
|
@@ -641,7 +641,7 @@ export const actionAddresses = {
|
|
|
641
641
|
[NETWORKS.plasma.chainId]: {
|
|
642
642
|
// Basic
|
|
643
643
|
DFSSell: '0xAC17f651591f417934EeA04CF6629584Eb50A4bB',
|
|
644
|
-
DFSSellNoFee: '
|
|
644
|
+
DFSSellNoFee: '0x45314C4265a378427f204483b3eFb89981129085',
|
|
645
645
|
WrapEth: '0x520E8b0573a03D26D0E39a409E85E28459e24C0E',
|
|
646
646
|
UnwrapEth: '0x93A6E0dC4C4a6033922d386e4cbd9e31278A2BBa',
|
|
647
647
|
SendToken: '0xa2ABA81e65543d18dd1a1E4A31Bc41C4a86453cf',
|
|
@@ -673,6 +673,9 @@ export const actionAddresses = {
|
|
|
673
673
|
AaveV3View: '0xD8E67968d8a0df4beCf2D50daE1e34d4d80C701C',
|
|
674
674
|
AaveV3DelegateWithSig: '0x49658E0CF3883c338397C7257619B280dF581057',
|
|
675
675
|
AaveV3DelegateCredit: '0x0a9b2080C14DaF008AE87C977dFDf5f5D6D0937F',
|
|
676
|
+
|
|
677
|
+
// Pendle
|
|
678
|
+
PendleTokenRedeem: '0xB4c5f33bb5791D0174Df1879b809Bf57eE540B62',
|
|
676
679
|
},
|
|
677
680
|
};
|
|
678
681
|
|
package/umd/index.js
CHANGED
|
@@ -322,7 +322,7 @@ var NETWORKS = {
|
|
|
322
322
|
chainId: 42161,
|
|
323
323
|
chainName: 'Arbitrum One',
|
|
324
324
|
blockExplorerUrls: ['https://arbiscan.io/'],
|
|
325
|
-
iconUrls: ['https://
|
|
325
|
+
iconUrls: ['https://icons.llamao.fi/icons/chains/rsz_arbitrum.jpg'],
|
|
326
326
|
rpcUrls: ['https://arb1.arbitrum.io/rpc'],
|
|
327
327
|
nativeCurrency: {
|
|
328
328
|
name: 'Ethereum',
|
|
@@ -334,7 +334,7 @@ var NETWORKS = {
|
|
|
334
334
|
chainId: 8453,
|
|
335
335
|
chainName: 'Base',
|
|
336
336
|
blockExplorerUrls: ['https://basescan.io/'],
|
|
337
|
-
iconUrls: ['https://
|
|
337
|
+
iconUrls: ['https://icons.llamao.fi/icons/chains/rsz_base.jpg'],
|
|
338
338
|
rpcUrls: [],
|
|
339
339
|
nativeCurrency: {
|
|
340
340
|
name: 'Ethereum',
|
|
@@ -346,8 +346,8 @@ var NETWORKS = {
|
|
|
346
346
|
chainId: 59144,
|
|
347
347
|
chainName: 'Linea',
|
|
348
348
|
blockExplorerUrls: ['https://lineascan.build/'],
|
|
349
|
-
iconUrls: ['https://
|
|
350
|
-
rpcUrls: [],
|
|
349
|
+
iconUrls: ['https://icons.llamao.fi/icons/chains/rsz_linea.jpg'],
|
|
350
|
+
rpcUrls: ['https://rpc.linea.build'],
|
|
351
351
|
nativeCurrency: {
|
|
352
352
|
name: 'Ethereum',
|
|
353
353
|
decimals: 18,
|
|
@@ -358,8 +358,8 @@ var NETWORKS = {
|
|
|
358
358
|
chainId: 9745,
|
|
359
359
|
chainName: 'Plasma',
|
|
360
360
|
blockExplorerUrls: ['https://plasmascan.to/'],
|
|
361
|
-
iconUrls: ['https://
|
|
362
|
-
rpcUrls: [],
|
|
361
|
+
iconUrls: ['https://icons.llamao.fi/icons/chains/rsz_plasma.jpg'],
|
|
362
|
+
rpcUrls: ['https://rpc.plasma.to'],
|
|
363
363
|
nativeCurrency: {
|
|
364
364
|
name: 'XPL',
|
|
365
365
|
decimals: 18,
|
|
@@ -1884,7 +1884,7 @@ var actionAddresses = {
|
|
|
1884
1884
|
[_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.plasma.chainId]: {
|
|
1885
1885
|
// Basic
|
|
1886
1886
|
DFSSell: '0xAC17f651591f417934EeA04CF6629584Eb50A4bB',
|
|
1887
|
-
DFSSellNoFee: '
|
|
1887
|
+
DFSSellNoFee: '0x45314C4265a378427f204483b3eFb89981129085',
|
|
1888
1888
|
WrapEth: '0x520E8b0573a03D26D0E39a409E85E28459e24C0E',
|
|
1889
1889
|
UnwrapEth: '0x93A6E0dC4C4a6033922d386e4cbd9e31278A2BBa',
|
|
1890
1890
|
SendToken: '0xa2ABA81e65543d18dd1a1E4A31Bc41C4a86453cf',
|
|
@@ -1914,7 +1914,9 @@ var actionAddresses = {
|
|
|
1914
1914
|
AaveV3ATokenPayback: '0x425fA97285965E01Cc5F951B62A51F6CDEA5cc0d',
|
|
1915
1915
|
AaveV3View: '0xD8E67968d8a0df4beCf2D50daE1e34d4d80C701C',
|
|
1916
1916
|
AaveV3DelegateWithSig: '0x49658E0CF3883c338397C7257619B280dF581057',
|
|
1917
|
-
AaveV3DelegateCredit: '0x0a9b2080C14DaF008AE87C977dFDf5f5D6D0937F'
|
|
1917
|
+
AaveV3DelegateCredit: '0x0a9b2080C14DaF008AE87C977dFDf5f5D6D0937F',
|
|
1918
|
+
// Pendle
|
|
1919
|
+
PendleTokenRedeem: '0xB4c5f33bb5791D0174Df1879b809Bf57eE540B62'
|
|
1918
1920
|
}
|
|
1919
1921
|
};
|
|
1920
1922
|
var otherAddresses = {
|