Skip to content

Commit

Permalink
remove quicknodetest_1 from secret fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Jun 7, 2024
1 parent 81ef59d commit 49e00ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ export class RoutingAPIPipeline extends Stack {
'NIRVANA_1',
'ALCHEMY_1',
'QUICKNODERETH_1',
'QUICKNODETEST_1',
// Blast
'QUICKNODE_81457',
// 'INFURA_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 49e00ed

Please sign in to comment.