Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(): replace deprecated findProgramAddress with findProgramAdd…
…ressSync The signature '(seeds: (Buffer | Uint8Array)[], programId: PublicKey): Promise<[PublicKey, number]>' of 'web3.PublicKey.findProgramAddress' is deprecated. Updated the code to use the recommended 'findProgramAddressSync' method for better compatibility.
- Loading branch information