Skip to content

Commit

Permalink
updated close-account/poseidon pr
Browse files Browse the repository at this point in the history
  • Loading branch information
ved08 committed Nov 25, 2024
1 parent 4806a51 commit d14b4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/close-account/poseidon/ts-programs/closeAccounts.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Account, Pubkey, Result, Signer, u8 } from '@solanaturbine/poseidon';

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

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

0 comments on commit d14b4dc

Please sign in to comment.