@covalenthq/client-sdk 0.6.5 → 0.6.6

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
@@ -659,7 +659,6 @@ class BlockTransactionWithContractTransfers {
659
659
  this.gas_quote = data.gas_quote;
660
660
  this.pretty_gas_quote = data.pretty_gas_quote;
661
661
  this.gas_quote_rate = data.gas_quote_rate;
662
- this.explorers = data.explorers && data.explorers !== null ? data.explorers.map((itemData) => new Explorer$1(itemData)) : null;
663
662
  this.transfers = data.transfers && data.transfers !== null ? data.transfers.map((itemData) => new TokenTransferItem(itemData)) : null;
664
663
  }
665
664
  }
@@ -698,6 +697,7 @@ class TokenTransferItem {
698
697
  this.pretty_delta_quote = data.pretty_delta_quote;
699
698
  this.balance_quote = data.balance_quote;
700
699
  this.method_calls = data.method_calls && data.method_calls !== null ? data.method_calls.map((itemData) => new MethodCallsForTransfers(itemData)) : null;
700
+ this.explorers = data.explorers && data.explorers !== null ? data.explorers.map((itemData) => new Explorer$1(itemData)) : null;
701
701
  }
702
702
  }
703
703
  class MethodCallsForTransfers {
@@ -6248,7 +6248,7 @@ class XykService {
6248
6248
  }
6249
6249
  }
6250
6250
 
6251
- const userAgent = "com.covalenthq.sdk.typescript/0.6.5";
6251
+ const userAgent = "com.covalenthq.sdk.typescript/0.6.6";
6252
6252
  /**
6253
6253
  * CovalentClient Class
6254
6254
  */