@pump-fun/pump-sdk 1.18.4 → 1.18.5
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 +0 -4
- package/dist/index.d.mts +0 -8
- package/dist/index.d.ts +0 -8
- package/dist/index.js +0 -4
- package/package.json +2 -2
- package/src/idl/pump.json +0 -4
- package/src/idl/pump.ts +0 -4
package/dist/esm/index.js
CHANGED
|
@@ -740,7 +740,6 @@ var pump_default = {
|
|
|
740
740
|
},
|
|
741
741
|
{
|
|
742
742
|
name: "fee_config",
|
|
743
|
-
optional: true,
|
|
744
743
|
pda: {
|
|
745
744
|
seeds: [
|
|
746
745
|
{
|
|
@@ -804,7 +803,6 @@ var pump_default = {
|
|
|
804
803
|
},
|
|
805
804
|
{
|
|
806
805
|
name: "fee_program",
|
|
807
|
-
optional: true,
|
|
808
806
|
address: "pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ"
|
|
809
807
|
}
|
|
810
808
|
],
|
|
@@ -2569,7 +2567,6 @@ var pump_default = {
|
|
|
2569
2567
|
},
|
|
2570
2568
|
{
|
|
2571
2569
|
name: "fee_config",
|
|
2572
|
-
optional: true,
|
|
2573
2570
|
pda: {
|
|
2574
2571
|
seeds: [
|
|
2575
2572
|
{
|
|
@@ -2633,7 +2630,6 @@ var pump_default = {
|
|
|
2633
2630
|
},
|
|
2634
2631
|
{
|
|
2635
2632
|
name: "fee_program",
|
|
2636
|
-
optional: true,
|
|
2637
2633
|
address: "pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ"
|
|
2638
2634
|
}
|
|
2639
2635
|
],
|
package/dist/index.d.mts
CHANGED
|
@@ -749,7 +749,6 @@ type Pump = {
|
|
|
749
749
|
},
|
|
750
750
|
{
|
|
751
751
|
"name": "feeConfig";
|
|
752
|
-
"optional": true;
|
|
753
752
|
"pda": {
|
|
754
753
|
"seeds": [
|
|
755
754
|
{
|
|
@@ -813,7 +812,6 @@ type Pump = {
|
|
|
813
812
|
},
|
|
814
813
|
{
|
|
815
814
|
"name": "feeProgram";
|
|
816
|
-
"optional": true;
|
|
817
815
|
"address": "pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ";
|
|
818
816
|
}
|
|
819
817
|
];
|
|
@@ -2578,7 +2576,6 @@ type Pump = {
|
|
|
2578
2576
|
},
|
|
2579
2577
|
{
|
|
2580
2578
|
"name": "feeConfig";
|
|
2581
|
-
"optional": true;
|
|
2582
2579
|
"pda": {
|
|
2583
2580
|
"seeds": [
|
|
2584
2581
|
{
|
|
@@ -2642,7 +2639,6 @@ type Pump = {
|
|
|
2642
2639
|
},
|
|
2643
2640
|
{
|
|
2644
2641
|
"name": "feeProgram";
|
|
2645
|
-
"optional": true;
|
|
2646
2642
|
"address": "pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ";
|
|
2647
2643
|
}
|
|
2648
2644
|
];
|
|
@@ -5477,7 +5473,6 @@ var instructions = [
|
|
|
5477
5473
|
},
|
|
5478
5474
|
{
|
|
5479
5475
|
name: "fee_config",
|
|
5480
|
-
optional: true,
|
|
5481
5476
|
pda: {
|
|
5482
5477
|
seeds: [
|
|
5483
5478
|
{
|
|
@@ -5541,7 +5536,6 @@ var instructions = [
|
|
|
5541
5536
|
},
|
|
5542
5537
|
{
|
|
5543
5538
|
name: "fee_program",
|
|
5544
|
-
optional: true,
|
|
5545
5539
|
address: "pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ"
|
|
5546
5540
|
}
|
|
5547
5541
|
],
|
|
@@ -7313,7 +7307,6 @@ var instructions = [
|
|
|
7313
7307
|
},
|
|
7314
7308
|
{
|
|
7315
7309
|
name: "fee_config",
|
|
7316
|
-
optional: true,
|
|
7317
7310
|
pda: {
|
|
7318
7311
|
seeds: [
|
|
7319
7312
|
{
|
|
@@ -7377,7 +7370,6 @@ var instructions = [
|
|
|
7377
7370
|
},
|
|
7378
7371
|
{
|
|
7379
7372
|
name: "fee_program",
|
|
7380
|
-
optional: true,
|
|
7381
7373
|
address: "pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ"
|
|
7382
7374
|
}
|
|
7383
7375
|
],
|
package/dist/index.d.ts
CHANGED
|
@@ -749,7 +749,6 @@ type Pump = {
|
|
|
749
749
|
},
|
|
750
750
|
{
|
|
751
751
|
"name": "feeConfig";
|
|
752
|
-
"optional": true;
|
|
753
752
|
"pda": {
|
|
754
753
|
"seeds": [
|
|
755
754
|
{
|
|
@@ -813,7 +812,6 @@ type Pump = {
|
|
|
813
812
|
},
|
|
814
813
|
{
|
|
815
814
|
"name": "feeProgram";
|
|
816
|
-
"optional": true;
|
|
817
815
|
"address": "pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ";
|
|
818
816
|
}
|
|
819
817
|
];
|
|
@@ -2578,7 +2576,6 @@ type Pump = {
|
|
|
2578
2576
|
},
|
|
2579
2577
|
{
|
|
2580
2578
|
"name": "feeConfig";
|
|
2581
|
-
"optional": true;
|
|
2582
2579
|
"pda": {
|
|
2583
2580
|
"seeds": [
|
|
2584
2581
|
{
|
|
@@ -2642,7 +2639,6 @@ type Pump = {
|
|
|
2642
2639
|
},
|
|
2643
2640
|
{
|
|
2644
2641
|
"name": "feeProgram";
|
|
2645
|
-
"optional": true;
|
|
2646
2642
|
"address": "pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ";
|
|
2647
2643
|
}
|
|
2648
2644
|
];
|
|
@@ -5477,7 +5473,6 @@ var instructions = [
|
|
|
5477
5473
|
},
|
|
5478
5474
|
{
|
|
5479
5475
|
name: "fee_config",
|
|
5480
|
-
optional: true,
|
|
5481
5476
|
pda: {
|
|
5482
5477
|
seeds: [
|
|
5483
5478
|
{
|
|
@@ -5541,7 +5536,6 @@ var instructions = [
|
|
|
5541
5536
|
},
|
|
5542
5537
|
{
|
|
5543
5538
|
name: "fee_program",
|
|
5544
|
-
optional: true,
|
|
5545
5539
|
address: "pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ"
|
|
5546
5540
|
}
|
|
5547
5541
|
],
|
|
@@ -7313,7 +7307,6 @@ var instructions = [
|
|
|
7313
7307
|
},
|
|
7314
7308
|
{
|
|
7315
7309
|
name: "fee_config",
|
|
7316
|
-
optional: true,
|
|
7317
7310
|
pda: {
|
|
7318
7311
|
seeds: [
|
|
7319
7312
|
{
|
|
@@ -7377,7 +7370,6 @@ var instructions = [
|
|
|
7377
7370
|
},
|
|
7378
7371
|
{
|
|
7379
7372
|
name: "fee_program",
|
|
7380
|
-
optional: true,
|
|
7381
7373
|
address: "pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ"
|
|
7382
7374
|
}
|
|
7383
7375
|
],
|
package/dist/index.js
CHANGED
|
@@ -801,7 +801,6 @@ var pump_default = {
|
|
|
801
801
|
},
|
|
802
802
|
{
|
|
803
803
|
name: "fee_config",
|
|
804
|
-
optional: true,
|
|
805
804
|
pda: {
|
|
806
805
|
seeds: [
|
|
807
806
|
{
|
|
@@ -865,7 +864,6 @@ var pump_default = {
|
|
|
865
864
|
},
|
|
866
865
|
{
|
|
867
866
|
name: "fee_program",
|
|
868
|
-
optional: true,
|
|
869
867
|
address: "pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ"
|
|
870
868
|
}
|
|
871
869
|
],
|
|
@@ -2630,7 +2628,6 @@ var pump_default = {
|
|
|
2630
2628
|
},
|
|
2631
2629
|
{
|
|
2632
2630
|
name: "fee_config",
|
|
2633
|
-
optional: true,
|
|
2634
2631
|
pda: {
|
|
2635
2632
|
seeds: [
|
|
2636
2633
|
{
|
|
@@ -2694,7 +2691,6 @@ var pump_default = {
|
|
|
2694
2691
|
},
|
|
2695
2692
|
{
|
|
2696
2693
|
name: "fee_program",
|
|
2697
|
-
optional: true,
|
|
2698
2694
|
address: "pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ"
|
|
2699
2695
|
}
|
|
2700
2696
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pump-fun/pump-sdk",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.5",
|
|
4
4
|
"description": "Pump Bonding Curve SDK",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://github.com/pump-fun/pump-sdk#readme",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@coral-xyz/anchor": "^0.31.1",
|
|
42
|
-
"@pump-fun/pump-swap-sdk": "^1.7.
|
|
42
|
+
"@pump-fun/pump-swap-sdk": "^1.7.2",
|
|
43
43
|
"@solana/spl-token": "^0.4.13",
|
|
44
44
|
"@solana/web3.js": "^1.98.2",
|
|
45
45
|
"bn.js": "^5.2.2",
|
package/src/idl/pump.json
CHANGED
|
@@ -739,7 +739,6 @@
|
|
|
739
739
|
},
|
|
740
740
|
{
|
|
741
741
|
"name": "fee_config",
|
|
742
|
-
"optional": true,
|
|
743
742
|
"pda": {
|
|
744
743
|
"seeds": [
|
|
745
744
|
{
|
|
@@ -803,7 +802,6 @@
|
|
|
803
802
|
},
|
|
804
803
|
{
|
|
805
804
|
"name": "fee_program",
|
|
806
|
-
"optional": true,
|
|
807
805
|
"address": "pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ"
|
|
808
806
|
}
|
|
809
807
|
],
|
|
@@ -2568,7 +2566,6 @@
|
|
|
2568
2566
|
},
|
|
2569
2567
|
{
|
|
2570
2568
|
"name": "fee_config",
|
|
2571
|
-
"optional": true,
|
|
2572
2569
|
"pda": {
|
|
2573
2570
|
"seeds": [
|
|
2574
2571
|
{
|
|
@@ -2632,7 +2629,6 @@
|
|
|
2632
2629
|
},
|
|
2633
2630
|
{
|
|
2634
2631
|
"name": "fee_program",
|
|
2635
|
-
"optional": true,
|
|
2636
2632
|
"address": "pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ"
|
|
2637
2633
|
}
|
|
2638
2634
|
],
|
package/src/idl/pump.ts
CHANGED
|
@@ -745,7 +745,6 @@ export type Pump = {
|
|
|
745
745
|
},
|
|
746
746
|
{
|
|
747
747
|
"name": "feeConfig",
|
|
748
|
-
"optional": true,
|
|
749
748
|
"pda": {
|
|
750
749
|
"seeds": [
|
|
751
750
|
{
|
|
@@ -809,7 +808,6 @@ export type Pump = {
|
|
|
809
808
|
},
|
|
810
809
|
{
|
|
811
810
|
"name": "feeProgram",
|
|
812
|
-
"optional": true,
|
|
813
811
|
"address": "pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ"
|
|
814
812
|
}
|
|
815
813
|
],
|
|
@@ -2574,7 +2572,6 @@ export type Pump = {
|
|
|
2574
2572
|
},
|
|
2575
2573
|
{
|
|
2576
2574
|
"name": "feeConfig",
|
|
2577
|
-
"optional": true,
|
|
2578
2575
|
"pda": {
|
|
2579
2576
|
"seeds": [
|
|
2580
2577
|
{
|
|
@@ -2638,7 +2635,6 @@ export type Pump = {
|
|
|
2638
2635
|
},
|
|
2639
2636
|
{
|
|
2640
2637
|
"name": "feeProgram",
|
|
2641
|
-
"optional": true,
|
|
2642
2638
|
"address": "pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ"
|
|
2643
2639
|
}
|
|
2644
2640
|
],
|