@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.mjs
CHANGED
|
@@ -698,7 +698,7 @@ async function getInitializePoolInstructionAsync(input, config) {
|
|
|
698
698
|
});
|
|
699
699
|
}
|
|
700
700
|
if (!accounts.feeCollector.value) {
|
|
701
|
-
accounts.feeCollector.value = "
|
|
701
|
+
accounts.feeCollector.value = "9qX97Bd8dvHAknHVjCxz4uEJcPSE3NGjjgniMVdDBu6d";
|
|
702
702
|
}
|
|
703
703
|
if (!accounts.systemProgram.value) {
|
|
704
704
|
accounts.systemProgram.value = "11111111111111111111111111111111";
|
|
@@ -747,7 +747,7 @@ function getInitializePoolInstruction(input, config) {
|
|
|
747
747
|
accounts.tokenProgram.value = "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA";
|
|
748
748
|
}
|
|
749
749
|
if (!accounts.feeCollector.value) {
|
|
750
|
-
accounts.feeCollector.value = "
|
|
750
|
+
accounts.feeCollector.value = "9qX97Bd8dvHAknHVjCxz4uEJcPSE3NGjjgniMVdDBu6d";
|
|
751
751
|
}
|
|
752
752
|
if (!accounts.systemProgram.value) {
|
|
753
753
|
accounts.systemProgram.value = "11111111111111111111111111111111";
|
|
@@ -920,7 +920,7 @@ async function getTransferInstructionAsync(input, config) {
|
|
|
920
920
|
});
|
|
921
921
|
}
|
|
922
922
|
if (!accounts.feeCollector.value) {
|
|
923
|
-
accounts.feeCollector.value = "
|
|
923
|
+
accounts.feeCollector.value = "9qX97Bd8dvHAknHVjCxz4uEJcPSE3NGjjgniMVdDBu6d";
|
|
924
924
|
}
|
|
925
925
|
if (!accounts.feeCollectorTokenAccount.value) {
|
|
926
926
|
accounts.feeCollectorTokenAccount.value = await getProgramDerivedAddress({
|
|
@@ -996,7 +996,7 @@ function getTransferInstruction(input, config) {
|
|
|
996
996
|
accounts.tokenProgram.value = "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA";
|
|
997
997
|
}
|
|
998
998
|
if (!accounts.feeCollector.value) {
|
|
999
|
-
accounts.feeCollector.value = "
|
|
999
|
+
accounts.feeCollector.value = "9qX97Bd8dvHAknHVjCxz4uEJcPSE3NGjjgniMVdDBu6d";
|
|
1000
1000
|
}
|
|
1001
1001
|
if (!accounts.systemProgram.value) {
|
|
1002
1002
|
accounts.systemProgram.value = "11111111111111111111111111111111";
|