fix: sync program ID to keypair (9uF64...)

This commit is contained in:
thesn10
2026-06-25 18:53:06 +02:00
parent 627e08b192
commit f30a0eb823
9 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ import {
} from './generated/solisting/src/generated/index'
import { deriveEscrowId } from './pda'
const PROGRAM_ADDRESS = address('DzwUAbpRvqcbA8QsEkRbZeXG4TEho5782cMySodrUHBU')
const PROGRAM_ADDRESS = address('9uF64swnFqo34oFJtv8Qx9JDyXXJz73eDFF4cKRBfQBZ')
export type OrderAccountWithPda = Account<SolistingStateOrderAccount>
type GpaRpc = Rpc<GetProgramAccountsApi>