@bolt-liquidity-hq/sui-client 0.1.0-beta.11 → 0.1.0-beta.12

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/index.cjs CHANGED
@@ -904,7 +904,7 @@ var getPrice = async (client, baseDenom, quoteDenom) => {
904
904
  ]
905
905
  );
906
906
  const output = parseDevInspectResult(response, PriceResponseStruct);
907
- return parsePriceResponseStructOutput(output, baseDenom, quoteDenom);
907
+ return parsePriceResponseStructOutput(output);
908
908
  };
909
909
 
910
910
  // src/lib/oracle/get-prices.ts