diff --git a/src/forms/ContractCreationForm/components/ArbitrumStep.vue b/src/forms/ContractCreationForm/components/ArbitrumStep.vue index 739b3982..fcb4340f 100644 --- a/src/forms/ContractCreationForm/components/ArbitrumStep.vue +++ b/src/forms/ContractCreationForm/components/ArbitrumStep.vue @@ -51,6 +51,15 @@
{{ $t(`${I18N_KEY_PREFIX}.settings.title`) }}
+

+ {{ + $t(`${I18N_KEY_PREFIX}.settings.description`, { + token: + form.arbitrumConfig.tokenSymbol || + $t(`${I18N_KEY_PREFIX}.settings.default-token`), + }) + }} +

.group-builder__fields { - margin-top: toRem(32); + margin-top: toRem(16); display: grid; - grid-gap: toRem(40); + grid-gap: toRem(16); } .group-builder__build-btn { - margin: toRem(-24) 0 0 auto; + margin-left: auto; @include body-3-semi-bold; } diff --git a/src/forms/ContractCreationForm/components/EthereumStep/index.vue b/src/forms/ContractCreationForm/components/EthereumStep/index.vue index b475fe23..078467ba 100644 --- a/src/forms/ContractCreationForm/components/EthereumStep/index.vue +++ b/src/forms/ContractCreationForm/components/EthereumStep/index.vue @@ -1,28 +1,6 @@