@drift-labs/sdk 0.2.0-master.6 → 0.2.0-master.7

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.
@@ -615,7 +615,7 @@ class ClearingHouse {
615
615
  bankAccountMap.set(bankBalance.bankIndex.toNumber(), {
616
616
  pubkey: bankAccount.pubkey,
617
617
  isSigner: false,
618
- isWritable: false,
618
+ isWritable: true,
619
619
  });
620
620
  if (!bankAccount.oracle.equals(web3_js_1.PublicKey.default)) {
621
621
  oracleAccountMap.set(bankAccount.oracle.toString(), {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "0.2.0-master.6",
3
+ "version": "0.2.0-master.7",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -999,7 +999,7 @@ export class ClearingHouse {
999
999
  bankAccountMap.set(bankBalance.bankIndex.toNumber(), {
1000
1000
  pubkey: bankAccount.pubkey,
1001
1001
  isSigner: false,
1002
- isWritable: false,
1002
+ isWritable: true,
1003
1003
  });
1004
1004
 
1005
1005
  if (!bankAccount.oracle.equals(PublicKey.default)) {