diff --git a/lerna.json b/lerna.json index 83d2bf05..4f1faf0a 100644 --- a/lerna.json +++ b/lerna.json @@ -2,6 +2,6 @@ "packages": [ "packages/*" ], - "version": "5.6.6", + "version": "5.6.7", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } \ No newline at end of file diff --git a/packages/stream/package.json b/packages/stream/package.json index 186050c1..b10fd5c8 100644 --- a/packages/stream/package.json +++ b/packages/stream/package.json @@ -1,6 +1,6 @@ { "name": "@streamflow/stream", - "version": "5.6.6", + "version": "5.6.7", "description": "JavaScript SDK to interact with Streamflow protocol.", "main": "dist/index.js", "homepage": "https://github.com/streamflow-finance/js-sdk/", diff --git a/packages/stream/sui/constants.ts b/packages/stream/sui/constants.ts index 6b5af053..3b678c33 100644 --- a/packages/stream/sui/constants.ts +++ b/packages/stream/sui/constants.ts @@ -2,7 +2,7 @@ import { ContractErrorCode, ICluster } from "../common/types"; // TODO: remove Devnet and Local addresses as they are not deployed, they are just a copy Testnet values export const SUI_PROGRAM_IDS: Record = { - [ICluster.Mainnet]: "0x527b334ab7216f01a5f0521ffb3dfff0cc4df06b65b2cd0d0864e05b13cf911a", + [ICluster.Mainnet]: "0x19007172b22fcfc00c22f1598a9cec7ab52de2b0ea0d111813bc1295a136fc10", [ICluster.Devnet]: "0xf1916c119a6c917d4b36f96ffc0443930745789f3126a716e05a62223c48993a", [ICluster.Testnet]: "0xf1916c119a6c917d4b36f96ffc0443930745789f3126a716e05a62223c48993a", [ICluster.Local]: "0xf1916c119a6c917d4b36f96ffc0443930745789f3126a716e05a62223c48993a",