Skip to content

Commit 9e85de4

Browse files
committed
fix: update NEAR endpoints to archival RPC URLs
1 parent 9ca7d62 commit 9e85de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/src/cli/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ pub use advanced::{Cli, run};
1010
pub use simple::{Cli, command, run};
1111

1212
/// NEAR Endpoints.
13-
const NEAR_MAINNET_ENDPOINT: &str = "https://rpc.mainnet.near.org/";
14-
const NEAR_TESTNET_ENDPOINT: &str = "https://rpc.testnet.near.org/";
13+
const NEAR_MAINNET_ENDPOINT: &str = "https://archival-rpc.mainnet.near.org/";
14+
const NEAR_TESTNET_ENDPOINT: &str = "https://archival-rpc.testnet.near.org/";
1515
#[cfg(feature = "simple")]
1616
const NEAR_LOCAL_ENDPOINT: &str = "http://127.0.0.1:3030/";
1717
/// Aurora Endpoints.

0 commit comments

Comments
 (0)