pinpet-sdk 2.1.5 → 2.1.7
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/pinpet-sdk.cjs.js
CHANGED
|
@@ -15581,7 +15581,7 @@ const MIN_STOP_LOSS_PERCENT$1 = 40; // 4.0%
|
|
|
15581
15581
|
// This represents: 1 main position + N nodes before + N nodes after
|
|
15582
15582
|
// Must be an odd number >= 1 (e.g., 21 = 1 main + 10 before + 10 after)
|
|
15583
15583
|
// The contract accepts up to 20, we use 21 to provide more flexibility
|
|
15584
|
-
const MAX_CANDIDATE_INDICES$3 =
|
|
15584
|
+
const MAX_CANDIDATE_INDICES$3 = 31;
|
|
15585
15585
|
|
|
15586
15586
|
|
|
15587
15587
|
/**
|
|
@@ -52927,8 +52927,8 @@ const DEFAULT_NETWORKS = {
|
|
|
52927
52927
|
LOCALNET: {
|
|
52928
52928
|
name: 'localnet',
|
|
52929
52929
|
defaultDataSource: 'fast', // 'fast' or 'chain'
|
|
52930
|
-
solanaEndpoint: 'http://
|
|
52931
|
-
pinPetFastApiUrl: 'http://
|
|
52930
|
+
solanaEndpoint: 'http://127.0.0.1:8899',
|
|
52931
|
+
pinPetFastApiUrl: 'http://127.0.0.1:3000',
|
|
52932
52932
|
feeRecipient: 'GesAj2dTn2wdNcxj4x8qsqS9aNRVPBPkE76aaqg7skxu',
|
|
52933
52933
|
baseFeeRecipient: '5YHi1HsxobLiTD6NQfHJQpoPoRjMuNyXp4RroTvR6dKi',
|
|
52934
52934
|
paramsAccount: '2KCtqW5zS3oje2rJBRVhVq2PoA8AYsai1u9b6jjMTpuq'
|
package/dist/pinpet-sdk.esm.js
CHANGED
|
@@ -20255,7 +20255,7 @@ const MIN_STOP_LOSS_PERCENT$1 = 40; // 4.0%
|
|
|
20255
20255
|
// This represents: 1 main position + N nodes before + N nodes after
|
|
20256
20256
|
// Must be an odd number >= 1 (e.g., 21 = 1 main + 10 before + 10 after)
|
|
20257
20257
|
// The contract accepts up to 20, we use 21 to provide more flexibility
|
|
20258
|
-
const MAX_CANDIDATE_INDICES$3 =
|
|
20258
|
+
const MAX_CANDIDATE_INDICES$3 = 31;
|
|
20259
20259
|
|
|
20260
20260
|
|
|
20261
20261
|
/**
|
|
@@ -41566,8 +41566,8 @@ const DEFAULT_NETWORKS = {
|
|
|
41566
41566
|
LOCALNET: {
|
|
41567
41567
|
name: 'localnet',
|
|
41568
41568
|
defaultDataSource: 'fast', // 'fast' or 'chain'
|
|
41569
|
-
solanaEndpoint: 'http://
|
|
41570
|
-
pinPetFastApiUrl: 'http://
|
|
41569
|
+
solanaEndpoint: 'http://127.0.0.1:8899',
|
|
41570
|
+
pinPetFastApiUrl: 'http://127.0.0.1:3000',
|
|
41571
41571
|
feeRecipient: 'GesAj2dTn2wdNcxj4x8qsqS9aNRVPBPkE76aaqg7skxu',
|
|
41572
41572
|
baseFeeRecipient: '5YHi1HsxobLiTD6NQfHJQpoPoRjMuNyXp4RroTvR6dKi',
|
|
41573
41573
|
paramsAccount: '2KCtqW5zS3oje2rJBRVhVq2PoA8AYsai1u9b6jjMTpuq'
|
package/dist/pinpet-sdk.js
CHANGED
|
@@ -20263,7 +20263,7 @@
|
|
|
20263
20263
|
// This represents: 1 main position + N nodes before + N nodes after
|
|
20264
20264
|
// Must be an odd number >= 1 (e.g., 21 = 1 main + 10 before + 10 after)
|
|
20265
20265
|
// The contract accepts up to 20, we use 21 to provide more flexibility
|
|
20266
|
-
const MAX_CANDIDATE_INDICES$3 =
|
|
20266
|
+
const MAX_CANDIDATE_INDICES$3 = 31;
|
|
20267
20267
|
|
|
20268
20268
|
|
|
20269
20269
|
/**
|
|
@@ -41574,8 +41574,8 @@
|
|
|
41574
41574
|
LOCALNET: {
|
|
41575
41575
|
name: 'localnet',
|
|
41576
41576
|
defaultDataSource: 'fast', // 'fast' or 'chain'
|
|
41577
|
-
solanaEndpoint: 'http://
|
|
41578
|
-
pinPetFastApiUrl: 'http://
|
|
41577
|
+
solanaEndpoint: 'http://127.0.0.1:8899',
|
|
41578
|
+
pinPetFastApiUrl: 'http://127.0.0.1:3000',
|
|
41579
41579
|
feeRecipient: 'GesAj2dTn2wdNcxj4x8qsqS9aNRVPBPkE76aaqg7skxu',
|
|
41580
41580
|
baseFeeRecipient: '5YHi1HsxobLiTD6NQfHJQpoPoRjMuNyXp4RroTvR6dKi',
|
|
41581
41581
|
paramsAccount: '2KCtqW5zS3oje2rJBRVhVq2PoA8AYsai1u9b6jjMTpuq'
|