diff --git a/app.vue b/app.vue index d8376e93..21644ac0 100644 --- a/app.vue +++ b/app.vue @@ -109,17 +109,8 @@ const setupViewedProfile = async () => { } } -const setupNetwork = async () => { - const chainId = (await INJECTED_PROVIDER?.request({ - method: 'eth_chainId', - })) as string - - selectedChainId.value = chainId -} - onMounted(async () => { setupTranslations() - await setupNetwork() await setupWeb3Instances() checkConnectionExpiry() await routerBackProfileLoad() diff --git a/components/AppFooter.vue b/components/AppFooter.vue index 91704654..e7c23b00 100644 --- a/components/AppFooter.vue +++ b/components/AppFooter.vue @@ -1,16 +1,21 @@