diff --git a/clients/js/__output__/custom-pod-ports.yaml b/clients/js/__output__/custom-pod-ports.yaml index af1fe542..d26a75f6 100644 --- a/clients/js/__output__/custom-pod-ports.yaml +++ b/clients/js/__output__/custom-pod-ports.yaml @@ -10,8 +10,13 @@ chains: rest: 1317 exposer: 8081 faucet: 8000 + cometmock: 22331 osmosis: exposer: 98988 faucet: 1000000 grpc: 909090 rest: 6767676 +relayers: + defaultPorts: + rest: 3000 + exposer: 8081 diff --git a/clients/js/packages/client/__tests__/__snapshots__/client.config.test.ts.snap b/clients/js/packages/client/__tests__/__snapshots__/client.config.test.ts.snap index c4fab969..42a3a548 100644 --- a/clients/js/packages/client/__tests__/__snapshots__/client.config.test.ts.snap +++ b/clients/js/packages/client/__tests__/__snapshots__/client.config.test.ts.snap @@ -7,10 +7,10 @@ Call: savePodPorts("../../__output__/default-pod-ports.yaml") Call: setup() helm repo add starship https://cosmology-tech.github.io/starship/ helm repo update -helm search repo starship/devnet --version v0.2.3 +helm search repo starship/devnet --version v0.2.4 Call: deploy() Log: Installing the helm chart. This is going to take a while..... -helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.3 +helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.4 Log: Run "starship get-pods" to check the status of the cluster Call: startPortForward() Log: Attempting to stop any existing port-forwards... @@ -44,8 +44,8 @@ helm delete osmojs" exports[`StarshipClient setup 2`] = ` "helm repo add starship https://cosmology-tech.github.io/starship/ helm repo update -helm search repo starship/devnet --version v0.2.3 -helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.3 +helm search repo starship/devnet --version v0.2.4 +helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.4 ps -ef | grep -i 'kubectl port-forward' | grep -v 'grep' | awk '{print $2}' sleep 2 kubectl port-forward pods/osmosis-1-genesis-0 26657:26657 > /dev/null 2>&1 & diff --git a/clients/js/packages/client/__tests__/__snapshots__/client.ports.test.ts.snap b/clients/js/packages/client/__tests__/__snapshots__/client.ports.test.ts.snap index 6810f793..88773a66 100644 --- a/clients/js/packages/client/__tests__/__snapshots__/client.ports.test.ts.snap +++ b/clients/js/packages/client/__tests__/__snapshots__/client.ports.test.ts.snap @@ -7,10 +7,10 @@ Call: savePodPorts("../../__output__/custom-pod-ports.yaml") Call: setup() helm repo add starship https://cosmology-tech.github.io/starship/ helm repo update -helm search repo starship/devnet --version v0.2.3 +helm search repo starship/devnet --version v0.2.4 Call: deploy() Log: Installing the helm chart. This is going to take a while..... -helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.3 +helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.4 Log: Run "starship get-pods" to check the status of the cluster Call: startPortForward() Log: Attempting to stop any existing port-forwards... @@ -42,8 +42,8 @@ helm delete osmojs" exports[`StarshipClient setup 2`] = ` "helm repo add starship https://cosmology-tech.github.io/starship/ helm repo update -helm search repo starship/devnet --version v0.2.3 -helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.3 +helm search repo starship/devnet --version v0.2.4 +helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.4 ps -ef | grep -i 'kubectl port-forward' | grep -v 'grep' | awk '{print $2}' sleep 2 kubectl port-forward pods/osmosis-1-genesis-0 1317:6767676 > /dev/null 2>&1 & diff --git a/clients/js/packages/client/__tests__/__snapshots__/client.test.ts.snap b/clients/js/packages/client/__tests__/__snapshots__/client.test.ts.snap index 45ec7814..989bd460 100644 --- a/clients/js/packages/client/__tests__/__snapshots__/client.test.ts.snap +++ b/clients/js/packages/client/__tests__/__snapshots__/client.test.ts.snap @@ -5,10 +5,10 @@ exports[`StarshipClient setup 1`] = ` Call: setup() helm repo add starship https://cosmology-tech.github.io/starship/ helm repo update -helm search repo starship/devnet --version v0.2.3 +helm search repo starship/devnet --version v0.2.4 Call: deploy() Log: Installing the helm chart. This is going to take a while..... -helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.3 +helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.4 Log: Run "starship get-pods" to check the status of the cluster Call: startPortForward() Log: Attempting to stop any existing port-forwards... @@ -42,8 +42,8 @@ helm delete osmojs" exports[`StarshipClient setup 2`] = ` "helm repo add starship https://cosmology-tech.github.io/starship/ helm repo update -helm search repo starship/devnet --version v0.2.3 -helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.3 +helm search repo starship/devnet --version v0.2.4 +helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.4 ps -ef | grep -i 'kubectl port-forward' | grep -v 'grep' | awk '{print $2}' sleep 2 kubectl port-forward pods/osmosis-1-genesis-0 26657:26657 > /dev/null 2>&1 &