Add hQB.. to the testnet whitelist
This commit is contained in:
parent
10d60288e8
commit
074c41556f
|
@ -351,8 +351,9 @@ fn simulate_transactions(
|
||||||
let sim_result = rpc_client.simulate_transaction(&transaction, false)?;
|
let sim_result = rpc_client.simulate_transaction(&transaction, false)?;
|
||||||
if sim_result.value.err.is_some() {
|
if sim_result.value.err.is_some() {
|
||||||
trace!(
|
trace!(
|
||||||
"filtering out transaction due to simulation failure: {:?}",
|
"filtering out transaction due to simulation failure: {:?}: {}",
|
||||||
sim_result
|
sim_result,
|
||||||
|
memo
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
simulated_transactions.push((transaction, memo))
|
simulated_transactions.push((transaction, memo))
|
||||||
|
|
|
@ -179,6 +179,7 @@ solana_sdk::pubkeys!(
|
||||||
"Dx4bMuKpGaxAnd53QYDyKhD45PjuFLx16mrgoRK36STf",
|
"Dx4bMuKpGaxAnd53QYDyKhD45PjuFLx16mrgoRK36STf",
|
||||||
"DzxNmWD99qvkPdDR94ojXhUrpzT8VdqB5ktYX7fZr4gc",
|
"DzxNmWD99qvkPdDR94ojXhUrpzT8VdqB5ktYX7fZr4gc",
|
||||||
"EBxhSfAWW2Cfouvj1k242W6U8krZVAxJS47SG8UKb4ch",
|
"EBxhSfAWW2Cfouvj1k242W6U8krZVAxJS47SG8UKb4ch",
|
||||||
|
"hQBS6cu8RHkXcCzE6N8mQxhgrtbNy4kivoRjTMzF2cA",
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue