Skip to content

Commit

Permalink
add test case for noble chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Nov 2, 2024
1 parent f92fbad commit 65aa68b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions starship/tests/e2e/configs/noble.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
chains:
- id: noble-1
name: noble
numValidators: 1
faucet:
enabled: true
type: starship
ports:
rest: 1313
rpc: 26653
exposer: 38083
- id: cosmoshub-4
name: cosmoshub
numValidators: 1
ports:
rest: 1317
rpc: 26657
exposer: 38087
faucet: 8007

relayers:
- name: noble-cosmos
type: hermes
replicas: 1
chains:
- noble-1
- cosmoshub-4

registry:
enabled: true
ports:
rest: 8081

0 comments on commit 65aa68b

Please sign in to comment.