Skip to content

Commit 43b62f1

Browse files
committed
cleanup
1 parent 2ca10bc commit 43b62f1

File tree

1 file changed

+5
-5
lines changed
  • packages/renderers-vixen-parser/e2e/codama-vixen-parser-test/src

1 file changed

+5
-5
lines changed

packages/renderers-vixen-parser/e2e/codama-vixen-parser-test/src/main.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ fn main() {
5454
let config = toml::from_str(&config).expect("Error parsing config");
5555

5656
vixen::Runtime::builder()
57-
// .account(Pipeline::new(SystemProgramAccParser, [Handler]))
58-
// .instruction(Pipeline::new(SystemProgramIxParser, [Handler]))
59-
// .instruction(Pipeline::new(MemoProgramIxParser, [Handler]))
60-
// .account(Pipeline::new(AnchorProgramAccParser, [Handler]))
61-
// .instruction(Pipeline::new(AnchorProgramIxParser, [Handler]))
57+
.account(Pipeline::new(SystemProgramAccParser, [Handler]))
58+
.instruction(Pipeline::new(SystemProgramIxParser, [Handler]))
59+
.instruction(Pipeline::new(MemoProgramIxParser, [Handler]))
60+
.account(Pipeline::new(AnchorProgramAccParser, [Handler]))
61+
.instruction(Pipeline::new(AnchorProgramIxParser, [Handler]))
6262
.account(Pipeline::new(MeteoraProgramAccParser, [Handler]))
6363
.instruction(Pipeline::new(MeteoraProgramIxParser, [Handler]))
6464
.build(config)

0 commit comments

Comments
 (0)