@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.
- package/dist/esm/asset.d.ts +2 -2
- package/dist/types/asset.d.ts +2 -2
- package/package.json +1 -1
- package/src/asset.ts +2 -2
package/dist/esm/asset.d.ts
CHANGED
|
@@ -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
|
|
50
|
-
*
|
|
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/dist/types/asset.d.ts
CHANGED
|
@@ -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
|
|
50
|
-
*
|
|
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
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
|
|
52
|
-
*
|
|
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}. */
|