pinpet-sdk 2.1.5 → 2.1.6
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
|
@@ -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
|
@@ -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
|
@@ -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'
|