@covalenthq/client-sdk 0.7.4 → 0.7.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.
- package/dist/cjs/index.js +7 -6
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/services/CovalentClient.d.ts +1 -1
- package/dist/cjs/services/XykService.d.ts +6 -5
- package/dist/cjs/util/types/XykServiceTypes.d.ts +6 -5
- package/dist/es/index.js +7 -6
- package/dist/es/index.js.map +1 -1
- package/dist/es/services/CovalentClient.d.ts +1 -1
- package/dist/es/services/XykService.d.ts +6 -5
- package/dist/es/util/types/XykServiceTypes.d.ts +6 -5
- package/dist/esm/index.js +7 -6
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/services/CovalentClient.d.ts +1 -1
- package/dist/esm/services/XykService.d.ts +6 -5
- package/dist/esm/util/types/XykServiceTypes.d.ts +6 -5
- package/dist/services/CovalentClient.d.ts +1 -1
- package/dist/services/CovalentClient.js +1 -1
- package/dist/services/XykService.d.ts +6 -5
- package/dist/services/XykService.js +6 -5
- package/dist/services/XykService.js.map +1 -1
- package/dist/util/types/XykServiceTypes.d.ts +6 -5
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -5883,11 +5883,12 @@ class ExchangeTransaction {
|
|
|
5883
5883
|
this.tx_hash = data.tx_hash;
|
|
5884
5884
|
this.act = data.act;
|
|
5885
5885
|
this.address = data.address;
|
|
5886
|
-
this.
|
|
5887
|
-
this.
|
|
5888
|
-
this.
|
|
5889
|
-
this.
|
|
5890
|
-
this.
|
|
5886
|
+
this.amount_0 = data.amount_0;
|
|
5887
|
+
this.amount_1 = data.amount_1;
|
|
5888
|
+
this.amount_0_in = data.amount_0_in;
|
|
5889
|
+
this.amount_0_out = data.amount_0_out;
|
|
5890
|
+
this.amount_1_in = data.amount_1_in;
|
|
5891
|
+
this.amount_1_out = data.amount_1_out;
|
|
5891
5892
|
this.to_address = data.to_address;
|
|
5892
5893
|
this.from_address = data.from_address;
|
|
5893
5894
|
this.sender_address = data.sender_address;
|
|
@@ -7049,7 +7050,7 @@ class XykService {
|
|
|
7049
7050
|
}
|
|
7050
7051
|
}
|
|
7051
7052
|
|
|
7052
|
-
const userAgent = "com.covalenthq.sdk.typescript/0.7.
|
|
7053
|
+
const userAgent = "com.covalenthq.sdk.typescript/0.7.5";
|
|
7053
7054
|
/**
|
|
7054
7055
|
* CovalentClient Class
|
|
7055
7056
|
*/
|