diff --git a/packages/osmo-query/package.json b/packages/osmo-query/package.json
index ec2338b32..5a3299a8b 100644
--- a/packages/osmo-query/package.json
+++ b/packages/osmo-query/package.json
@@ -40,7 +40,7 @@
     "@protobufs/ibc": "^0.1.0",
     "@protobufs/osmosis": "^0.4.0",
     "@protobufs/tendermint": "^0.0.10",
-    "@starship-ci/cli": "1.4.5"
+    "@starship-ci/cli": "1.5.0"
   },
   "dependencies": {
     "@cosmjs/amino": "0.32.3",
diff --git a/packages/osmojs/package.json b/packages/osmojs/package.json
index cdf3f3a40..9f9f35754 100644
--- a/packages/osmojs/package.json
+++ b/packages/osmojs/package.json
@@ -28,10 +28,7 @@
     "test": "jest --config ./jest.osmojs.config.js",
     "test:watch": "jest --watch --config ./jest.osmojs.config.js",
     "test:debug": "node --inspect node_modules/.bin/jest --runInBand --config ./jest.osmojs.config.js",
-    "setupKind": "starship setup-kind --config ./starship/configs/starship.yaml",
-    "cleanKind": "starship clean-kind --config ./starship/configs/starship.yaml",
     "starship": "starship --config ./starship/configs/starship.yaml",
-    "starship:local": "starship --config ./starship/configs/starship.local.yaml",
     "starship:test": "jest --config ./jest.starship.config.js --verbose --bail",
     "starship:debug": "jest --config ./jest.starship.config.js --runInBand --verbose --bail",
     "starship:watch": "jest --watch --config ./jest.starship.config.js"
@@ -49,7 +46,7 @@
     "@protobufs/ibc": "^0.1.0",
     "@protobufs/osmosis": "^0.4.0",
     "@protobufs/tendermint": "^0.0.10",
-    "@starship-ci/cli": "^1.4.5",
+    "@starship-ci/cli": "^1.5.0",
     "starshipjs": "^1.1.4"
   },
   "dependencies": {
diff --git a/packages/osmojs/starship/configs/config.local.yaml b/packages/osmojs/starship/configs/config.local.yaml
deleted file mode 100644
index 91dcbb8ba..000000000
--- a/packages/osmojs/starship/configs/config.local.yaml
+++ /dev/null
@@ -1,52 +0,0 @@
-chains:
-  - name: osmosis-1
-    type: osmosis
-    image: pyramation/osmosis:v16.1.0
-    numValidators: 1
-    ports:
-      rest: 1317
-      rpc: 26657
-      faucet: 8007
-    resources:
-      cpu: "0.2"
-      memory: "200M"
-  - name: cosmos-2
-    type: cosmos
-    numValidators: 1
-    ports:
-      rest: 1313
-      rpc: 26653
-      faucet: 8003
-    resources:
-      cpu: "0.2"
-      memory: "200M"
-
-relayers:
-  - name: osmos-cosmos
-    type: hermes
-    replicas: 1
-    chains:
-      - osmosis-1
-      - cosmos-2
-    resources:
-      cpu: "0.1"
-      memory: "100M"
-
-registry:
-  enabled: true
-  ports:
-    rest: 8081
-    grpc: 9091
-  resources:
-    cpu: "0.1"
-    memory: "100M"
-
-exposer:
-  resources:
-    cpu: "0.1"
-    memory: "100M"
-
-faucet:
-  resources:
-    cpu: "0.1"
-    memory: "100M"
diff --git a/packages/osmojs/starship/configs/starship.local.yaml b/packages/osmojs/starship/configs/starship.local.yaml
deleted file mode 100644
index 839215b18..000000000
--- a/packages/osmojs/starship/configs/starship.local.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-helmName: osmojs
-helmFile: ./config.local.yaml
-helmRepo: starship
-helmRepoUrl: https://cosmology-tech.github.io/starship/
-helmChart: devnet
-helmVersion: v0.1.38
\ No newline at end of file
diff --git a/packages/osmojs/starship/configs/starship.yaml b/packages/osmojs/starship/configs/starship.yaml
index 4876a687a..21b9966f4 100644
--- a/packages/osmojs/starship/configs/starship.yaml
+++ b/packages/osmojs/starship/configs/starship.yaml
@@ -1,7 +1,3 @@
 helmName: osmojs
 helmFile: ./config.yaml
-helmRepo: starship
-helmRepoUrl: https://cosmology-tech.github.io/starship/
-helmChart: devnet
-helmVersion: v0.1.38
-kindCluster: starship
\ No newline at end of file
+helmVersion: v0.1.38
\ No newline at end of file
diff --git a/yarn.lock b/yarn.lock
index 614992a66..8adda2b9f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2507,21 +2507,22 @@
   dependencies:
     "@sinonjs/commons" "^3.0.0"
 
-"@starship-ci/cli@1.4.5", "@starship-ci/cli@^1.4.5":
-  version "1.4.5"
-  resolved "https://registry.yarnpkg.com/@starship-ci/cli/-/cli-1.4.5.tgz#06f5904f49fd25d1d25bd3278c8db8d1b6873de8"
-  integrity sha512-jvDxg0OImOq6DOvPINgLjGJOah9qIt3POkaELVwLXi0SkUzQDf2Nha9UYOaSs1mI0KBoZAmUwIocTOcGHISCGw==
+"@starship-ci/cli@1.5.0", "@starship-ci/cli@^1.5.0":
+  version "1.5.0"
+  resolved "https://registry.yarnpkg.com/@starship-ci/cli/-/cli-1.5.0.tgz#c761dfe569bd862fa11599321faaab450ed6cc7b"
+  integrity sha512-Ks3fPCFpVfw1qGxY7S57qFEUe6Ew3Q9YiiYK6bUWH86xcQLtLAdNBJZF39XZom9RXBcKwnStxF0vI0TCBYc5QA==
   dependencies:
-    "@starship-ci/client" "^1.2.4"
+    "@starship-ci/client" "^1.3.0"
     chalk "^4.1.0"
     deepmerge "^4.3.1"
+    inquirerer "^1.9.0"
     js-yaml "^4.1.0"
     minimist "^1.2.8"
 
-"@starship-ci/client@^1.2.4":
-  version "1.2.4"
-  resolved "https://registry.yarnpkg.com/@starship-ci/client/-/client-1.2.4.tgz#aa84383397167c4249395ad0c856ee149e16eefc"
-  integrity sha512-XleLm5gcLdpsJLOn5AmCoZg3rgwKs+dp+ocJRUlOlTeRTn9A91MAD37KVoXmRteKSBiUCBsveD2EVKVhILHUWQ==
+"@starship-ci/client@^1.3.0":
+  version "1.3.0"
+  resolved "https://registry.yarnpkg.com/@starship-ci/client/-/client-1.3.0.tgz#7d60634da04bc65ac5519460ad3d41a8b44b02ab"
+  integrity sha512-zV5rygG34LhNxQG8RJiNxuoC2ZJ6fivm2EC/SpRIoxYJRC2NNVZDBhMiF9kTRBYCTkMM5mRUxiWdmRIwLR30JQ==
   dependencies:
     chalk "^4.1.0"
     deepmerge "^4.3.1"
@@ -5358,6 +5359,16 @@ inquirerer@0.1.3:
     inquirer "^6.0.0"
     inquirer-autocomplete-prompt "^0.11.1"
 
+inquirerer@^1.9.0:
+  version "1.9.0"
+  resolved "https://registry.yarnpkg.com/inquirerer/-/inquirerer-1.9.0.tgz#108071773a28ea5b950271572ac3051f34e0c92e"
+  integrity sha512-/LAn/F70YvRQZWz9r1q1seoO2oRMiSCSK8xKHGlkNebSibx5FppUKZLEjXgkCy1tgccas933q/Y7qNccFxrYkw==
+  dependencies:
+    chalk "^4.1.0"
+    deepmerge "^4.3.1"
+    js-yaml "^4.1.0"
+    minimist "^1.2.8"
+
 interpret@^1.0.0:
   version "1.4.0"
   resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"