diff --git a/package.json b/package.json index f6e8ea69a..b619ae066 100644 --- a/package.json +++ b/package.json @@ -31,22 +31,17 @@ "@astar-network/metamask-astar-types": "^0.6.1", "@ethersproject/bignumber": "^5.5.0", "@layerzerolabs/scan-client": "^0.0.8", - "@polkadot/api": "^11.3.1", - "@polkadot/api-contract": "^11.3.1", - "@polkadot/extension-dapp": "0.47.5", - "@polkadot/hw-ledger": "^12.6.2", - "@polkadot/keyring": "^12.6.2", - "@polkadot/networks": "^12.6.2", - "@polkadot/rpc-provider": "^11.3.1", - "@polkadot/types": "^11.3.1", - "@polkadot/types-known": "^11.3.1", - "@polkadot/types-support": "^11.3.1", - "@polkadot/ui-keyring": "^3.6.6", - "@polkadot/util": "^12.6.2", - "@polkadot/util-crypto": "^12.6.2", - "@polkadot/vue-identicon": "^3.6.6", - "@polkadot/wasm-crypto": "^7.3.2", - "@polkadot/x-randomvalues": "^12.6.2", + "@polkadot/api": "12.3.1", + "@polkadot/api-contract": "12.3.1", + "@polkadot/extension-dapp": "0.51.1", + "@polkadot/hw-ledger": "13.0.2", + "@polkadot/keyring": "13.0.2", + "@polkadot/types": "12.3.1", + "@polkadot/types-known": "12.3.1", + "@polkadot/ui-keyring": "3.8.3", + "@polkadot/util": "13.0.2", + "@polkadot/util-crypto": "13.0.2", + "@polkadot/vue-identicon": "3.8.3", "@quasar/app-webpack": "^3.11.2", "@quasar/extras": "^1.16.7", "@vue/apollo-composable": "^4.0.0-beta.4", @@ -72,7 +67,7 @@ "luxon": "^2.5.2", "marked": "^4.0.15", "path": "^0.12.7", - "polkasafe": "^1.4.2", + "polkasafe": "^1.4.3", "quasar": "^2.12.7", "query-string": "^7.1.0", "reflect-metadata": "^0.1.13", @@ -135,6 +130,9 @@ "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3", "tailwindcss-theme-variants": "^2.0.0-alpha.2" }, + "resolutions": { + "@polkadot/types": "12.3.1" + }, "browserslist": [ "last 10 Chrome versions", "last 10 Firefox versions", diff --git a/src/components/header/modals/SelectAccount.vue b/src/components/header/modals/SelectAccount.vue index f624b06d2..bbf13371a 100644 --- a/src/components/header/modals/SelectAccount.vue +++ b/src/components/header/modals/SelectAccount.vue @@ -73,16 +73,8 @@