@paul.lumberwork/bonding-curve-sdk 1.6.0 → 1.7.0
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 +29 -574
- package/dist/index.d.ts +29 -574
- package/dist/index.js +19 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +19 -8
- package/dist/index.mjs.map +1 -1
- package/idl/kick_fun_program.json +29 -576
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -838,337 +838,41 @@ type KickFunProgram = {
|
|
|
838
838
|
{
|
|
839
839
|
"name": "associatedTokenProgram";
|
|
840
840
|
"address": "ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL";
|
|
841
|
-
}
|
|
842
|
-
];
|
|
843
|
-
"args": [
|
|
844
|
-
{
|
|
845
|
-
"name": "solAmount";
|
|
846
|
-
"type": "u64";
|
|
847
|
-
}
|
|
848
|
-
];
|
|
849
|
-
},
|
|
850
|
-
{
|
|
851
|
-
"name": "claimTokens";
|
|
852
|
-
"docs": [
|
|
853
|
-
"Claim tokens after launch migration",
|
|
854
|
-
"Users receive their purchased tokens"
|
|
855
|
-
];
|
|
856
|
-
"discriminator": [
|
|
857
|
-
108,
|
|
858
|
-
216,
|
|
859
|
-
210,
|
|
860
|
-
231,
|
|
861
|
-
0,
|
|
862
|
-
212,
|
|
863
|
-
42,
|
|
864
|
-
64
|
|
865
|
-
];
|
|
866
|
-
"accounts": [
|
|
867
|
-
{
|
|
868
|
-
"name": "user";
|
|
869
|
-
"writable": true;
|
|
870
|
-
"signer": true;
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"name": "tokenLaunch";
|
|
874
|
-
"pda": {
|
|
875
|
-
"seeds": [
|
|
876
|
-
{
|
|
877
|
-
"kind": "const";
|
|
878
|
-
"value": [
|
|
879
|
-
116,
|
|
880
|
-
111,
|
|
881
|
-
107,
|
|
882
|
-
101,
|
|
883
|
-
110,
|
|
884
|
-
95,
|
|
885
|
-
108,
|
|
886
|
-
97,
|
|
887
|
-
117,
|
|
888
|
-
110,
|
|
889
|
-
99,
|
|
890
|
-
104
|
|
891
|
-
];
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"kind": "account";
|
|
895
|
-
"path": "mint";
|
|
896
|
-
}
|
|
897
|
-
];
|
|
898
|
-
};
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"name": "bondingCurve";
|
|
902
|
-
"pda": {
|
|
903
|
-
"seeds": [
|
|
904
|
-
{
|
|
905
|
-
"kind": "const";
|
|
906
|
-
"value": [
|
|
907
|
-
98,
|
|
908
|
-
111,
|
|
909
|
-
110,
|
|
910
|
-
100,
|
|
911
|
-
105,
|
|
912
|
-
110,
|
|
913
|
-
103,
|
|
914
|
-
95,
|
|
915
|
-
99,
|
|
916
|
-
117,
|
|
917
|
-
114,
|
|
918
|
-
118,
|
|
919
|
-
101
|
|
920
|
-
];
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"kind": "account";
|
|
924
|
-
"path": "tokenLaunch";
|
|
925
|
-
}
|
|
926
|
-
];
|
|
927
|
-
};
|
|
928
|
-
},
|
|
929
|
-
{
|
|
930
|
-
"name": "mint";
|
|
931
|
-
"docs": [
|
|
932
|
-
"Token mint"
|
|
933
|
-
];
|
|
934
841
|
},
|
|
935
842
|
{
|
|
936
|
-
"name": "
|
|
843
|
+
"name": "streamerVault";
|
|
937
844
|
"docs": [
|
|
938
|
-
"
|
|
845
|
+
"Streamer program vault PDA [seeds = b\"vault\" on streamer program]",
|
|
846
|
+
"Receives accumulated fees (SOL)"
|
|
939
847
|
];
|
|
940
|
-
"writable": true;
|
|
941
|
-
"
|
|
942
|
-
"seeds": [
|
|
943
|
-
{
|
|
944
|
-
"kind": "account";
|
|
945
|
-
"path": "bondingCurve";
|
|
946
|
-
},
|
|
947
|
-
{
|
|
948
|
-
"kind": "const";
|
|
949
|
-
"value": [
|
|
950
|
-
6,
|
|
951
|
-
221,
|
|
952
|
-
246,
|
|
953
|
-
225,
|
|
954
|
-
215,
|
|
955
|
-
101,
|
|
956
|
-
161,
|
|
957
|
-
147,
|
|
958
|
-
217,
|
|
959
|
-
203,
|
|
960
|
-
225,
|
|
961
|
-
70,
|
|
962
|
-
206,
|
|
963
|
-
235,
|
|
964
|
-
121,
|
|
965
|
-
172,
|
|
966
|
-
28,
|
|
967
|
-
180,
|
|
968
|
-
133,
|
|
969
|
-
237,
|
|
970
|
-
95,
|
|
971
|
-
91,
|
|
972
|
-
55,
|
|
973
|
-
145,
|
|
974
|
-
58,
|
|
975
|
-
140,
|
|
976
|
-
245,
|
|
977
|
-
133,
|
|
978
|
-
126,
|
|
979
|
-
255,
|
|
980
|
-
0,
|
|
981
|
-
169
|
|
982
|
-
];
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
"kind": "account";
|
|
986
|
-
"path": "mint";
|
|
987
|
-
}
|
|
988
|
-
];
|
|
989
|
-
"program": {
|
|
990
|
-
"kind": "const";
|
|
991
|
-
"value": [
|
|
992
|
-
140,
|
|
993
|
-
151,
|
|
994
|
-
37,
|
|
995
|
-
143,
|
|
996
|
-
78,
|
|
997
|
-
36,
|
|
998
|
-
137,
|
|
999
|
-
241,
|
|
1000
|
-
187,
|
|
1001
|
-
61,
|
|
1002
|
-
16,
|
|
1003
|
-
41,
|
|
1004
|
-
20,
|
|
1005
|
-
142,
|
|
1006
|
-
13,
|
|
1007
|
-
131,
|
|
1008
|
-
11,
|
|
1009
|
-
90,
|
|
1010
|
-
19,
|
|
1011
|
-
153,
|
|
1012
|
-
218,
|
|
1013
|
-
255,
|
|
1014
|
-
16,
|
|
1015
|
-
132,
|
|
1016
|
-
4,
|
|
1017
|
-
142,
|
|
1018
|
-
123,
|
|
1019
|
-
216,
|
|
1020
|
-
219,
|
|
1021
|
-
233,
|
|
1022
|
-
248,
|
|
1023
|
-
89
|
|
1024
|
-
];
|
|
1025
|
-
};
|
|
1026
|
-
};
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
"name": "userTokenAccount";
|
|
1030
|
-
"docs": [
|
|
1031
|
-
"User's token account"
|
|
1032
|
-
];
|
|
1033
|
-
"writable": true;
|
|
1034
|
-
"pda": {
|
|
1035
|
-
"seeds": [
|
|
1036
|
-
{
|
|
1037
|
-
"kind": "account";
|
|
1038
|
-
"path": "user";
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"kind": "const";
|
|
1042
|
-
"value": [
|
|
1043
|
-
6,
|
|
1044
|
-
221,
|
|
1045
|
-
246,
|
|
1046
|
-
225,
|
|
1047
|
-
215,
|
|
1048
|
-
101,
|
|
1049
|
-
161,
|
|
1050
|
-
147,
|
|
1051
|
-
217,
|
|
1052
|
-
203,
|
|
1053
|
-
225,
|
|
1054
|
-
70,
|
|
1055
|
-
206,
|
|
1056
|
-
235,
|
|
1057
|
-
121,
|
|
1058
|
-
172,
|
|
1059
|
-
28,
|
|
1060
|
-
180,
|
|
1061
|
-
133,
|
|
1062
|
-
237,
|
|
1063
|
-
95,
|
|
1064
|
-
91,
|
|
1065
|
-
55,
|
|
1066
|
-
145,
|
|
1067
|
-
58,
|
|
1068
|
-
140,
|
|
1069
|
-
245,
|
|
1070
|
-
133,
|
|
1071
|
-
126,
|
|
1072
|
-
255,
|
|
1073
|
-
0,
|
|
1074
|
-
169
|
|
1075
|
-
];
|
|
1076
|
-
},
|
|
1077
|
-
{
|
|
1078
|
-
"kind": "account";
|
|
1079
|
-
"path": "mint";
|
|
1080
|
-
}
|
|
1081
|
-
];
|
|
1082
|
-
"program": {
|
|
1083
|
-
"kind": "const";
|
|
1084
|
-
"value": [
|
|
1085
|
-
140,
|
|
1086
|
-
151,
|
|
1087
|
-
37,
|
|
1088
|
-
143,
|
|
1089
|
-
78,
|
|
1090
|
-
36,
|
|
1091
|
-
137,
|
|
1092
|
-
241,
|
|
1093
|
-
187,
|
|
1094
|
-
61,
|
|
1095
|
-
16,
|
|
1096
|
-
41,
|
|
1097
|
-
20,
|
|
1098
|
-
142,
|
|
1099
|
-
13,
|
|
1100
|
-
131,
|
|
1101
|
-
11,
|
|
1102
|
-
90,
|
|
1103
|
-
19,
|
|
1104
|
-
153,
|
|
1105
|
-
218,
|
|
1106
|
-
255,
|
|
1107
|
-
16,
|
|
1108
|
-
132,
|
|
1109
|
-
4,
|
|
1110
|
-
142,
|
|
1111
|
-
123,
|
|
1112
|
-
216,
|
|
1113
|
-
219,
|
|
1114
|
-
233,
|
|
1115
|
-
248,
|
|
1116
|
-
89
|
|
1117
|
-
];
|
|
1118
|
-
};
|
|
1119
|
-
};
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
"name": "userPosition";
|
|
1123
|
-
"docs": [
|
|
1124
|
-
"User position account"
|
|
1125
|
-
];
|
|
1126
|
-
"writable": true;
|
|
1127
|
-
"pda": {
|
|
1128
|
-
"seeds": [
|
|
1129
|
-
{
|
|
1130
|
-
"kind": "const";
|
|
1131
|
-
"value": [
|
|
1132
|
-
117,
|
|
1133
|
-
115,
|
|
1134
|
-
101,
|
|
1135
|
-
114,
|
|
1136
|
-
95,
|
|
1137
|
-
112,
|
|
1138
|
-
111,
|
|
1139
|
-
115,
|
|
1140
|
-
105,
|
|
1141
|
-
116,
|
|
1142
|
-
105,
|
|
1143
|
-
111,
|
|
1144
|
-
110
|
|
1145
|
-
];
|
|
1146
|
-
},
|
|
1147
|
-
{
|
|
1148
|
-
"kind": "account";
|
|
1149
|
-
"path": "tokenLaunch";
|
|
1150
|
-
},
|
|
1151
|
-
{
|
|
1152
|
-
"kind": "account";
|
|
1153
|
-
"path": "user";
|
|
1154
|
-
}
|
|
1155
|
-
];
|
|
1156
|
-
};
|
|
848
|
+
"writable": true;
|
|
849
|
+
"optional": true;
|
|
1157
850
|
},
|
|
1158
851
|
{
|
|
1159
|
-
"name": "
|
|
1160
|
-
"
|
|
852
|
+
"name": "streamerTokenAccount";
|
|
853
|
+
"docs": [
|
|
854
|
+
"Streamer vault's token account (ATA of streamer_vault + mint)",
|
|
855
|
+
"Receives 10% treasury tokens"
|
|
856
|
+
];
|
|
857
|
+
"writable": true;
|
|
858
|
+
"optional": true;
|
|
1161
859
|
},
|
|
1162
860
|
{
|
|
1163
|
-
"name": "
|
|
1164
|
-
"
|
|
1165
|
-
|
|
861
|
+
"name": "adminTokenAccount";
|
|
862
|
+
"docs": [
|
|
863
|
+
"Admin's token account (ATA of admin_wallet + mint)",
|
|
864
|
+
"Receives 20% LP tokens"
|
|
865
|
+
];
|
|
866
|
+
"writable": true;
|
|
867
|
+
"optional": true;
|
|
868
|
+
}
|
|
869
|
+
];
|
|
870
|
+
"args": [
|
|
1166
871
|
{
|
|
1167
|
-
"name": "
|
|
1168
|
-
"
|
|
872
|
+
"name": "solAmount";
|
|
873
|
+
"type": "u64";
|
|
1169
874
|
}
|
|
1170
875
|
];
|
|
1171
|
-
"args": [];
|
|
1172
876
|
},
|
|
1173
877
|
{
|
|
1174
878
|
"name": "closeLaunchpad";
|
|
@@ -1216,242 +920,6 @@ type KickFunProgram = {
|
|
|
1216
920
|
];
|
|
1217
921
|
"args": [];
|
|
1218
922
|
},
|
|
1219
|
-
{
|
|
1220
|
-
"name": "completeLaunch";
|
|
1221
|
-
"docs": [
|
|
1222
|
-
"Complete the launch and migrate to DEX",
|
|
1223
|
-
"Requires: all 70% of curve tokens sold"
|
|
1224
|
-
];
|
|
1225
|
-
"discriminator": [
|
|
1226
|
-
118,
|
|
1227
|
-
207,
|
|
1228
|
-
250,
|
|
1229
|
-
130,
|
|
1230
|
-
44,
|
|
1231
|
-
148,
|
|
1232
|
-
251,
|
|
1233
|
-
237
|
|
1234
|
-
];
|
|
1235
|
-
"accounts": [
|
|
1236
|
-
{
|
|
1237
|
-
"name": "creator";
|
|
1238
|
-
"writable": true;
|
|
1239
|
-
"signer": true;
|
|
1240
|
-
},
|
|
1241
|
-
{
|
|
1242
|
-
"name": "launchpad";
|
|
1243
|
-
"writable": true;
|
|
1244
|
-
"pda": {
|
|
1245
|
-
"seeds": [
|
|
1246
|
-
{
|
|
1247
|
-
"kind": "const";
|
|
1248
|
-
"value": [
|
|
1249
|
-
108,
|
|
1250
|
-
97,
|
|
1251
|
-
117,
|
|
1252
|
-
110,
|
|
1253
|
-
99,
|
|
1254
|
-
104,
|
|
1255
|
-
112,
|
|
1256
|
-
97,
|
|
1257
|
-
100
|
|
1258
|
-
];
|
|
1259
|
-
}
|
|
1260
|
-
];
|
|
1261
|
-
};
|
|
1262
|
-
},
|
|
1263
|
-
{
|
|
1264
|
-
"name": "tokenLaunch";
|
|
1265
|
-
"writable": true;
|
|
1266
|
-
"pda": {
|
|
1267
|
-
"seeds": [
|
|
1268
|
-
{
|
|
1269
|
-
"kind": "const";
|
|
1270
|
-
"value": [
|
|
1271
|
-
116,
|
|
1272
|
-
111,
|
|
1273
|
-
107,
|
|
1274
|
-
101,
|
|
1275
|
-
110,
|
|
1276
|
-
95,
|
|
1277
|
-
108,
|
|
1278
|
-
97,
|
|
1279
|
-
117,
|
|
1280
|
-
110,
|
|
1281
|
-
99,
|
|
1282
|
-
104
|
|
1283
|
-
];
|
|
1284
|
-
},
|
|
1285
|
-
{
|
|
1286
|
-
"kind": "account";
|
|
1287
|
-
"path": "mint";
|
|
1288
|
-
}
|
|
1289
|
-
];
|
|
1290
|
-
};
|
|
1291
|
-
},
|
|
1292
|
-
{
|
|
1293
|
-
"name": "bondingCurve";
|
|
1294
|
-
"writable": true;
|
|
1295
|
-
"pda": {
|
|
1296
|
-
"seeds": [
|
|
1297
|
-
{
|
|
1298
|
-
"kind": "const";
|
|
1299
|
-
"value": [
|
|
1300
|
-
98,
|
|
1301
|
-
111,
|
|
1302
|
-
110,
|
|
1303
|
-
100,
|
|
1304
|
-
105,
|
|
1305
|
-
110,
|
|
1306
|
-
103,
|
|
1307
|
-
95,
|
|
1308
|
-
99,
|
|
1309
|
-
117,
|
|
1310
|
-
114,
|
|
1311
|
-
118,
|
|
1312
|
-
101
|
|
1313
|
-
];
|
|
1314
|
-
},
|
|
1315
|
-
{
|
|
1316
|
-
"kind": "account";
|
|
1317
|
-
"path": "tokenLaunch";
|
|
1318
|
-
}
|
|
1319
|
-
];
|
|
1320
|
-
};
|
|
1321
|
-
},
|
|
1322
|
-
{
|
|
1323
|
-
"name": "mint";
|
|
1324
|
-
"writable": true;
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
"name": "vault";
|
|
1328
|
-
"docs": [
|
|
1329
|
-
"Vault holding collected SOL"
|
|
1330
|
-
];
|
|
1331
|
-
"writable": true;
|
|
1332
|
-
"pda": {
|
|
1333
|
-
"seeds": [
|
|
1334
|
-
{
|
|
1335
|
-
"kind": "const";
|
|
1336
|
-
"value": [
|
|
1337
|
-
118,
|
|
1338
|
-
97,
|
|
1339
|
-
117,
|
|
1340
|
-
108,
|
|
1341
|
-
116
|
|
1342
|
-
];
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"kind": "account";
|
|
1346
|
-
"path": "tokenLaunch";
|
|
1347
|
-
}
|
|
1348
|
-
];
|
|
1349
|
-
};
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
"name": "curveTokenAccount";
|
|
1353
|
-
"docs": [
|
|
1354
|
-
"Token account holding curve tokens (20% LP reserve)"
|
|
1355
|
-
];
|
|
1356
|
-
"writable": true;
|
|
1357
|
-
"pda": {
|
|
1358
|
-
"seeds": [
|
|
1359
|
-
{
|
|
1360
|
-
"kind": "account";
|
|
1361
|
-
"path": "bondingCurve";
|
|
1362
|
-
},
|
|
1363
|
-
{
|
|
1364
|
-
"kind": "const";
|
|
1365
|
-
"value": [
|
|
1366
|
-
6,
|
|
1367
|
-
221,
|
|
1368
|
-
246,
|
|
1369
|
-
225,
|
|
1370
|
-
215,
|
|
1371
|
-
101,
|
|
1372
|
-
161,
|
|
1373
|
-
147,
|
|
1374
|
-
217,
|
|
1375
|
-
203,
|
|
1376
|
-
225,
|
|
1377
|
-
70,
|
|
1378
|
-
206,
|
|
1379
|
-
235,
|
|
1380
|
-
121,
|
|
1381
|
-
172,
|
|
1382
|
-
28,
|
|
1383
|
-
180,
|
|
1384
|
-
133,
|
|
1385
|
-
237,
|
|
1386
|
-
95,
|
|
1387
|
-
91,
|
|
1388
|
-
55,
|
|
1389
|
-
145,
|
|
1390
|
-
58,
|
|
1391
|
-
140,
|
|
1392
|
-
245,
|
|
1393
|
-
133,
|
|
1394
|
-
126,
|
|
1395
|
-
255,
|
|
1396
|
-
0,
|
|
1397
|
-
169
|
|
1398
|
-
];
|
|
1399
|
-
},
|
|
1400
|
-
{
|
|
1401
|
-
"kind": "account";
|
|
1402
|
-
"path": "mint";
|
|
1403
|
-
}
|
|
1404
|
-
];
|
|
1405
|
-
"program": {
|
|
1406
|
-
"kind": "const";
|
|
1407
|
-
"value": [
|
|
1408
|
-
140,
|
|
1409
|
-
151,
|
|
1410
|
-
37,
|
|
1411
|
-
143,
|
|
1412
|
-
78,
|
|
1413
|
-
36,
|
|
1414
|
-
137,
|
|
1415
|
-
241,
|
|
1416
|
-
187,
|
|
1417
|
-
61,
|
|
1418
|
-
16,
|
|
1419
|
-
41,
|
|
1420
|
-
20,
|
|
1421
|
-
142,
|
|
1422
|
-
13,
|
|
1423
|
-
131,
|
|
1424
|
-
11,
|
|
1425
|
-
90,
|
|
1426
|
-
19,
|
|
1427
|
-
153,
|
|
1428
|
-
218,
|
|
1429
|
-
255,
|
|
1430
|
-
16,
|
|
1431
|
-
132,
|
|
1432
|
-
4,
|
|
1433
|
-
142,
|
|
1434
|
-
123,
|
|
1435
|
-
216,
|
|
1436
|
-
219,
|
|
1437
|
-
233,
|
|
1438
|
-
248,
|
|
1439
|
-
89
|
|
1440
|
-
];
|
|
1441
|
-
};
|
|
1442
|
-
};
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
"name": "tokenProgram";
|
|
1446
|
-
"address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA";
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"name": "systemProgram";
|
|
1450
|
-
"address": "11111111111111111111111111111111";
|
|
1451
|
-
}
|
|
1452
|
-
];
|
|
1453
|
-
"args": [];
|
|
1454
|
-
},
|
|
1455
923
|
{
|
|
1456
924
|
"name": "createTokenLaunch";
|
|
1457
925
|
"docs": [
|
|
@@ -2448,31 +1916,16 @@ type KickFunProgram = {
|
|
|
2448
1916
|
},
|
|
2449
1917
|
{
|
|
2450
1918
|
"code": 6009;
|
|
2451
|
-
"name": "alreadyClaimed";
|
|
2452
|
-
"msg": "Tokens already claimed";
|
|
2453
|
-
},
|
|
2454
|
-
{
|
|
2455
|
-
"code": 6010;
|
|
2456
|
-
"name": "noTokensToClaim";
|
|
2457
|
-
"msg": "No tokens to claim";
|
|
2458
|
-
},
|
|
2459
|
-
{
|
|
2460
|
-
"code": 6011;
|
|
2461
1919
|
"name": "invalidFee";
|
|
2462
1920
|
"msg": "Invalid fee: must be less than 10000 basis points";
|
|
2463
1921
|
},
|
|
2464
1922
|
{
|
|
2465
|
-
"code":
|
|
1923
|
+
"code": 6010;
|
|
2466
1924
|
"name": "invalidReserves";
|
|
2467
1925
|
"msg": "Invalid virtual reserves";
|
|
2468
1926
|
},
|
|
2469
1927
|
{
|
|
2470
|
-
"code":
|
|
2471
|
-
"name": "launchNotMigrated";
|
|
2472
|
-
"msg": "Launch not migrated yet";
|
|
2473
|
-
},
|
|
2474
|
-
{
|
|
2475
|
-
"code": 6014;
|
|
1928
|
+
"code": 6011;
|
|
2476
1929
|
"name": "curveNotComplete";
|
|
2477
1930
|
"msg": "Bonding curve is not complete yet";
|
|
2478
1931
|
}
|
|
@@ -3287,6 +2740,7 @@ type KickFunProgram = {
|
|
|
3287
2740
|
declare const PROGRAM_ID: anchor.web3.PublicKey;
|
|
3288
2741
|
declare const ADMIN_WALLET: anchor.web3.PublicKey;
|
|
3289
2742
|
declare const METADATA_PROGRAM_ID: anchor.web3.PublicKey;
|
|
2743
|
+
declare const STREAMER_PROGRAM_ID: anchor.web3.PublicKey;
|
|
3290
2744
|
declare const K_SCALE = 10000000000000000000000n;
|
|
3291
2745
|
declare const LAMPORTS = 1000000000;
|
|
3292
2746
|
declare const TOKEN_DECIMALS = 6;
|
|
@@ -3481,6 +2935,7 @@ declare class KickFunSDK {
|
|
|
3481
2935
|
tokensForCurve: bigint;
|
|
3482
2936
|
solRaised: bigint;
|
|
3483
2937
|
currentPrice: bigint;
|
|
2938
|
+
currentPriceSol: number;
|
|
3484
2939
|
isComplete: boolean;
|
|
3485
2940
|
}>;
|
|
3486
2941
|
/**
|
|
@@ -3565,4 +3020,4 @@ declare function parseSol(sol: number): bigint;
|
|
|
3565
3020
|
/** Parse tokens to raw */
|
|
3566
3021
|
declare function parseTokens(tokens: number): bigint;
|
|
3567
3022
|
|
|
3568
|
-
export { ADMIN_WALLET, type AdminWithdrawEvent, type BondingCurveState, CURVE_PERCENT, type CurveCompleteEvent, type EstimateBuyResult, type EstimateSellResult, type EventCallback, FEE_BPS, K_SCALE, type KickFunEvent, type KickFunProgram, KickFunSDK, LAMPORTS, LP_PERCENT, type LaunchAddresses, type LaunchCreatedEvent, METADATA_PROGRAM_ID, PROGRAM_ID, TOKEN_DECIMALS, TREASURY_PERCENT, type TokenLaunchConfig, type TokenLaunchState, type TokensPurchasedEvent, type TokensSoldEvent, type TradeResult, formatSol, formatTokens, parseSol, parseTokens };
|
|
3023
|
+
export { ADMIN_WALLET, type AdminWithdrawEvent, type BondingCurveState, CURVE_PERCENT, type CurveCompleteEvent, type EstimateBuyResult, type EstimateSellResult, type EventCallback, FEE_BPS, K_SCALE, type KickFunEvent, type KickFunProgram, KickFunSDK, LAMPORTS, LP_PERCENT, type LaunchAddresses, type LaunchCreatedEvent, METADATA_PROGRAM_ID, PROGRAM_ID, STREAMER_PROGRAM_ID, TOKEN_DECIMALS, TREASURY_PERCENT, type TokenLaunchConfig, type TokenLaunchState, type TokensPurchasedEvent, type TokensSoldEvent, type TradeResult, formatSol, formatTokens, parseSol, parseTokens };
|