- {step === DeployStep.FundDeployer && (
-
- )}
- {step === DeployStep.ExecuteDeploy &&
}
- {step === DeployStep.AddFunds &&
}
+
+
+ {step === DeployStep.FundDeployer && (
+
+ )}
+ {step === DeployStep.ExecuteDeploy && }
+ {step === DeployStep.AddFunds && }
+ {step === DeployStep.CancelDeploy && }
+
);
}
@@ -102,14 +108,14 @@ function FundDeployerAccounts({
};
return (
-
-
+
+
To deploy, a temporary account must be funded for each chain. Unused amounts are refunded.
{`Fund on ${currentChainDisplay} (Chain ${currentChainIndex + 1} / ${numChains})`}
@@ -124,7 +130,7 @@ function FundSingleDeployerAccount() {
return (
-
+
Deployer has insufficient funds on Ethereum.
@@ -138,12 +144,10 @@ function FundSingleDeployerAccount() {
);
}
-function FundIcons({ color }: { color: string }) {
+function FundIcon({ color }: { color: string }) {
return (
-
-
-
-
+
+
);
}
@@ -167,10 +171,10 @@ function ExecuteDeploy() {
{`Deploying to ${chainListString}`}
-
This will take a few minutes.
-
TODO status text
+
This will take a few minutes
+
TODO status text
-