Skip to content

Commit

Permalink
fix: config var naming
Browse files Browse the repository at this point in the history
  • Loading branch information
shotaronowhere committed Apr 12, 2024
1 parent fba99fb commit 39ab0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config.ts.example
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const config = {
delaySeconds: ethers.BigNumber.from('86400'),
futureSeconds: ethers.BigNumber.from('3600'),
},
delayConfig: {
bufferConfig: {
threshold: ethers.BigNumber.from('600'),
max: ethers.BigNumber.from('14400'),
replenishRateInBasis: ethers.BigNumber.from('833'),
Expand Down

0 comments on commit 39ab0a8

Please sign in to comment.