Skip to content

Commit f178bda

Browse files
committed
fix codama-idl generation and add meteora example
1 parent 3b37921 commit f178bda

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1818
use codama_renderers_vixen_parser_e2e_meteora::{
1919
accounts_parser::AccountParser as MeteoraProgramAccParser,
2020
instructions_parser::InstructionParser as MeteoraProgramIxParser,

0 commit comments

Comments
 (0)