Skip to content

Commit

Permalink
fix to add quicknode reth env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Jun 28, 2024
1 parent eda399b commit 3e8a700
Showing 1 changed file with 1 addition and 0 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

0 comments on commit 3e8a700

Please sign in to comment.