File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/renderers-vixen-parser/e2e/codama-vixen-parser-test/src Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments