@ember-finance/sdk 2.0.4 → 2.0.5

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.
@@ -63,6 +63,18 @@ export interface Chain {
63
63
  * @memberof Chain
64
64
  */
65
65
  lzChainId?: number;
66
+ /**
67
+ * Whether the chain supports AML checks
68
+ * @type {boolean}
69
+ * @memberof Chain
70
+ */
71
+ supportsAml: boolean;
72
+ /**
73
+ * Whether the chain is hidden from default listings
74
+ * @type {boolean}
75
+ * @memberof Chain
76
+ */
77
+ isHidden: boolean;
66
78
  }
67
79
  export declare const ChainTypeEnum: {
68
80
  readonly Evm: "EVM";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ember-finance/sdk",
3
3
  "description": "Ember Protocol SDK",
4
- "version": "2.0.4",
4
+ "version": "2.0.5",
5
5
  "type": "module",
6
6
  "module": "./dist/index.js",
7
7
  "main": "./dist/index.js",