diff --git a/scripts/update_deps.sh b/scripts/update_deps.sh index 3ab5059b0..5a1d71028 100755 --- a/scripts/update_deps.sh +++ b/scripts/update_deps.sh @@ -17,3 +17,7 @@ for dir in "$root"/examples/*/; do go get github.com/nspcc-dev/neo-go/pkg/interop@"$REV" go mod tidy done + +cd "$root"/internal/contracts/oracle_contract || exit 1 +go get github.com/nspcc-dev/neo-go/pkg/interop@"$REV" +go mod tidy