We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b67723 commit 04279c8Copy full SHA for 04279c8
crates/test-utils/src/rpc.rs
@@ -36,7 +36,7 @@ static RETH_HOSTS: LazyLock<Vec<&'static str>> = LazyLock::new(|| {
36
static DRPC_KEYS: LazyLock<Vec<String>> = LazyLock::new(|| {
37
let mut keys = vec![
38
"Agc9NK9-6UzYh-vQDDM80Tv0A5UnBkUR8I3qssvAG40d".to_owned(),
39
- "AjUPUPonSEInt2CZ_7A-ai3hMyxxBlsR8I4EssvAG40d".to_owned()
+ "AjUPUPonSEInt2CZ_7A-ai3hMyxxBlsR8I4EssvAG40d".to_owned(),
40
];
41
// Fetch secret from GitHub Actions environment variable
42
if let Ok(secret) = std::env::var("DLRP_API_KEY") {
0 commit comments