We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca7d62 commit 9e85de4Copy full SHA for 9e85de4
cli/src/cli/mod.rs
@@ -10,8 +10,8 @@ pub use advanced::{Cli, run};
10
pub use simple::{Cli, command, run};
11
12
/// NEAR Endpoints.
13
-const NEAR_MAINNET_ENDPOINT: &str = "https://rpc.mainnet.near.org/";
14
-const NEAR_TESTNET_ENDPOINT: &str = "https://rpc.testnet.near.org/";
+const NEAR_MAINNET_ENDPOINT: &str = "https://archival-rpc.mainnet.near.org/";
+const NEAR_TESTNET_ENDPOINT: &str = "https://archival-rpc.testnet.near.org/";
15
#[cfg(feature = "simple")]
16
const NEAR_LOCAL_ENDPOINT: &str = "http://127.0.0.1:3030/";
17
/// Aurora Endpoints.
0 commit comments