This commit is contained in:
Aniket Prajapati 2023-01-02 21:20:13 +05:30
parent 139dc934dd
commit 3e56179913
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ pub type WireTransaction = Vec<u8>;
#[from_env]
pub const DEFAULT_RPC_ADDR: &str = "http://127.0.0.1:8899";
#[from_env]
pub const DEFAULT_LITE_RPC_ADDR: &str = "http://127.0.0.1:8890";
pub const DEFAULT_LITE_RPC_ADDR: &str = "127.0.0.1:8890";
#[from_env]
pub const DEFAULT_WS_ADDR: &str = "ws://127.0.0.1:8900";
#[from_env]