diff --git a/.github/scripts/validate_new_chain_request.sh b/.github/scripts/validate_new_chain_request.sh index 5c61cc4..cff5f00 100644 --- a/.github/scripts/validate_new_chain_request.sh +++ b/.github/scripts/validate_new_chain_request.sh @@ -46,7 +46,7 @@ SUCCESS_MSG=\ "- The deployer address is pre-funded
"\ ":sparkles: The team will be in touch with you soon :sparkles:" ADDRESS_NOT_PREFUNDED_ERR_MSG() { - echo "**⛔️ Error:**
The deployer address is not pre-funded. Please send $1 wei to $FACTORY_DEPLOYER_ADDRESS and try again." + echo "**💸 Pre-fund needed:**
We need a pre-fund to deploy the factory. Please send $1 wei to $FACTORY_DEPLOYER_ADDRESS and check the checkbox in the issue." } FACTORY_ALREADY_DEPLOYED_ERR_MSG="**⛔️ Error:**
The factory is already deployed. Please use the existing factory at $FACTORY_ADDRESS."