Skip to content

Commit

Permalink
feat: shadow test quicknode reth in L1 (#770)
Browse files Browse the repository at this point in the history
we want to re-evaluate quicknode reth in L1 now.
  • Loading branch information
jsy1218 authored Jun 28, 2024
1 parent cb69b66 commit e25aecf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ const jsonRpcProviders = {
// Ethereum
// INFURA_1: process.env.INFURA_1!,
QUICKNODE_1: process.env.QUICKNODE_1!,
QUICKNODERETH_1: process.env.QUICKNODERETH_1!,
NIRVANA_1: process.env.NIRVANA_1!,
ALCHEMY_1: process.env.ALCHEMY_1!,
// Blast
Expand Down
4 changes: 2 additions & 2 deletions lib/config/rpcProviderProdConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"useMultiProviderProb": 1,
"latencyEvaluationSampleProb": 0.05,
"healthCheckSampleProb": 0.001,
"providerInitialWeights": [0, 1],
"providerUrls": ["ALCHEMY_1", "QUICKNODE_1"]
"providerInitialWeights": [0, 1, 0],
"providerUrls": ["ALCHEMY_1", "QUICKNODE_1", "QUICKNODERETH_1"]
},
{
"chainId": 81457,
Expand Down

0 comments on commit e25aecf

Please sign in to comment.