Skip to content

Commit d14b4dc

Browse files
committed
updated close-account/poseidon pr
1 parent 4806a51 commit d14b4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/close-account/poseidon/ts-programs/closeAccounts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Account, Pubkey, Result, Signer, u8 } from '@solanaturbine/poseidon';
22

33
export default class CloseAccount {
4-
static PROGRAM_ID = new Pubkey('11111111111111111111111111111111');
4+
static PROGRAM_ID = new Pubkey('4So9Jbx672BRL9RvfB8Sux2NMVX5QJRnhmdWyij3kkFg');
55

66
initalize(state: AccountState, user: Signer, data: u8): Result {
77
state.derive(['account']).init();

0 commit comments

Comments
 (0)