Fixing blockchain explorer on history

This commit is contained in:
brunoedcf
2023-02-06 21:05:21 -03:00
parent 3bdea04020
commit 6b13d5b84f
9 changed files with 57 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import { storeToRefs } from "pinia";
import { useEtherStore } from "@/store/ether";
import { ref, onBeforeUnmount, onMounted } from "vue";
import { ref } from "vue";
import { onClickOutside } from "@vueuse/core";
import { NetworkEnum } from "@/model/NetworkEnum";
import { connectProvider, requestNetworkChange } from "@/blockchain/provider";