@smithii_io/mixoor 0.0.11 → 0.0.12
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/src/index.js +4 -4
- package/dist/src/index.js.map +1 -1
- package/dist/src/index.mjs +4 -4
- package/dist/src/index.mjs.map +1 -1
- package/dist/types/src/generated/instructions/initializePool.d.ts +1 -1
- package/dist/types/src/generated/instructions/transfer.d.ts +1 -1
- package/package.json +1 -1
package/dist/src/index.js
CHANGED
|
@@ -722,7 +722,7 @@ async function getInitializePoolInstructionAsync(input, config) {
|
|
|
722
722
|
});
|
|
723
723
|
}
|
|
724
724
|
if (!accounts.feeCollector.value) {
|
|
725
|
-
accounts.feeCollector.value = "
|
|
725
|
+
accounts.feeCollector.value = "9qX97Bd8dvHAknHVjCxz4uEJcPSE3NGjjgniMVdDBu6d";
|
|
726
726
|
}
|
|
727
727
|
if (!accounts.systemProgram.value) {
|
|
728
728
|
accounts.systemProgram.value = "11111111111111111111111111111111";
|
|
@@ -771,7 +771,7 @@ function getInitializePoolInstruction(input, config) {
|
|
|
771
771
|
accounts.tokenProgram.value = "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA";
|
|
772
772
|
}
|
|
773
773
|
if (!accounts.feeCollector.value) {
|
|
774
|
-
accounts.feeCollector.value = "
|
|
774
|
+
accounts.feeCollector.value = "9qX97Bd8dvHAknHVjCxz4uEJcPSE3NGjjgniMVdDBu6d";
|
|
775
775
|
}
|
|
776
776
|
if (!accounts.systemProgram.value) {
|
|
777
777
|
accounts.systemProgram.value = "11111111111111111111111111111111";
|
|
@@ -944,7 +944,7 @@ async function getTransferInstructionAsync(input, config) {
|
|
|
944
944
|
});
|
|
945
945
|
}
|
|
946
946
|
if (!accounts.feeCollector.value) {
|
|
947
|
-
accounts.feeCollector.value = "
|
|
947
|
+
accounts.feeCollector.value = "9qX97Bd8dvHAknHVjCxz4uEJcPSE3NGjjgniMVdDBu6d";
|
|
948
948
|
}
|
|
949
949
|
if (!accounts.feeCollectorTokenAccount.value) {
|
|
950
950
|
accounts.feeCollectorTokenAccount.value = await kit.getProgramDerivedAddress({
|
|
@@ -1020,7 +1020,7 @@ function getTransferInstruction(input, config) {
|
|
|
1020
1020
|
accounts.tokenProgram.value = "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA";
|
|
1021
1021
|
}
|
|
1022
1022
|
if (!accounts.feeCollector.value) {
|
|
1023
|
-
accounts.feeCollector.value = "
|
|
1023
|
+
accounts.feeCollector.value = "9qX97Bd8dvHAknHVjCxz4uEJcPSE3NGjjgniMVdDBu6d";
|
|
1024
1024
|
}
|
|
1025
1025
|
if (!accounts.systemProgram.value) {
|
|
1026
1026
|
accounts.systemProgram.value = "11111111111111111111111111111111";
|