File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments