Skip to content

Commit c12456d

Browse files
authored
Remove rpc url config (#7)
1 parent 4e87caf commit c12456d

File tree

5 files changed

+123
-319
lines changed

5 files changed

+123
-319
lines changed

rpc_endpoints.json

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/config.rs

Lines changed: 0 additions & 191 deletions
This file was deleted.

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
pub mod config;
21
pub mod polkadot_sdk_releases;
32
pub mod prompts;
43
pub mod public_endpoints;

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use anyhow::Result;
22
use rmcp::service::ServiceExt;
33
use tokio::io::{stdin, stdout};
44

5-
mod config;
65
mod polkadot_sdk_releases;
76
mod prompts;
87
mod public_endpoints;

0 commit comments

Comments
 (0)