Skip to content

Commit

Permalink
protocgen
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed Jan 6, 2023
1 parent 01ed38e commit de0125b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
assets/
build/
docs/
networks/
proto/
scripts/
tools/
.github/
.git/
.vscode/
2 changes: 1 addition & 1 deletion scripts/protocgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cd ..
# move proto files to the right places
#
# Note: Proto files are suffixed with the current binary version.
cp -r github.com/notional-labs/fee-abstraction/* ./
cp -r github.com/notional-labs/feeabstraction/v1/x/feeabs/types/* ./
rm -rf github.com

go mod tidy -compat=1.18

0 comments on commit de0125b

Please sign in to comment.