File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
packages/renderers-vixen-parser/e2e/codama-vixen-parser-test Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ [yellowstone ]
2+ # The endpoint of the dragon's mouth stream.
3+ # This is the URL where the stream can be accessed.
4+ endpoint = " https://index.rpcpool.com"
5+
6+ # The x-token for the dragon's mouth stream.
7+ # Replace <X-TOKEN> with your actual token.
8+ x-token = " b6e163d7-388a-49fe-bec2-63a6ea1a8f6b"
9+
10+ # The connection timeout for the dragon's mouth stream in seconds.
11+ # This defines how long to wait for a connection before timing out.
12+ timeout = 60
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ use codama_renderers_vixen_parser_e2e_anchor::{
1414 accounts_parser:: AccountParser as AnchorProgramAccParser ,
1515 instructions_parser:: InstructionParser as AnchorProgramIxParser ,
1616} ;
17- use codama_renderers_vixen_parser_e2e_memo:: instructions_parser:: InstructionParser as MemoProgramIxParser ;
17+ use codama_renderers_vixen_parser_e2e_memo:: instructions_parser:: InstructionParser as MemoProgramIxParser
1818use codama_renderers_vixen_parser_e2e_meteora:: {
1919 accounts_parser:: AccountParser as MeteoraProgramAccParser ,
2020 instructions_parser:: InstructionParser as MeteoraProgramIxParser ,
You can’t perform that action at this time.
0 commit comments