We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6339139 commit 8a0cfe8Copy full SHA for 8a0cfe8
mm2src/mm2_test_helpers/src/for_tests.rs
@@ -150,7 +150,7 @@ pub const ETH_SEPOLIA_NODE: &[&str] = &["https://rpc2.sepolia.org"];
150
pub const ETH_SEPOLIA_SWAP_CONTRACT: &str = "0xeA6D65434A15377081495a9E7C5893543E7c32cB";
151
pub const ETH_SEPOLIA_TOKEN_CONTRACT: &str = "0x09d0d71FBC00D7CCF9CFf132f5E6825C88293F19";
152
153
-pub const BCHD_TESTNET_URLS: &[&str] = &["https://ryzen.electroncash.de:18335"];
+pub const BCHD_TESTNET_URLS: &[&str] = &["https://bchd-testnet.greyh.at:18335"];
154
155
pub struct Mm2TestConf {
156
pub conf: Json,
0 commit comments