Skip to content

Commit ca41f57

Browse files
committed
fix: fix build script
1 parent 1038c32 commit ca41f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/optimize-move.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33
# contracts
4-
CONTRACTS=("contracts/sui/xcall" "contracts/sui/libs/sui_rlp" "contracts/sui/mock_dapp" )
4+
CONTRACTS=("contracts/sui/intent_v1" "contracts/sui/libs/sui_rlp" )
55

66
#cargo install --locked --git https://github.com/MystenLabs/sui.git --branch testnet sui
77
start_dir=$(pwd)

0 commit comments

Comments
 (0)