Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
tuantran1702 committed Apr 11, 2024
1 parent 8c04dce commit ff0b271
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion tests/e2e/config/local-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ chains:
ports:
rest: 1313
rpc: 26653
resources:
cpu: "0.2"
memory: "200M"
- name: feeapp-1
type: custom
image: docker.io/tropicaldog1702/fee-abstraction:v1.0.0
Expand All @@ -22,13 +25,19 @@ chains:
rest: 1315
rpc: 26655
numValidators: 1
resources:
cpu: "0.2"
memory: "200M"

- name: cosmoshub-1
type: cosmos
numValidators: 1
ports:
rest: 1317
rpc: 26657
resources:
cpu: "0.2"
memory: "200M"

relayers:
- name: osmos-feeapp
Expand All @@ -37,20 +46,31 @@ relayers:
chains:
- osmosis-1
- feeapp-1
resources:
cpu: "0.1"
memory: "100M"
- name: osmos-cosmos
type: hermes
replicas: 1
chains:
- osmosis-1
- cosmoshub-1
resources:
cpu: "0.1"
memory: "100M"

explorer:
enabled: true
ports:
rest: 8080

resources:
cpu: "0.1"
memory: "100M"
registry:
enabled: true
ports:
rest: 8081
grpc: 9091
resources:
cpu: "0.1"
memory: "100M"

0 comments on commit ff0b271

Please sign in to comment.