Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions mm2src/mm2_main/src/rpc/lp_commands/one_inch/rpcs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ mod tests {
"ticker": ticker_coin,
"rpc_mode": "Default",
"nodes": [
{"url": "https://sepolia.drpc.org"},
{"url": "https://ethereum-sepolia-rpc.publicnode.com"},
{"url": "https://rpc2.sepolia.org"},
{"url": "https://rpc.sepolia.org/"}
],
Expand Down
2 changes: 2 additions & 0 deletions mm2src/mm2_main/tests/mm2_tests/mm2_tests_inner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6430,6 +6430,8 @@ mod trezor_tests {
"ticker": ticker_coin,
"rpc_mode": "Default",
"nodes": [
{"url": "https://sepolia.drpc.org"},
{"url": "https://ethereum-sepolia-rpc.publicnode.com"},
{"url": "https://rpc2.sepolia.org"},
{"url": "https://rpc.sepolia.org/"}
],
Expand Down
1 change: 1 addition & 0 deletions mm2src/mm2_test_helpers/src/for_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ pub const ETH_SEPOLIA_NODES: &[&str] = &[
"https://ethereum-sepolia-rpc.publicnode.com",
"https://rpc2.sepolia.org",
"https://1rpc.io/sepolia",
"https://sepolia.drpc.org",
];
pub const ETH_SEPOLIA_CHAIN_ID: u64 = 11155111;
pub const ETH_SEPOLIA_SWAP_CONTRACT: &str = "0xeA6D65434A15377081495a9E7C5893543E7c32cB";
Expand Down