|
|
@ -36,10 +36,10 @@ import InfoTooltip from '../../components/ui/info-tooltip/info-tooltip'; |
|
|
|
import LoadingHeartBeat from '../../components/ui/loading-heartbeat'; |
|
|
|
import LoadingHeartBeat from '../../components/ui/loading-heartbeat'; |
|
|
|
import GasTiming from '../../components/app/gas-timing/gas-timing.component'; |
|
|
|
import GasTiming from '../../components/app/gas-timing/gas-timing.component'; |
|
|
|
import Dialog from '../../components/ui/dialog'; |
|
|
|
import Dialog from '../../components/ui/dialog'; |
|
|
|
|
|
|
|
import Typography from '../../components/ui/typography/typography'; |
|
|
|
|
|
|
|
|
|
|
|
import { |
|
|
|
import { |
|
|
|
COLORS, |
|
|
|
COLORS, |
|
|
|
FONT_STYLE, |
|
|
|
|
|
|
|
FONT_WEIGHT, |
|
|
|
FONT_WEIGHT, |
|
|
|
TYPOGRAPHY, |
|
|
|
TYPOGRAPHY, |
|
|
|
} from '../../helpers/constants/design-system'; |
|
|
|
} from '../../helpers/constants/design-system'; |
|
|
@ -303,7 +303,6 @@ export default class ConfirmTransactionBase extends Component { |
|
|
|
primaryTotalTextOverrideMaxAmount, |
|
|
|
primaryTotalTextOverrideMaxAmount, |
|
|
|
maxFeePerGas, |
|
|
|
maxFeePerGas, |
|
|
|
maxPriorityFeePerGas, |
|
|
|
maxPriorityFeePerGas, |
|
|
|
isMainnet, |
|
|
|
|
|
|
|
isLedgerAccount, |
|
|
|
isLedgerAccount, |
|
|
|
isFirefox, |
|
|
|
isFirefox, |
|
|
|
} = this.props; |
|
|
|
} = this.props; |
|
|
|