Skip to content

Commit

Permalink
Update monthly gas estimate in service templates
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed May 24, 2024
1 parent 87d85c9 commit c9ad221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/constants/serviceTemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const SERVICE_TEMPLATES: ServiceTemplate[] = [
cost_of_bond: 10000000000000000,
olas_cost_of_bond: 10000000000000000000,
olas_required_to_stake: 10000000000000000000,
monthly_gas_estimate: 22500000000000000000,
monthly_gas_estimate: 10000000000000000000,
fund_requirements: {
agent: 100000000000000000,
safe: 5000000000000000000,
Expand Down
2 changes: 1 addition & 1 deletion templates/trader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configuration:
cost_of_bond: 10000000000000000
olas_cost_of_bond: 10000000000000000000
olas_required_to_stake: 10000000000000000000
monthly_gas_estimate: 22500000000000000000
monthly_gas_estimate: 10000000000000000000
fund_requirements:
agent: 100000000000000000
safe: 5000000000000000000

0 comments on commit c9ad221

Please sign in to comment.