Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
seemingly fixed the task
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor O'Hara committed Jul 24, 2023
1 parent 2f0b66a commit 743ef82
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions script.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#!/bin/bash
/bin/bash ~/.bashrc
echo $PWD
echo "running ls:"
ls
apt update
apt install jq -y
curl https://get.ignite.com/[email protected]! | bash
ignite scaffold chain gm --address-prefix gm
cd gm
go mod edit -replace github.com/cosmos/cosmos-sdk=../
go mod edit -replace github.com/cosmos/cosmos-sdk=/cosmos-sdk
go mod edit -replace github.com/tendermint/tendermint=github.com/rollkit/[email protected]
go mod tidy
go mod download
Expand Down

0 comments on commit 743ef82

Please sign in to comment.