-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: enable cron for testnet gas info updates (#214)
* ci: enable chron for testnet gas info updates * ci: 12hr chron for gas updates * fix(GasService): making onchainGasVolatilityMultiplier 2 by default * fix(GasService): fixing optimized gas formula * style(JS): prettier * fix(GasService): keeping discounted estimation for testnet * fix(GasService): updating formula with onchainGasVolatilityMultiplier * fix(GasService): updating testnet config * style(JS): prettier
- Loading branch information
Showing
3 changed files
with
14 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,9 @@ on: | |
- mainnet | ||
- stagenet | ||
|
||
schedule: | ||
- cron: '0 */12 * * *' | ||
|
||
jobs: | ||
update-gas: | ||
name: 'Update Gas Info' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters