flipmeme-sdk 1.3.14 → 1.3.15

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/index.js CHANGED
@@ -4488,7 +4488,7 @@ var SolanaConnector = class {
4488
4488
  }
4489
4489
  const transaction = new import_web34.Transaction().add(
4490
4490
  import_web34.SystemProgram.transfer({
4491
- fromPubkey: this.configAddresses.ADMIN_FOR_CREDIT_BUY,
4491
+ fromPubkey: this.configAddresses.REFERRAL_ID,
4492
4492
  toPubkey: params.userPubkey,
4493
4493
  lamports: new import_decimal2.default(params.amount).mul(10 ** 9).toNumber()
4494
4494
  })