Skip to content

Commit

Permalink
Merge pull request #57 from valory-xyz/feat/monthly-gas-template
Browse files Browse the repository at this point in the history
Add placeholder for monthly gas estimate for trader agent
  • Loading branch information
angrybayblade authored Apr 16, 2024
2 parents 7c6269c + ce000e8 commit 62c112d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/client/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export type ConfigurationTemplate = {
cost_of_bond: number;
olas_cost_of_bond: number;
olas_required_to_stake: number;
monthly_gas_estimate: number;
fund_requirements: FundRequirementsTemplate;
};

Expand Down
1 change: 1 addition & 0 deletions frontend/constants/serviceTemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const serviceTemplates: ServiceTemplate[] = [
cost_of_bond: 10000000000000000,
olas_cost_of_bond: 10000000000000000000,
olas_required_to_stake: 10000000000000000000,
monthly_gas_estimate: 5000000000000000000,
fund_requirements: {
agent: 100000000000000000,
safe: 500000000000000000,
Expand Down
1 change: 1 addition & 0 deletions templates/trader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ configuration:
cost_of_bond: 10000000000000000
olas_cost_of_bond: 10000000000000000000
olas_required_to_stake: 10000000000000000000
monthly_gas_estimate: 5000000000000000000
fund_requirements:
agent: 100000000000000000
safe: 500000000000000000

0 comments on commit 62c112d

Please sign in to comment.