import { PublicKey } from '@solana/web3.js' export const MEMO_PROGRAM_ID = new PublicKey( 'Memo1UhkJRfHyvLMcVucJwxXeuD728EqVDDwQDxFMNo' ) export const MEMO_V2_PROGRAM_ID = new PublicKey( 'MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr' )