Skip to content

Commit 4a5a1ca

Browse files
authored
fix: add token-2022 program with loader v3 (#144)
1 parent dd4c7b6 commit 4a5a1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/token/src/token2022.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub fn add_program(mollusk: &mut Mollusk) {
99
mollusk.add_program_with_elf_and_loader(
1010
&ID,
1111
ELF,
12-
&mollusk_svm::program::loader_keys::LOADER_V2,
12+
&mollusk_svm::program::loader_keys::LOADER_V3,
1313
);
1414
}
1515

0 commit comments

Comments
 (0)