From 2f8321dba828719aa4b4326a9a3047b03b630690 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Thu, 14 Dec 2023 08:39:46 +0800 Subject: [PATCH] add verificaion --- src/components/WasmVerification.vue | 52 +++++++++++++++++++ .../cosmwasm/[code_id]/transactions.vue | 8 ++- 2 files changed, 55 insertions(+), 5 deletions(-) create mode 100644 src/components/WasmVerification.vue diff --git a/src/components/WasmVerification.vue b/src/components/WasmVerification.vue new file mode 100644 index 00000000..10eed6ac --- /dev/null +++ b/src/components/WasmVerification.vue @@ -0,0 +1,52 @@ + + \ No newline at end of file diff --git a/src/modules/[chain]/cosmwasm/[code_id]/transactions.vue b/src/modules/[chain]/cosmwasm/[code_id]/transactions.vue index c5d04429..76f4aaa2 100644 --- a/src/modules/[chain]/cosmwasm/[code_id]/transactions.vue +++ b/src/modules/[chain]/cosmwasm/[code_id]/transactions.vue @@ -13,6 +13,7 @@ import { post } from '@/libs'; import { JsonViewer } from "vue3-json-viewer" // if you used v1.0.5 or latster ,you should add import "vue3-json-viewer/dist/index.css" import "vue3-json-viewer/dist/index.css"; +import WasmVerification from '@/components/WasmVerification.vue'; const chainStore = useBlockchain(); const baseStore = useBaseStore(); @@ -201,10 +202,7 @@ const result = ref({}); -
-

Verification

- -
+
@@ -235,7 +233,7 @@ const result = ref({});
- +