diff --git a/packages/dcent/package.json b/packages/dcent/package.json index af2d0a429..440f4f157 100644 --- a/packages/dcent/package.json +++ b/packages/dcent/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/dcent", - "version": "1.0.0-alpha.1", + "version": "2.0.0-alpha.2", "description": "D'CENT module for web3-onboard", "module": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/dcent/src/icon.ts b/packages/dcent/src/icon.ts index a84338fed..0d38f3890 100644 --- a/packages/dcent/src/icon.ts +++ b/packages/dcent/src/icon.ts @@ -1,23 +1,22 @@ - -export default ` - + - - + - - - + -` \ No newline at end of file +` diff --git a/packages/injected/package.json b/packages/injected/package.json index 7d9fb1969..a10473e1b 100644 --- a/packages/injected/package.json +++ b/packages/injected/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/injected-wallets", - "version": "2.0.8-alpha.1", + "version": "2.0.8-alpha.2", "description": "Injected wallets module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", diff --git a/packages/injected/src/icons/dcent.ts b/packages/injected/src/icons/dcent.ts index 949bb98fc..0d38f3890 100644 --- a/packages/injected/src/icons/dcent.ts +++ b/packages/injected/src/icons/dcent.ts @@ -1,23 +1,22 @@ -export default ` - - + - - + - - - + ` diff --git a/yarn.lock b/yarn.lock index 9c8cce184..413b8de7d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2079,7 +2079,7 @@ dependencies: "@walletconnect/window-getters" "^1.0.0" -"@web3-onboard/core@^2.2.10-alpha.1", "@web3-onboard/core@^2.2.9": +"@web3-onboard/core@^2.2.9": version "2.2.10" resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.2.10.tgz#61dcc912062548db38d67e228637a27c59122080" integrity sha512-sQF14OkT+4ibefXPQ7ueZW7DcKbbCzQXZW64FZ+ETEpgKCYjVarqpcMlp5YB4jv49cWWqM8qXRoskaqz01PktQ== @@ -2104,6 +2104,16 @@ joi "^17.4.2" lodash.uniqby "^4.7.0" +"@web3-onboard/keystone@^2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@web3-onboard/keystone/-/keystone-2.1.0.tgz#21799e814485719586f4a6df615bd276437e8270" + integrity sha512-o9jJ37SKEsish6aJwViUY61olXhW6zmB52lf3MH6tiKx4wKriO2zErnAUK4Exw+xf2wyTuqciwtgzAOLQMpPkA== + dependencies: + "@ethereumjs/tx" "^3.4.0" + "@ethersproject/providers" "^5.5.0" + "@keystonehq/eth-keyring" "^0.14.0-alpha.10.3" + "@web3-onboard/common" "^2.1.0" + "@webassemblyjs/ast@1.11.1": version "1.11.1" resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"