Skip to content

Commit

Permalink
dont use validator key for signing txs in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thal0x committed Aug 29, 2023
1 parent 56dc6c1 commit 57e3d1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion starship/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chains:
ports:
rest: 1313
rpc: 26653
faucet: 8082
faucet: 8082
resources:
cpu: "0.2"
memory: "200M"
Expand Down
4 changes: 2 additions & 2 deletions starship/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ chains:
ports:
rest: 1313
rpc: 26653
faucet: 8082
faucet: 8082

- name: gaia-1
type: cosmos
numValidators: 1
ports:
rest: 1317
rpc: 26657
faucet: 8083
faucet: 8083

relayers:
- name: osmos-gaia
Expand Down

0 comments on commit 57e3d1b

Please sign in to comment.