File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -219,29 +219,4 @@ then
219
219
enable_cors
220
220
fi
221
221
222
- osmosisd start --home $OSMOSIS_HOME &
223
-
224
- if [[ $STATE == ' true' ]]
225
- then
226
- echo " Creating pools"
227
-
228
- echo " uosmo / uusdc balancer"
229
- create_two_asset_pool " uosmoUusdcBalancerPool.json"
230
-
231
- echo " uosmo / uion balancer"
232
- create_two_asset_pool " uosmoUionBalancerPool.json"
233
-
234
- echo " uweth / uusdc stableswap"
235
- create_stable_pool
236
-
237
- echo " uusdc / uion balancer"
238
- create_two_asset_pool " uusdcUionBalancerPool.json"
239
-
240
- echo " stake / uion / uosmo balancer"
241
- create_three_asset_pool
242
-
243
- echo " uion / uosmo concentrated"
244
- create_concentrated_pool
245
- create_concentrated_pool_positions
246
- fi
247
- wait
222
+ osmosisd start --home $OSMOSIS_HOME
You can’t perform that action at this time.
0 commit comments