Skip to content

Commit

Permalink
replaced pob with block-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
swelf19 committed Oct 5, 2023
1 parent 7e6d67d commit c41d905
Show file tree
Hide file tree
Showing 5 changed files with 1,583 additions and 1,353 deletions.
6 changes: 3 additions & 3 deletions gen-proto-pob.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ rm -r ./proto
rm -r ./proto-thirdparty-tmp
rm -rf ./pob

git clone [email protected]:skip-mev/pob.git
git clone [email protected]:skip-mev/block-sdk.git
# cd ibc-go && git checkout v4.3.0 && cd ../

# git clone [email protected]:Ethernal-Tech/admin-module.git

cp -r pob/proto ./proto
cp -r block-sdk/proto ./proto
# cp -r ibc-go/third_party/proto ./proto-thirdparty-tmp
# mv ./proto-thirdparty-tmp/tendermint ./proto/
# cp -r ./admin-module/proto/adminmodule ./proto/
Expand Down Expand Up @@ -53,5 +53,5 @@ npx pbts \

rm -r ./proto
# rm -r ./proto-thirdparty-tmp
rm -rf ./pob
rm -rf ./block-sdk
# rm -rf ./admin-module
Loading

0 comments on commit c41d905

Please sign in to comment.