@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 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.amount0 = data.amount0;
5887
- this.amount1 = data.amount1;
5888
- this.amount0_in = data.amount0_in;
5889
- this.amount0_out = data.amount0_out;
5890
- this.amount1_out = data.amount1_out;
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.4";
7053
+ const userAgent = "com.covalenthq.sdk.typescript/0.7.5";
7053
7054
  /**
7054
7055
  * CovalentClient Class
7055
7056
  */