Skip to content

Commit 3324c84

Browse files
committed
fix: typo
1 parent b3fcd99 commit 3324c84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy-contracts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ for CHAIN_DIR in broadcast/$SCRIPT_FILE_NAME/*/; do
4949
--arg token_deploy "$TOKEN_DEPLOY" \
5050
--arg manager_proxy "$MANAGER_PROXY" \
5151
--arg manager_factory "$MANAGER_FACTORY" \
52-
--arg token_impl "$TOKEN_DEPLOY" \
52+
--arg token_impl "$TOKEN_IMPL" \
5353
--arg manager_impl "$MANAGER_IMPL" \
5454
'{
5555
"SwMileageToken": $token_deploy,

0 commit comments

Comments
 (0)