We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9f815 commit ff528caCopy full SHA for ff528ca
crates/da-rpc/src/near/config.rs
@@ -41,7 +41,7 @@ impl Network {
41
match self {
42
Self::Mainnet => MAINNET_RPC_ENDPOINT,
43
Self::Testnet => TESTNET_RPC_ENDPOINT,
44
- _ => "http://`localhost:3030",
+ _ => "http://localhost:3030",
45
}
46
47
pub fn archive_endpoint(&self) -> &str {
@@ -50,7 +50,7 @@ impl Network {
50
51
Self::Mainnet => MAINNET_RPC_ARCHIVE_ENDPOINT,
52
Self::Testnet => TESTNET_RPC_ARCHIVE_ENDPOINT,
53
54
55
56
0 commit comments