@lightprotocol/compressed-token 0.10.1 → 0.11.1

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.
@@ -6,7 +6,7 @@ var anchor = require('@coral-xyz/anchor');
6
6
  var require$$0 = require('buffer');
7
7
 
8
8
  const IDL = {
9
- version: '0.5.0',
9
+ version: '0.6.2',
10
10
  name: 'light_compressed_token',
11
11
  instructions: [
12
12
  {
@@ -1677,6 +1677,14 @@ const IDL = {
1677
1677
  code: 6023,
1678
1678
  name: 'InvalidTokenPoolPda',
1679
1679
  },
1680
+ {
1681
+ code: 6024,
1682
+ name: 'NoInputTokenAccountsProvided',
1683
+ },
1684
+ {
1685
+ code: 6025,
1686
+ name: 'NoInputsProvided',
1687
+ },
1680
1688
  ],
1681
1689
  };
1682
1690
 
@@ -4865,6 +4873,9 @@ class CompressedTokenProgram {
4865
4873
  stateless_js.defaultTestStateTreeAccounts().addressQueue,
4866
4874
  this.programId,
4867
4875
  TOKEN_PROGRAM_ID,
4876
+ web3_js.SystemProgram.programId,
4877
+ web3_js.ComputeBudgetProgram.programId,
4878
+ ASSOCIATED_TOKEN_PROGRAM_ID,
4868
4879
  authority,
4869
4880
  ...optionalMintKeys,
4870
4881
  ...(remainingAccounts !== null && remainingAccounts !== void 0 ? remainingAccounts : []),
@@ -5003,7 +5014,7 @@ class CompressedTokenProgram {
5003
5014
  /**
5004
5015
  * Public key that identifies the CompressedPda program
5005
5016
  */
5006
- CompressedTokenProgram.programId = new web3_js.PublicKey('HXVfQ44ATEi9WBKLSCCwM54KokdkzqXci9xCQ7ST9SYN');
5017
+ CompressedTokenProgram.programId = new web3_js.PublicKey('cTokenmWW8bLPjZEBAUgYy3zKxQZW6VKi7bqNFEVv3m');
5007
5018
  CompressedTokenProgram._program = null;
5008
5019
 
5009
5020
  /**