diff --git a/layer/icons/apps.vue b/layer/icons/apps.vue
new file mode 100644
index 00000000..8fc29409
--- /dev/null
+++ b/layer/icons/apps.vue
@@ -0,0 +1,14 @@
+
+
+
diff --git a/layer/icons/bank.vue b/layer/icons/bank.vue
new file mode 100644
index 00000000..bfdcabd5
--- /dev/null
+++ b/layer/icons/bank.vue
@@ -0,0 +1,14 @@
+
+
+
diff --git a/layer/icons/cash-stack.vue b/layer/icons/cash-stack.vue
new file mode 100644
index 00000000..82f53f72
--- /dev/null
+++ b/layer/icons/cash-stack.vue
@@ -0,0 +1,22 @@
+
+
+
diff --git a/layer/icons/globe2.vue b/layer/icons/globe2.vue
new file mode 100644
index 00000000..5aa6ef43
--- /dev/null
+++ b/layer/icons/globe2.vue
@@ -0,0 +1,14 @@
+
+
+
diff --git a/layer/icons/hammer.vue b/layer/icons/hammer.vue
new file mode 100644
index 00000000..09858ac7
--- /dev/null
+++ b/layer/icons/hammer.vue
@@ -0,0 +1,14 @@
+
+
+
diff --git a/layer/icons/house-door.vue b/layer/icons/house-door.vue
new file mode 100644
index 00000000..1bf4ba5a
--- /dev/null
+++ b/layer/icons/house-door.vue
@@ -0,0 +1,14 @@
+
+
+
diff --git a/layer/icons/stake.vue b/layer/icons/stake.vue
new file mode 100644
index 00000000..1dc91259
--- /dev/null
+++ b/layer/icons/stake.vue
@@ -0,0 +1,16 @@
+
+
+
diff --git a/layer/icons/wallet2.vue b/layer/icons/wallet2.vue
new file mode 100644
index 00000000..aa3b5d8b
--- /dev/null
+++ b/layer/icons/wallet2.vue
@@ -0,0 +1,14 @@
+
+
+
diff --git a/layer/store/wallet.ts b/layer/store/wallet.ts
index b66edc0d..53b5801f 100644
--- a/layer/store/wallet.ts
+++ b/layer/store/wallet.ts
@@ -252,7 +252,6 @@ export const useSharedWalletStore = defineStore('sharedWallet', {
})
useEventBus(EventBus.WalletConnected).emit()
- useEventBus(EventBus.SubaccountChange).emit()
},
async checkIsMetamaskInstalled() {