Skip to content

Commit

Permalink
Merge pull request safe-global#276 from safe-global/update-prefund-me…
Browse files Browse the repository at this point in the history
…ssage

Update the message that asks for a pre-fund
  • Loading branch information
mmv08 authored Nov 15, 2023
2 parents a591afc + 4ceacbc commit b156657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/validate_new_chain_request.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ SUCCESS_MSG=\
"- The deployer address is pre-funded<br>"\
":sparkles: The team will be in touch with you soon :sparkles:"
ADDRESS_NOT_PREFUNDED_ERR_MSG() {
echo "**⛔️ Error:**<br/>The deployer address is not pre-funded. Please send $1 wei to $FACTORY_DEPLOYER_ADDRESS and try again."
echo "**💸 Pre-fund needed:**<br/>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:**<br/>The factory is already deployed. Please use the existing factory at $FACTORY_ADDRESS."

Expand Down

0 comments on commit b156657

Please sign in to comment.