diff --git a/package.json b/package.json
index 786f292e..80c82ad2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ping.pub",
- "version": "3.0.1-zenith-0.1.2",
+ "version": "3.0.1-zenith-0.2.0",
"private": true,
"target": "",
"scripts": {
diff --git a/src/components/dynamic/TxsElement.vue b/src/components/dynamic/TxsElement.vue
index fa38232e..ede1f1aa 100644
--- a/src/components/dynamic/TxsElement.vue
+++ b/src/components/dynamic/TxsElement.vue
@@ -46,7 +46,12 @@ const chain = useBlockchain();
| {{ item.injected }} |
- {{ item.hash }}
+
+ {{ item.hash }}
+
{{
item.hash
}}
diff --git a/src/modules/[chain]/tx/[hash].vue b/src/modules/[chain]/tx/[hash].vue
index 89d89e94..799ce216 100644
--- a/src/modules/[chain]/tx/[hash].vue
+++ b/src/modules/[chain]/tx/[hash].vue
@@ -1,27 +1,78 @@
@@ -44,6 +111,50 @@ const messages = computed(() => {
Transaction
+
+ Bundle Transaction
+
+
+
+
+ | Tx Hash |
+ {{ bundleTx.hash }} |
+
+
+ | Height |
+
+ {{ bundleTx.height }}
+
+ |
+
+
+
+
+
+
+
+ Vote Extension
+
+
+
+
+ | Tx Hash |
+ {{ voteExtension.hash }} |
+
+
+ | Height |
+
+ {{ voteExtension.height }}
+
+ |
+
+
+
+
+
+
{{ $t('tx.title') }}
@@ -116,16 +227,16 @@ const messages = computed(() => {
{{ $t('tx.no_messages') }}
-
|