@pump-fun/pump-sdk 1.20.0-devnet.2 → 1.20.0-devnet.3

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/index.d.mts CHANGED
@@ -11275,7 +11275,7 @@ declare const getTokenVaultPda: (mintPubkey: PublicKey) => PublicKey;
11275
11275
  declare function getPumpProgram(connection: Connection): Program<Pump>;
11276
11276
  declare const PUMP_PROGRAM_ID: PublicKey;
11277
11277
  declare const PUMP_AMM_PROGRAM_ID: PublicKey;
11278
- declare const BONDING_CURVE_NEW_SIZE = 150;
11278
+ declare const BONDING_CURVE_NEW_SIZE = 151;
11279
11279
  declare class PumpSdk {
11280
11280
  private readonly offlinePumpProgram;
11281
11281
  constructor();
package/dist/index.d.ts CHANGED
@@ -11275,7 +11275,7 @@ declare const getTokenVaultPda: (mintPubkey: PublicKey) => PublicKey;
11275
11275
  declare function getPumpProgram(connection: Connection): Program<Pump>;
11276
11276
  declare const PUMP_PROGRAM_ID: PublicKey;
11277
11277
  declare const PUMP_AMM_PROGRAM_ID: PublicKey;
11278
- declare const BONDING_CURVE_NEW_SIZE = 150;
11278
+ declare const BONDING_CURVE_NEW_SIZE = 151;
11279
11279
  declare class PumpSdk {
11280
11280
  private readonly offlinePumpProgram;
11281
11281
  constructor();