@dynamic-labs/sdk-api-core 0.0.909 → 0.0.910

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api-core",
3
- "version": "0.0.909",
3
+ "version": "0.0.910",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -23,7 +23,7 @@ export interface ChainSettlementConfig {
23
23
  */
24
24
  chainName: ChainEnum;
25
25
  /**
26
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
26
+ *
27
27
  * @type {string}
28
28
  * @memberof ChainSettlementConfig
29
29
  */
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface QuoteRequest {
18
18
  /**
19
- * Valid blockchain wallet address, must be an alphanumeric string without any special characters
19
+ *
20
20
  * @type {string}
21
21
  * @memberof QuoteRequest
22
22
  */