@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.
@@ -698,7 +698,7 @@ async function getInitializePoolInstructionAsync(input, config) {
698
698
  });
699
699
  }
700
700
  if (!accounts.feeCollector.value) {
701
- accounts.feeCollector.value = "5KgfWjGePnbFgDAuCqxB5oymuFxQskvCtrw6eYfDa7fj";
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 = "5KgfWjGePnbFgDAuCqxB5oymuFxQskvCtrw6eYfDa7fj";
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 = "5KgfWjGePnbFgDAuCqxB5oymuFxQskvCtrw6eYfDa7fj";
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 = "5KgfWjGePnbFgDAuCqxB5oymuFxQskvCtrw6eYfDa7fj";
999
+ accounts.feeCollector.value = "9qX97Bd8dvHAknHVjCxz4uEJcPSE3NGjjgniMVdDBu6d";
1000
1000
  }
1001
1001
  if (!accounts.systemProgram.value) {
1002
1002
  accounts.systemProgram.value = "11111111111111111111111111111111";