@sage-protocol/sdk 0.1.24 → 0.2.0

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/README.md CHANGED
@@ -28,7 +28,7 @@ const provider = sdk.getProvider({ rpcUrl: 'https://base-sepolia.publicnode.com'
28
28
  // Discover SubDAOs deployed by the latest factory
29
29
  const subdaos = await sdk.subdao.discoverSubDAOs({
30
30
  provider,
31
- factoryAddress: '0x8C529DB96728409dD79A115c03e9f8F69629f86f',
31
+ factoryAddress: '0x89Fd9FfD04503A62c52E6769401AB928abbeD5cA',
32
32
  fromBlock: 0,
33
33
  });
34
34
 
@@ -14,7 +14,7 @@ var require_package = __commonJS({
14
14
  "package.json"(exports, module) {
15
15
  module.exports = {
16
16
  name: "@sage-protocol/sdk",
17
- version: "0.1.24",
17
+ version: "0.2.0",
18
18
  description: "Backend-agnostic SDK for interacting with the Sage Protocol (governance, SubDAOs, tokens).",
19
19
  main: "dist/index.cjs",
20
20
  module: "dist/index.mjs",
@@ -67,6 +67,7 @@ var require_package = __commonJS({
67
67
  build: "tsup --config tsup.config.ts",
68
68
  clean: "rm -rf dist",
69
69
  test: 'yarn build && node --test "tests/**/*.test.js"',
70
+ prepublishOnly: "npm run build",
70
71
  release: "yarn build && npm publish --workspace @sage-protocol/sdk"
71
72
  },
72
73
  dependencies: {