Skip to content

Commit

Permalink
Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanson-github committed Sep 15, 2024
1 parent ac55446 commit 8679eec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ export const CONFIG: Config = {
allowedHeavyRequestPerMin: 20, // number of eth_call + tx inject allowed within 60s
},
statLog: false, // not safe for production, keep this off
passphrase: process.env.PASSPHRASE || 'sha4d3um', // this is to protect debug routes
secret_key: process.env.SECRET_KEY || 'YsDGSMYHkSBMGD6B4EmD?mFTWG2Wka-Z9b!Jc/CLkrM8eLsBe5abBaTSGeq?6g?P', // this is the private key that rpc server will used to sign jwt token
adaptiveRejection: true,
filterDeadNodesFromArchiver: false,
verbose: false,
Expand Down

0 comments on commit 8679eec

Please sign in to comment.