From a2ef0578da5d14e01d96bd21022d23177c27f895 Mon Sep 17 00:00:00 2001 From: Anmol Date: Sat, 2 Nov 2024 14:46:53 +0530 Subject: [PATCH] add test case for noble chain (#581) --- starship/tests/e2e/configs/noble.yaml | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 starship/tests/e2e/configs/noble.yaml diff --git a/starship/tests/e2e/configs/noble.yaml b/starship/tests/e2e/configs/noble.yaml new file mode 100644 index 000000000..2ede26c1b --- /dev/null +++ b/starship/tests/e2e/configs/noble.yaml @@ -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