Skip to content

Commit ff528ca

Browse files
taco-pacocarrion256
authored andcommitted
fix: localnet url
1 parent ec9f815 commit ff528ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/da-rpc/src/near/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ impl Network {
4141
match self {
4242
Self::Mainnet => MAINNET_RPC_ENDPOINT,
4343
Self::Testnet => TESTNET_RPC_ENDPOINT,
44-
_ => "http://`localhost:3030",
44+
_ => "http://localhost:3030",
4545
}
4646
}
4747
pub fn archive_endpoint(&self) -> &str {
@@ -50,7 +50,7 @@ impl Network {
5050
match self {
5151
Self::Mainnet => MAINNET_RPC_ARCHIVE_ENDPOINT,
5252
Self::Testnet => TESTNET_RPC_ARCHIVE_ENDPOINT,
53-
_ => "http://`localhost:3030",
53+
_ => "http://localhost:3030",
5454
}
5555
}
5656
}

0 commit comments

Comments
 (0)