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({});
- +