@scallop-io/sui-scallop-sdk 2.0.2-switchboard-alpha.2 → 2.0.2-switchboard-alpha.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scallop-io/sui-scallop-sdk",
3
- "version": "2.0.2-switchboard-alpha.2",
3
+ "version": "2.0.2-switchboard-alpha.4",
4
4
  "description": "Typescript sdk for interacting with Scallop contract on SUI",
5
5
  "keywords": [
6
6
  "sui",
@@ -327,7 +327,7 @@ const updateSwitchboardPrice = (
327
327
  ) => {
328
328
  txBlock.moveCall(
329
329
  // `${packageId}::rule::set_price_as_${type}`,
330
- `${packageId}::rule::set_as_${type}_price`,
330
+ `${packageId}::rule::set_price_as_${type}`,
331
331
  [
332
332
  request,
333
333
  aggregatorId,