@paxoslabs/amplify-sdk 0.2.0-beta.0 → 0.2.0-beta.1
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/README.md +18 -7
- package/dist/{chunk-TF3S7T6P.js → chunk-4ZYCWOFI.js} +8 -8
- package/dist/{chunk-TF3S7T6P.js.map → chunk-4ZYCWOFI.js.map} +1 -1
- package/dist/{chunk-EWJDKRSY.js → chunk-CK3BIPWI.js} +2 -2
- package/dist/{chunk-EWJDKRSY.js.map → chunk-CK3BIPWI.js.map} +1 -1
- package/dist/{chunk-4ORV7PFT.mjs → chunk-E3JM2RCC.mjs} +3 -3
- package/dist/{chunk-4ORV7PFT.mjs.map → chunk-E3JM2RCC.mjs.map} +1 -1
- package/dist/{chunk-SMIA4ULA.js → chunk-IJBG5TTI.js} +19 -19
- package/dist/{chunk-SMIA4ULA.js.map → chunk-IJBG5TTI.js.map} +1 -1
- package/dist/{chunk-YDMFT2R7.mjs → chunk-NZDHFDPQ.mjs} +2 -2
- package/dist/{chunk-YDMFT2R7.mjs.map → chunk-NZDHFDPQ.mjs.map} +1 -1
- package/dist/{chunk-WWTNCRXX.js → chunk-RSQQMUEQ.js} +4 -4
- package/dist/{chunk-WWTNCRXX.js.map → chunk-RSQQMUEQ.js.map} +1 -1
- package/dist/{chunk-UURNMLRT.mjs → chunk-RZN7S23Z.mjs} +3 -3
- package/dist/{chunk-UURNMLRT.mjs.map → chunk-RZN7S23Z.mjs.map} +1 -1
- package/dist/{chunk-Y3QNUDV6.mjs → chunk-VZ3D7CNR.mjs} +3 -3
- package/dist/{chunk-Y3QNUDV6.mjs.map → chunk-VZ3D7CNR.mjs.map} +1 -1
- package/dist/{chunk-LJPJWJ2Y.mjs → chunk-WDPR2NKT.mjs} +4 -4
- package/dist/{chunk-LJPJWJ2Y.mjs.map → chunk-WDPR2NKT.mjs.map} +1 -1
- package/dist/{chunk-76SRRIGW.js → chunk-ZRI7KBQ6.js} +8 -8
- package/dist/{chunk-76SRRIGW.js.map → chunk-ZRI7KBQ6.js.map} +1 -1
- package/dist/core.js +14 -14
- package/dist/core.mjs +4 -4
- package/dist/display.js +12 -12
- package/dist/display.mjs +4 -4
- package/dist/index.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +115 -115
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/dist/utils.js +5 -5
- package/dist/utils.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { DEFAULT_SLIPPAGE_BPS } from './chunk-AQFFMJX7.mjs';
|
|
2
2
|
export { YieldType } from './chunk-AQFFMJX7.mjs';
|
|
3
|
-
import { isDepositSpendApproved } from './chunk-
|
|
4
|
-
export { getDepositExchangeRate, getWithdrawExchangeRate, isDepositSpendApproved, isWithdrawalSpendApproved } from './chunk-
|
|
5
|
-
import { getRateInQuoteWithAssetDecimals, getClient, erc2612Abi, BoringVaultAbi, getRateInQuoteAndSharesAndWantAssetDecimals, TellerAbi } from './chunk-
|
|
3
|
+
import { isDepositSpendApproved } from './chunk-WDPR2NKT.mjs';
|
|
4
|
+
export { getDepositExchangeRate, getWithdrawExchangeRate, isDepositSpendApproved, isWithdrawalSpendApproved } from './chunk-WDPR2NKT.mjs';
|
|
5
|
+
import { getRateInQuoteWithAssetDecimals, getClient, erc2612Abi, BoringVaultAbi, getRateInQuoteAndSharesAndWantAssetDecimals, TellerAbi } from './chunk-VZ3D7CNR.mjs';
|
|
6
6
|
import './chunk-R663BFAZ.mjs';
|
|
7
7
|
import { toChainId } from './chunk-J3662HYT.mjs';
|
|
8
|
-
import { calculateDeadline } from './chunk-
|
|
8
|
+
import { calculateDeadline } from './chunk-E3JM2RCC.mjs';
|
|
9
9
|
import { WAD } from './chunk-7RWWVUHP.mjs';
|
|
10
|
-
import { findVaultByConfig, APIError, getAssetsFromCache, DEFAULT_APPROVAL_AMOUNT, fetchSupportedAssets, ATOMIC_QUEUE_CONTRACT_ADDRESS, DEFAULT_DEADLINE } from './chunk-
|
|
11
|
-
export { APIError, LogLevel, fetchSupportedAssets, fetchVaults, findVaultByConfig, getAssetsFromCache, getCache, getLogger, getWithdrawSupportedAssets, initAmplifySDK, initializeCache, refreshVaultCache, setLogLevel, setLogger } from './chunk-
|
|
10
|
+
import { findVaultByConfig, APIError, getAssetsFromCache, DEFAULT_APPROVAL_AMOUNT, fetchSupportedAssets, ATOMIC_QUEUE_CONTRACT_ADDRESS, DEFAULT_DEADLINE } from './chunk-NZDHFDPQ.mjs';
|
|
11
|
+
export { APIError, LogLevel, fetchSupportedAssets, fetchVaults, findVaultByConfig, getAssetsFromCache, getCache, getLogger, getWithdrawSupportedAssets, initAmplifySDK, initializeCache, refreshVaultCache, setLogLevel, setLogger } from './chunk-NZDHFDPQ.mjs';
|
|
12
12
|
import { parseUnits, erc20Abi, stringToHex, hexToSignature } from 'viem';
|
|
13
13
|
|
|
14
14
|
async function prepareApproveDepositTokenTxData({
|