diff --git a/.env b/.env
index 72d0a6205..b5408b577 100644
--- a/.env
+++ b/.env
@@ -1,2 +1,2 @@
WALLET_CONNECT_PROJECT_ID=373a8744ceaac00934aec708a3fceea6
-ANKR_TOKEN=
\ No newline at end of file
+ANKR_TOKEN=d39966271ddadd0313304908744721c7c9c0c83e2785d73602990c8b46267f83
\ No newline at end of file
diff --git a/components/common/button/Button.vue b/components/common/button/Button.vue
index acf1e1c5d..77d22623f 100644
--- a/components/common/button/Button.vue
+++ b/components/common/button/Button.vue
@@ -54,7 +54,7 @@ defineProps({
}
}
&light {
- @apply bg-neutral-200 dark:bg-neutral-800;
+ @apply bg-neutral-200 transition disabled:opacity-70 dark:bg-neutral-800;
&:enabled,
&:is(a, label) {
&:not([aria-disabled="true"]) {
diff --git a/components/transaction/TransactionHashButton.vue b/components/transaction/TransactionHashButton.vue
new file mode 100644
index 000000000..58a8b78ef
--- /dev/null
+++ b/components/transaction/TransactionHashButton.vue
@@ -0,0 +1,88 @@
+
+