We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4806a51 commit d14b4dcCopy full SHA for d14b4dc
basics/close-account/poseidon/ts-programs/closeAccounts.ts
@@ -1,7 +1,7 @@
1
import { Account, Pubkey, Result, Signer, u8 } from '@solanaturbine/poseidon';
2
3
export default class CloseAccount {
4
- static PROGRAM_ID = new Pubkey('11111111111111111111111111111111');
+ static PROGRAM_ID = new Pubkey('4So9Jbx672BRL9RvfB8Sux2NMVX5QJRnhmdWyij3kkFg');
5
6
initalize(state: AccountState, user: Signer, data: u8): Result {
7
state.derive(['account']).init();
0 commit comments