mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 09:29:38 +00:00
scripts: update dependency-updator script
Include Oracle contract to the list of contracts to be updated.
This commit is contained in:
parent
1f94ebe03d
commit
f1fbd6ad4b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue