swqos support node1

This commit is contained in:
wei
2025-08-20 20:50:56 +08:00
parent d3da5ed18f
commit 84c2e501ce
7 changed files with 160 additions and 8 deletions
+20
View File
@@ -59,6 +59,15 @@ pub const BLOX_TIP_ACCOUNTS: &[Pubkey] = &[
pubkey!("FogxVNs6Mm2w9rnGL1vkARSwJxvLE8mujTv3LK8RnUhF"),
];
pub const NODE1_TIP_ACCOUNTS: &[Pubkey] = &[
pubkey!("node1PqAa3BWWzUnTHVbw8NJHC874zn9ngAkXjgWEej"),
pubkey!("node1UzzTxAAeBTpfZkQPJXBAqixsbdth11ba1NXLBG"),
pubkey!("node1Qm1bV4fwYnCurP8otJ9s5yrkPq7SPZ5uhj3Tsv"),
pubkey!("node1PUber6SFmSQgvf2ECmXsHP5o3boRSGhvJyPMX1"),
pubkey!("node1AyMbeqiVN6eoQzEAwCA6Pk826hrdqdAHR7cdJ3"),
pubkey!("node1YtWCoTwwVYTFLfS19zquRQzYX332hs1HEuRBjC"),
];
// NewYork,
// Frankfurt,
// Amsterdam,
@@ -123,3 +132,14 @@ pub const SWQOS_ENDPOINTS_BLOX: [&str; 8] = [
"https://germany.solana.dex.blxrbdn.com",
];
pub const SWQOS_ENDPOINTS_NODE1: [&str; 8] = [
"https://ny.node1.me",
"http://ny.node1.me",
"https://ams.node1.me",
"http://ams.node1.me",
"https://fra.node1.me",
"http://fra.node1.me",
"https://fra.node1.me",
"http://fra.node1.me",
];