@cryptorubic/core 1.7.0-alpha.clearswap.5 → 1.7.0

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/README.md CHANGED
@@ -1 +1 @@
1
- # core
1
+ # core
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptorubic/core",
3
- "version": "1.7.0-alpha.clearswap.5",
3
+ "version": "1.7.0",
4
4
  "dependencies": {
5
5
  "bignumber.js": "9.1.2",
6
6
  "tslib": "*"
@@ -8,6 +8,10 @@ export interface QuotePrivateRequestInterface extends QuoteTradeInterface {
8
8
  * Integrator address to set fees
9
9
  */
10
10
  integratorAddress?: string;
11
+ /**
12
+ * Referrer address
13
+ */
14
+ referrer?: string;
11
15
  /**
12
16
  * Show failed routes in response or not
13
17
  */