Skip to content

Commit

Permalink
fixed deployment of the migration contract
Browse files Browse the repository at this point in the history
  • Loading branch information
jaensen committed May 16, 2024
1 parent 04c4684 commit 50cf484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-deploy-script-tp-v2-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ cat << 'EOF' > ./circles-contracts-v2/script/deployments/genericDeploy.sh
MIGRATION=$(deploy_and_store_details "Migration" $MIGRATION_ADDRESS_02 \
src/migration/Migration.sol:Migration \
--constructor-args $V1_HUB_ADDRESS $HUB_ADDRESS_01)
--constructor-args $V1_HUB_ADDRESS $HUB_ADDRESS_01 $INFLATION_DAY_ZERO)
NAME_REGISTRY=$(deploy_and_store_details "NameRegistry" $NAMEREGISTRY_ADDRESS_03 \
src/names/NameRegistry.sol:NameRegistry \
Expand Down

0 comments on commit 50cf484

Please sign in to comment.