@avalabs/glacier-sdk 3.1.0-alpha.27 → 3.1.0-alpha.28

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/index.d.ts CHANGED
@@ -713,6 +713,7 @@ type Erc20TokenBalance = {
713
713
  * The monetary value of the balance, if a price is available for the token.
714
714
  */
715
715
  balanceValue?: Money;
716
+ tokenStatus: Record<string, any>;
716
717
  };
717
718
  declare namespace Erc20TokenBalance {
718
719
  enum ercType {
@@ -1183,7 +1184,7 @@ declare class EvmChainsService {
1183
1184
  }): CancelablePromise<GetChainResponse>;
1184
1185
  /**
1185
1186
  * Get chains for address
1186
- * Gets the list of chains an address has interacted with.
1187
+ * Gets a list of all chains where the address was either a sender or receiver in a transaction or ERC transfer. The list is currently updated every 15 minutes.
1187
1188
  * @returns ListAddressChainsResponse Successful response
1188
1189
  * @throws ApiError
1189
1190
  */
@@ -38,6 +38,7 @@ type Erc20TokenBalance = {
38
38
  * The monetary value of the balance, if a price is available for the token.
39
39
  */
40
40
  balanceValue?: Money;
41
+ tokenStatus: Record<string, any>;
41
42
  };
42
43
  declare namespace Erc20TokenBalance {
43
44
  enum ercType {
@@ -39,7 +39,7 @@ declare class EvmChainsService {
39
39
  }): CancelablePromise<GetChainResponse>;
40
40
  /**
41
41
  * Get chains for address
42
- * Gets the list of chains an address has interacted with.
42
+ * Gets a list of all chains where the address was either a sender or receiver in a transaction or ERC transfer. The list is currently updated every 15 minutes.
43
43
  * @returns ListAddressChainsResponse Successful response
44
44
  * @throws ApiError
45
45
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avalabs/glacier-sdk",
3
- "version": "3.1.0-alpha.27",
3
+ "version": "3.1.0-alpha.28",
4
4
  "description": "sdk for interacting with glacier-api",
5
5
  "author": "Oliver Wang <oliver.wang@avalabs.org>",
6
6
  "homepage": "https://github.com/ava-labs/avalanche-sdks#readme",
@@ -29,5 +29,5 @@
29
29
  "bugs": {
30
30
  "url": "https://github.com/ava-labs/avalanche-sdks/issues"
31
31
  },
32
- "gitHead": "c6007a6fbb7f59823d115b9a63c639b0f3e48316"
32
+ "gitHead": "8b5be9df33a59ac15b9774fb0e5e0ac10040e834"
33
33
  }