@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/esm/index.js +96 -3244
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +76 -3224
- package/package.json +1 -1
- package/src/onlineSdk.ts +0 -10
- package/src/sdk.ts +1 -1
- package/src/idl/mayhem_program.json +0 -3138
- package/src/idl/mayhem_program.ts +0 -3144
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 =
|
|
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 =
|
|
11278
|
+
declare const BONDING_CURVE_NEW_SIZE = 151;
|
|
11279
11279
|
declare class PumpSdk {
|
|
11280
11280
|
private readonly offlinePumpProgram;
|
|
11281
11281
|
constructor();
|