Skip to content

Commit a013a07

Browse files
authored
Merge pull request #1 from fpco/osmosisd
build: Run osmosisd directly
2 parents 3703be0 + db54158 commit a013a07

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

localosmosis/setup.sh

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -219,29 +219,4 @@ then
219219
enable_cors
220220
fi
221221

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

0 commit comments

Comments
 (0)