Skip to content

Commit

Permalink
chore: remove quicknodetest_1 sampling (#727)
Browse files Browse the repository at this point in the history
* remove quicknodetest_1 sampling

* remove quicknodetest_1 from secret fetching
  • Loading branch information
jsy1218 authored Jun 7, 2024
1 parent 984bc35 commit ea46afa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ export class RoutingAPIPipeline extends Stack {
'NIRVANA_1',
'ALCHEMY_1',
'QUICKNODERETH_1',
'QUICKNODETEST_1',
// Blast
'QUICKNODE_81457',
// 'INFURA_81457',
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, 0],
"providerUrls": ["ALCHEMY_1", "QUICKNODE_1", "QUICKNODETEST_1"]
"providerInitialWeights": [0, 1],
"providerUrls": ["ALCHEMY_1", "QUICKNODE_1"]
},
{
"chainId": 81457,
Expand Down
4 changes: 0 additions & 4 deletions lib/rpc/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ export function generateProviderUrl(key: string, value: string): string {
case 'QUICKNODE_7777777': {
return `https://${tokens[0]}.zora-mainnet.quiknode.pro/${tokens[1]}`
}
// QuickNode test key
case 'QUICKNODETEST_1': {
return `https://${tokens[0]}.quiknode.pro/${tokens[1]}`
}
// QuickNode RETH
case 'QUICKNODERETH_1': {
return `https://${tokens[0]}.quiknode.pro/${tokens[1]}`
Expand Down

0 comments on commit ea46afa

Please sign in to comment.