ethereum beta access

This commit is contained in:
AtHeartEngineer
2023-11-06 10:29:06 +03:00
parent 4cb7587441
commit 94494cd1b6

View File

@@ -53,7 +53,11 @@
<svelte:fragment slot="description"
>Are you a genesis staker? Stateful works funder? Join the conversation!
</svelte:fragment>
<EthereumGroupGateway />
{#if $configStore.beta}
<EthereumGroupGateway />
{:else}
<i>Coming soon...</i>
{/if}
</Card>
<Card>
<svelte:fragment slot="header"