@realms-today/sowell-governance 0.2.3 → 0.2.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/dist/programId.js CHANGED
@@ -7,7 +7,7 @@ const web3_js_1 = require("@solana/web3.js");
7
7
  * Default program ID for sowell-gov.
8
8
  * Override via `setProgramId()` or pass programId to individual functions.
9
9
  */
10
- let GOVERNANCE_PROGRAM_ID = new web3_js_1.PublicKey("GovernanceMythicxxxxxxxxxxxxxxxxxxxxxxxxxx");
10
+ let GOVERNANCE_PROGRAM_ID = new web3_js_1.PublicKey("soGovSpYWEyohCPzQu3cwKrvBDBqL4kCbj3kBXvD8LW");
11
11
  function getProgramId() {
12
12
  return GOVERNANCE_PROGRAM_ID;
13
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"programId.js","sourceRoot":"","sources":["../src/programId.ts"],"names":[],"mappings":";;AAUA,oCAEC;AAED,oCAEC;AAhBD,6CAA4C;AAE5C;;;GAGG;AACH,IAAI,qBAAqB,GAAG,IAAI,mBAAS,CACvC,4CAA4C,CAC7C,CAAC;AAEF,SAAgB,YAAY;IAC1B,OAAO,qBAAqB,CAAC;AAC/B,CAAC;AAED,SAAgB,YAAY,CAAC,EAAa;IACxC,qBAAqB,GAAG,EAAE,CAAC;AAC7B,CAAC"}
1
+ {"version":3,"file":"programId.js","sourceRoot":"","sources":["../src/programId.ts"],"names":[],"mappings":";;AAUA,oCAEC;AAED,oCAEC;AAhBD,6CAA4C;AAE5C;;;GAGG;AACH,IAAI,qBAAqB,GAAG,IAAI,mBAAS,CACvC,6CAA6C,CAC9C,CAAC;AAEF,SAAgB,YAAY;IAC1B,OAAO,qBAAqB,CAAC;AAC/B,CAAC;AAED,SAAgB,YAAY,CAAC,EAAa;IACxC,qBAAqB,GAAG,EAAE,CAAC;AAC7B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@realms-today/sowell-governance",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "TypeScript SDK for sowell-gov governance program",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",