Commit b1dd3e2 1 parent 4e63e3d commit b1dd3e2 Copy full SHA for b1dd3e2
File tree 1 file changed +19
-19
lines changed
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
105
105
)
106
106
done
107
107
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 "
110
110
0 " $deploy_intent_calldata " " $deployer_address "
111
111
1 " $( cast calldata " $multisend_sig " " $( cast concat-hex " ${deploy_calldatas[@]} " ) " ) " " $multicall_address "
112
112
)
113
113
else
114
114
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
+ ) "
132
132
133
133
" $(
134
134
cast concat-hex \
You can’t perform that action at this time.
0 commit comments