Skip to content

Commit

Permalink
fix provider name
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed May 17, 2024
1 parent 5d982f1 commit 347ea2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export class RoutingAPIPipeline extends Stack {
'QUICKNODE_1',
'NIRVANA_1',
'ALCHEMY_1',
'QUICKNODE_RETH_1',
'QUICKNODERETH_1',
// Blast
'QUICKNODE_81457',
'INFURA_81457',
Expand Down
2 changes: 1 addition & 1 deletion lib/config/rpcProviderProdConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"latencyEvaluationSampleProb": 0.001,
"healthCheckSampleProb": 0.001,
"providerInitialWeights": [1, 0, 0, 0, 0],
"providerUrls": ["INFURA_1", "ALCHEMY_1", "QUICKNODE_1", "NIRVANA_1", "QUICKNODE_RETH_1"]
"providerUrls": ["INFURA_1", "ALCHEMY_1", "QUICKNODE_1", "NIRVANA_1", "QUICKNODERETH_1"]
},
{
"chainId": 81457,
Expand Down

0 comments on commit 347ea2d

Please sign in to comment.