Skip to content

Commit 8a0cfe8

Browse files
authored
test: revert BCHD_TESTNET_URLS to the old one that was used now that the certificate issue is resolved (#1822)
Reviewed-by: laruh
1 parent 6339139 commit 8a0cfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm2src/mm2_test_helpers/src/for_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ pub const ETH_SEPOLIA_NODE: &[&str] = &["https://rpc2.sepolia.org"];
150150
pub const ETH_SEPOLIA_SWAP_CONTRACT: &str = "0xeA6D65434A15377081495a9E7C5893543E7c32cB";
151151
pub const ETH_SEPOLIA_TOKEN_CONTRACT: &str = "0x09d0d71FBC00D7CCF9CFf132f5E6825C88293F19";
152152

153-
pub const BCHD_TESTNET_URLS: &[&str] = &["https://ryzen.electroncash.de:18335"];
153+
pub const BCHD_TESTNET_URLS: &[&str] = &["https://bchd-testnet.greyh.at:18335"];
154154

155155
pub struct Mm2TestConf {
156156
pub conf: Json,

0 commit comments

Comments
 (0)