Skip to content

Commit b1dd3e2

Browse files
committed
Revert "REVERTME: comment-out the taker-submitted and metatransaction Settler deployments so we can do an initial deploy of just the intent Settler"
This reverts commit ec24ef0.
1 parent 4e63e3d commit b1dd3e2

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

sh/common_deploy_settler.sh

+19-19
Original file line numberDiff line numberDiff line change
@@ -105,30 +105,30 @@ if [[ -n "${deployer_address-}" ]] ; then
105105
)
106106
done
107107
deploy_calldatas=(
108-
# 0 "$deploy_taker_calldata" "$deployer_address"
109-
# 0 "$deploy_metatx_calldata" "$deployer_address"
108+
0 "$deploy_taker_calldata" "$deployer_address"
109+
0 "$deploy_metatx_calldata" "$deployer_address"
110110
0 "$deploy_intent_calldata" "$deployer_address"
111111
1 "$(cast calldata "$multisend_sig" "$(cast concat-hex "${deploy_calldatas[@]}")")" "$multicall_address"
112112
)
113113
else
114114
deploy_calldatas+=(
115-
# "$(
116-
# cast concat-hex \
117-
# 0x00 \
118-
# "$deployer_address" \
119-
# "$(cast to-uint256 0)" \
120-
# "$(cast to-uint256 $(( (${#deploy_taker_calldata} - 2) / 2 )) )" \
121-
# "$deploy_taker_calldata"
122-
# )"
123-
#
124-
# "$(
125-
# cast concat-hex \
126-
# 0x00 \
127-
# "$deployer_address" \
128-
# "$(cast to-uint256 0)" \
129-
# "$(cast to-uint256 $(( (${#deploy_metatx_calldata} - 2) / 2 )) )" \
130-
# "$deploy_metatx_calldata"
131-
# )"
115+
"$(
116+
cast concat-hex \
117+
0x00 \
118+
"$deployer_address" \
119+
"$(cast to-uint256 0)" \
120+
"$(cast to-uint256 $(( (${#deploy_taker_calldata} - 2) / 2 )) )" \
121+
"$deploy_taker_calldata"
122+
)"
123+
124+
"$(
125+
cast concat-hex \
126+
0x00 \
127+
"$deployer_address" \
128+
"$(cast to-uint256 0)" \
129+
"$(cast to-uint256 $(( (${#deploy_metatx_calldata} - 2) / 2 )) )" \
130+
"$deploy_metatx_calldata"
131+
)"
132132

133133
"$(
134134
cast concat-hex \

0 commit comments

Comments
 (0)