@credenza3/contracts-lib-sui 0.2.12 → 0.2.14

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.
@@ -4877,10 +4877,11 @@ var CredenzaAssetCollection = class extends CredenzaSuiModule {
4877
4877
  price
4878
4878
  });
4879
4879
  }
4880
- async getAssetPriceFiat(assetId) {
4880
+ async getAssetPriceFiat(assetId, currency) {
4881
4881
  return await this.client.Sellable.getAssetPriceFiat({
4882
4882
  sellConfig: await this.getSellableConfig(),
4883
- assetId
4883
+ assetId,
4884
+ currency
4884
4885
  });
4885
4886
  }
4886
4887
  async getAssetPriceCoin(assetId) {