"udapp.mainnetText1":"You are about to create a transaction on {name} Network. Confirm the details to send the info to your provider.",
"udapp.mainnetText2":"The provider for many users is MetaMask. The provider will ask you to sign the transaction before it is sent to {name} Network.",
"udapp.amount":"Amount",
"udapp.gasEstimation":"Gas estimation",
"udapp.maxPriorityFee":"Max Priority fee",
"udapp.maxFee":"Max fee (Not less than base fee {baseFeePerGas} Gwei)",
"udapp.contractCreation":"Contract Creation",
"udapp.transactionFee":"Transaction is invalid. Max fee should not be less than Base fee",
"udapp.title1":"Represents the part of the tx fee that goes to the miner.",
"udapp.title2":"Represents the maximum amount of fee that you will pay for this transaction. The minimun needs to be set to base fee.",
"udapp.gasPrice":"Gas price",
"udapp.gweiText":"visit {a} for current gas price info.",
"udapp.maxTransactionFee":"Max transaction fee",
"udapp.mainnetText3":"Do not show this warning again.",
"udapp.gasEstimationPromptText":"Gas estimation errored with the following message (see below). The transaction execution will likely fail. Do you want to force sending?"
@ -14,7 +14,7 @@ export function GasPriceUI(props: GasPriceProps) {
<labelclassName="udapp_settingsLabel">
<FormattedMessageid="udapp.gasLimit"/>
</label>
<CustomTooltipplacement={'right'}tooltipClasses="text-nowrap"tooltipId="remixGasPriceTooltip"tooltipText={'The default gas limit is 3M. Adjust as needed.'}>
@ -112,10 +122,10 @@ export function MainnetPrompt(props: MainnetProps) {
<spantitle="visit https://ethgasstation.info for current gas price info.">Gwei</span>
</div>
</div>
<divclassName="align-items-center my-1"title="Represents the maximum amount of fee that you will pay for this transaction. The minimun needs to be set to base fee.">
<CustomTooltipplacement={'bottom-end'}tooltipClasses="text-wrap"tooltipId="receiveEthDocstoolTip"tooltipText={"Click for docs about using 'receive'/'fallback'"}>