Skip to content

Commit

Permalink
Merge pull request #9 from osmosis-labs/roman/sqsdomain
Browse files Browse the repository at this point in the history
refactor: sqsdomain module
  • Loading branch information
p0mvn authored Jan 4, 2024
2 parents 0911ed8 + 5ee7820 commit a67f70e
Show file tree
Hide file tree
Showing 61 changed files with 4,381 additions and 728 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ redis-stop:
docker container rm -f redis-stack

osmosis-start:
docker run -d --name osmosis -p 26657:26657 -p 9090:9090 -p 1317:1317 -p 9091:9091 -p 6060:6060 -v $(HOME)/.osmosisd/:/osmosis/.osmosisd/ --net host osmolabs/osmosis-dev:sqs-out-v0 "start"
docker run -d --name osmosis -p 26657:26657 -p 9090:9090 -p 1317:1317 -p 9091:9091 -p 6060:6060 -v $(HOME)/.osmosisd/:/osmosis/.osmosisd/ --net host osmolabs/osmosis-dev:sqs-out-v0.1 "start"

osmosis-stop:
docker container rm -f osmosis
Expand Down
Loading

0 comments on commit a67f70e

Please sign in to comment.