Skip to content

Commit

Permalink
Merge pull request #15 from ora-io/dev
Browse files Browse the repository at this point in the history
feat: add GAS_FEE_LIMIT
  • Loading branch information
LiRiu authored Sep 25, 2024
2 parents 19b8d99 + 1cdd503 commit c47c2a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ CONFIRM_CC_BATCH_BLOCKS_COUNT=300 # default 300 means blocks in 1 hours on eth
# confirm - store ttl
CONFIRM_TASK_TTL=2592000000
CONFIRM_TASK_DONE_TTL = 2592000000 # comment out -> no ttl limit
CONFIRM_CC_TTL=2592000000 # 1 month in ms
CONFIRM_CC_TTL=2592000000 # 1 month in ms
# MAINNET_GAS_FEE_LIMIT="0.003" # https://etherscan.io/tx/0x0dbcfc8055d1ae02ffbe47c24822dbdf982073d04ce4e567d8887c55cc0064a0
# SEPOLIA_GAS_FEE_LIMIT="0.04" # https://sepolia.etherscan.io/tx/0xcdd74536e10f849c2d79c5c4744b89a999fadc85be5b51821c18815ebc958cd5

0 comments on commit c47c2a8

Please sign in to comment.