proof-of-take-sdk 3.0.10 → 3.0.11

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.
@@ -1957,6 +1957,7 @@
1957
1957
  },
1958
1958
  {
1959
1959
  "name": "root_admin",
1960
+ "writable": true,
1960
1961
  "signer": true,
1961
1962
  "address": "Lude4DE3jDXVViJ3s7bUfPXdXy8Zq7G1stMwHNQrc2s"
1962
1963
  },
@@ -1963,6 +1963,7 @@ export type ProofOfTake = {
1963
1963
  },
1964
1964
  {
1965
1965
  "name": "rootAdmin";
1966
+ "writable": true;
1966
1967
  "signer": true;
1967
1968
  "address": "Lude4DE3jDXVViJ3s7bUfPXdXy8Zq7G1stMwHNQrc2s";
1968
1969
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proof-of-take-sdk",
3
- "version": "3.0.10",
3
+ "version": "3.0.11",
4
4
  "description": "TypeScript SDK for Proof of Take Solana program",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",