diff --git a/modules/client-common/package.json b/modules/client-common/package.json index eff08219..3a4f1440 100644 --- a/modules/client-common/package.json +++ b/modules/client-common/package.json @@ -1,7 +1,7 @@ { "name": "@aragon/sdk-client-common", "author": "Aragon Association", - "version": "1.15.0", + "version": "1.15.1", "license": "MIT", "main": "dist/index.js", "module": "dist/sdk-client-common.esm.js", @@ -58,7 +58,7 @@ "typescript": "^5.2.2" }, "dependencies": { - "@aragon/osx-commons-configs": "^0.2.0", + "@aragon/osx-commons-configs": "^0.4.0", "@aragon/osx-ethers": "^1.3.1", "@aragon/osx-ethers-v1.0.0": "npm:@aragon/osx-ethers@1.2.1", "@aragon/sdk-ipfs": "^1.1.0", diff --git a/modules/client/package.json b/modules/client/package.json index c73f00d2..3fdca840 100644 --- a/modules/client/package.json +++ b/modules/client/package.json @@ -1,7 +1,7 @@ { "name": "@aragon/sdk-client", "author": "Aragon Association", - "version": "1.23.2", + "version": "1.23.3", "license": "MIT", "main": "dist/index.js", "module": "dist/sdk-client.esm.js", @@ -67,9 +67,9 @@ "typescript": "^5.2.2" }, "dependencies": { - "@aragon/osx-commons-configs": "^0.2.0", + "@aragon/osx-commons-configs": "^0.4.0", "@aragon/osx-ethers": "1.3.0", - "@aragon/sdk-client-common": "^1.15.0", + "@aragon/sdk-client-common": "^1.15.1", "@aragon/sdk-ipfs": "^1.1.0", "@ethersproject/abstract-signer": "^5.5.0", "@ethersproject/bignumber": "^5.6.0", diff --git a/modules/client/test/integration/constants.ts b/modules/client/test/integration/constants.ts index c15e95e9..0e615628 100644 --- a/modules/client/test/integration/constants.ts +++ b/modules/client/test/integration/constants.ts @@ -12,7 +12,7 @@ import { ContextParams } from "@aragon/sdk-client-common"; const IPFS_API_KEY = process?.env?.IPFS_API_KEY || ""; const SATSUMA_ENDPOINT = - "https://subgraph.satsuma-prod.com/qHR2wGfc5RLi6/aragon/osx-goerli/api"; + "https://subgraph.satsuma-prod.com/qHR2wGfc5RLi6/aragon/osx-sepolia/api"; export const web3endpoints = { working: [ diff --git a/yarn.lock b/yarn.lock index 7a43bfa8..f554df22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15,10 +15,10 @@ "@jridgewell/gen-mapping" "^0.1.0" "@jridgewell/trace-mapping" "^0.3.9" -"@aragon/osx-commons-configs@^0.2.0": - version "0.2.0" - resolved "https://registry.yarnpkg.com/@aragon/osx-commons-configs/-/osx-commons-configs-0.2.0.tgz#32f83596f4a2e9e48aef61cf560c1c5b4d32a049" - integrity sha512-wCFtgmuGCzs8L5mCxVCYQ6uEu69IrofS7q2w7E1Fjk7/nWuSmRUpgmif3ki9BQq1qpOvDu2P+u3UNLnIz8J82g== +"@aragon/osx-commons-configs@^0.4.0": + version "0.4.0" + resolved "https://registry.yarnpkg.com/@aragon/osx-commons-configs/-/osx-commons-configs-0.4.0.tgz#5b6ae025de1ccf7f9a135bfbcb0aa822c774acf9" + integrity sha512-/2wIQCbv/spMRdOjRXK0RrXG1TK5aMcbD73RvMgMwQwSrKcA1dCntUuSxmTm2W8eEtOzs8E1VPjqZk0cXL4SSQ== dependencies: tslib "^2.6.2"