@lifi/perps-types 3.3.1 → 3.3.2

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.
@@ -46,8 +46,8 @@ export interface DepositAsset {
46
46
  * values (documentation-level, not a type dependency). This is the token's
47
47
  * on-chain home (e.g. Arbitrum for HL's USDC), NOT necessarily the LI.FI
48
48
  * deposit route's `toChain`: some venues route to a distinct LI.FI venue
49
- * chain (see the SDK's `LIFI_DEPOSIT_CHAIN_BY_PROVIDER`), so the two may
50
- * differ and the client maps between them.
49
+ * chain (see the SDK's declared deposit assets), so the two may differ and
50
+ * the client maps between them.
51
51
  */
52
52
  chainId: number;
53
53
  /** ERC-20 contract address on {@link DepositAsset.chainId}. */
@@ -46,8 +46,8 @@ export interface DepositAsset {
46
46
  * values (documentation-level, not a type dependency). This is the token's
47
47
  * on-chain home (e.g. Arbitrum for HL's USDC), NOT necessarily the LI.FI
48
48
  * deposit route's `toChain`: some venues route to a distinct LI.FI venue
49
- * chain (see the SDK's `LIFI_DEPOSIT_CHAIN_BY_PROVIDER`), so the two may
50
- * differ and the client maps between them.
49
+ * chain (see the SDK's declared deposit assets), so the two may differ and
50
+ * the client maps between them.
51
51
  */
52
52
  chainId: number;
53
53
  /** ERC-20 contract address on {@link DepositAsset.chainId}. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/perps-types",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "description": "Shared types for the LI.FI perps stack",
5
5
  "keywords": [
6
6
  "lifi",
package/src/asset.ts CHANGED
@@ -48,8 +48,8 @@ export interface DepositAsset {
48
48
  * values (documentation-level, not a type dependency). This is the token's
49
49
  * on-chain home (e.g. Arbitrum for HL's USDC), NOT necessarily the LI.FI
50
50
  * deposit route's `toChain`: some venues route to a distinct LI.FI venue
51
- * chain (see the SDK's `LIFI_DEPOSIT_CHAIN_BY_PROVIDER`), so the two may
52
- * differ and the client maps between them.
51
+ * chain (see the SDK's declared deposit assets), so the two may differ and
52
+ * the client maps between them.
53
53
  */
54
54
  chainId: number
55
55
  /** ERC-20 contract address on {@link DepositAsset.chainId}. */