diff --git a/package.json b/package.json index 4b4790b..6199551 100644 --- a/package.json +++ b/package.json @@ -18,12 +18,17 @@ "@headlessui/vue": "^1.7.3", "@heroicons/vue": "^2.0.12", "@vueuse/core": "^9.12.0", + "@web3-onboard/injected-wallets": "^2.11.2", + "@web3-onboard/vue": "^2.9.0", "alchemy-sdk": "^2.3.0", "axios": "^1.2.1", "crc": "^3.8.0", + "ethers": "^6.13.4", "marked": "^4.2.12", "pinia": "^2.0.23", "qrcode": "^1.5.1", + "viem": "2.x", + "vite-svg-loader": "^5.1.0", "vue": "^3.2.41", "vue-markdown": "^2.2.4", "vue-router": "^4.1.5" @@ -49,7 +54,6 @@ "autoprefixer": "^10.4.12", "eslint": "^8.22.0", "eslint-plugin-vue": "^9.3.0", - "ethers": "^6.13.4", "jsdom": "^21.1.0", "npm-run-all": "^4.1.5", "postcss": "^8.4.18", diff --git a/src/App.vue b/src/App.vue index 97001f2..ec0b484 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,44 +1,45 @@