diff --git a/apps/extension/package.json b/apps/extension/package.json index dd57756534..0fb5bb9d0a 100644 --- a/apps/extension/package.json +++ b/apps/extension/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/extension", - "version": "0.12.172", + "version": "0.12.173-rc.0", "author": "chainapsis", "license": "Apache-2.0", "private": true, @@ -26,31 +26,31 @@ "@ethersproject/transactions": "^5.7.0", "@floating-ui/react": "^0.23.0", "@floating-ui/react-dom": "^1.3.0", - "@keplr-wallet/analytics": "0.12.172", - "@keplr-wallet/background": "0.12.172", - "@keplr-wallet/chain-validator": "0.12.172", - "@keplr-wallet/common": "0.12.172", - "@keplr-wallet/cosmos": "0.12.172", - "@keplr-wallet/crypto": "0.12.172", - "@keplr-wallet/hooks": "0.12.172", - "@keplr-wallet/hooks-internal": "0.12.172", - "@keplr-wallet/hooks-starknet": "0.12.172", - "@keplr-wallet/ledger-cosmos": "0.12.172", - "@keplr-wallet/popup": "0.12.172", - "@keplr-wallet/proto-types": "0.12.172", - "@keplr-wallet/provider": "0.12.172", - "@keplr-wallet/router": "0.12.172", - "@keplr-wallet/router-extension": "0.12.172", - "@keplr-wallet/simple-fetch": "0.12.172", - "@keplr-wallet/stores": "0.12.172", - "@keplr-wallet/stores-core": "0.12.172", - "@keplr-wallet/stores-etc": "0.12.172", - "@keplr-wallet/stores-eth": "0.12.172", - "@keplr-wallet/stores-ibc": "0.12.172", - "@keplr-wallet/stores-internal": "0.12.172", - "@keplr-wallet/stores-starknet": "0.12.172", - "@keplr-wallet/types": "0.12.172", - "@keplr-wallet/unit": "0.12.172", + "@keplr-wallet/analytics": "0.12.173-rc.0", + "@keplr-wallet/background": "0.12.173-rc.0", + "@keplr-wallet/chain-validator": "0.12.173-rc.0", + "@keplr-wallet/common": "0.12.173-rc.0", + "@keplr-wallet/cosmos": "0.12.173-rc.0", + "@keplr-wallet/crypto": "0.12.173-rc.0", + "@keplr-wallet/hooks": "0.12.173-rc.0", + "@keplr-wallet/hooks-internal": "0.12.173-rc.0", + "@keplr-wallet/hooks-starknet": "0.12.173-rc.0", + "@keplr-wallet/ledger-cosmos": "0.12.173-rc.0", + "@keplr-wallet/popup": "0.12.173-rc.0", + "@keplr-wallet/proto-types": "0.12.173-rc.0", + "@keplr-wallet/provider": "0.12.173-rc.0", + "@keplr-wallet/router": "0.12.173-rc.0", + "@keplr-wallet/router-extension": "0.12.173-rc.0", + "@keplr-wallet/simple-fetch": "0.12.173-rc.0", + "@keplr-wallet/stores": "0.12.173-rc.0", + "@keplr-wallet/stores-core": "0.12.173-rc.0", + "@keplr-wallet/stores-etc": "0.12.173-rc.0", + "@keplr-wallet/stores-eth": "0.12.173-rc.0", + "@keplr-wallet/stores-ibc": "0.12.173-rc.0", + "@keplr-wallet/stores-internal": "0.12.173-rc.0", + "@keplr-wallet/stores-starknet": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", + "@keplr-wallet/unit": "0.12.173-rc.0", "@keystonehq/animated-qr": "^0.8.6", "@keystonehq/hw-app-base": "0.1.1", "@keystonehq/hw-transport-webusb": "0.4.0", diff --git a/apps/extension/src/config.ts b/apps/extension/src/config.ts index f3e441168e..eeab5443f5 100644 --- a/apps/extension/src/config.ts +++ b/apps/extension/src/config.ts @@ -2507,6 +2507,15 @@ export const EmbedChainInfos: (ChainInfo | ModularChainInfo)[] = [ coinImageUrl: "https://keplr-ext-update-note-images.s3.amazonaws.com/token/dai.png", }, + { + type: "erc20", + contractAddress: + "0x28d709c875c0ceac3dce7065bec5328186dc89fe254527084d1689910954b0a", + coinDenom: "xSTRK", + coinMinimalDenom: + "erc20:0x28d709c875c0ceac3dce7065bec5328186dc89fe254527084d1689910954b0a", + coinDecimals: 18, + }, ], ethContractAddress: "0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7", diff --git a/apps/extension/src/manifest.v2.json b/apps/extension/src/manifest.v2.json index abb3909218..5d97c91895 100644 --- a/apps/extension/src/manifest.v2.json +++ b/apps/extension/src/manifest.v2.json @@ -3,7 +3,7 @@ "name": "Keplr", "description": "Keplr is a browser extension wallet for the Inter blockchain ecosystem.", - "version": "0.12.172", + "version": "0.12.173", "icons": { "16": "assets/icon-16.png", "48": "assets/icon-48.png", diff --git a/apps/extension/src/manifest.v3.json b/apps/extension/src/manifest.v3.json index 99fce53b14..242cc280ba 100644 --- a/apps/extension/src/manifest.v3.json +++ b/apps/extension/src/manifest.v3.json @@ -3,7 +3,7 @@ "name": "Keplr", "description": "Keplr is a browser extension wallet for the Inter blockchain ecosystem.", - "version": "0.12.172", + "version": "0.12.173", "icons": { "16": "assets/icon-16.png", "48": "assets/icon-48.png", diff --git a/apps/hooks-internal/package.json b/apps/hooks-internal/package.json index bdd3bbf316..2c0f66ecdf 100644 --- a/apps/hooks-internal/package.json +++ b/apps/hooks-internal/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/hooks-internal", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -14,12 +14,12 @@ "lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\"" }, "dependencies": { - "@keplr-wallet/hooks": "0.12.172", - "@keplr-wallet/stores": "0.12.172", - "@keplr-wallet/stores-eth": "0.12.172", - "@keplr-wallet/stores-internal": "0.12.172", - "@keplr-wallet/types": "0.12.172", - "@keplr-wallet/unit": "0.12.172" + "@keplr-wallet/hooks": "0.12.173-rc.0", + "@keplr-wallet/stores": "0.12.173-rc.0", + "@keplr-wallet/stores-eth": "0.12.173-rc.0", + "@keplr-wallet/stores-internal": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", + "@keplr-wallet/unit": "0.12.173-rc.0" }, "peerDependencies": { "mobx": "^6", diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 23eaca3509..51e127a0cb 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/mobile", - "version": "0.12.172", + "version": "0.12.173-rc.0", "private": true, "installConfig": { "hoistingLimits": "workspaces" diff --git a/apps/stores-internal/package.json b/apps/stores-internal/package.json index 1cf39815a6..5c23bda5ce 100644 --- a/apps/stores-internal/package.json +++ b/apps/stores-internal/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/stores-internal", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -14,12 +14,12 @@ "lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\"" }, "dependencies": { - "@keplr-wallet/common": "0.12.172", - "@keplr-wallet/cosmos": "0.12.172", - "@keplr-wallet/simple-fetch": "0.12.172", - "@keplr-wallet/stores": "0.12.172", - "@keplr-wallet/types": "0.12.172", - "@keplr-wallet/unit": "0.12.172", + "@keplr-wallet/common": "0.12.173-rc.0", + "@keplr-wallet/cosmos": "0.12.173-rc.0", + "@keplr-wallet/simple-fetch": "0.12.173-rc.0", + "@keplr-wallet/stores": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", + "@keplr-wallet/unit": "0.12.173-rc.0", "joi": "^17.5.0", "utility-types": "^3.10.0" }, diff --git a/lerna.json b/lerna.json index 13479b15f1..ce33e6668a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.12.172", + "version": "0.12.173-rc.0", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 1f46227650..824be2791a 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/analytics", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", diff --git a/packages/background/package.json b/packages/background/package.json index 8ca0a3eb88..bfd0b34961 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/background", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -28,17 +28,17 @@ "@ethersproject/hash": "^5.7.0", "@ethersproject/transactions": "^5.7.0", "@ethersproject/wallet": "^5.7.0", - "@keplr-wallet/chain-validator": "0.12.172", - "@keplr-wallet/common": "0.12.172", - "@keplr-wallet/cosmos": "0.12.172", - "@keplr-wallet/crypto": "0.12.172", - "@keplr-wallet/ledger-cosmos": "0.12.172", - "@keplr-wallet/popup": "0.12.172", - "@keplr-wallet/proto-types": "0.12.172", - "@keplr-wallet/router": "0.12.172", - "@keplr-wallet/simple-fetch": "0.12.172", - "@keplr-wallet/types": "0.12.172", - "@keplr-wallet/unit": "0.12.172", + "@keplr-wallet/chain-validator": "0.12.173-rc.0", + "@keplr-wallet/common": "0.12.173-rc.0", + "@keplr-wallet/cosmos": "0.12.173-rc.0", + "@keplr-wallet/crypto": "0.12.173-rc.0", + "@keplr-wallet/ledger-cosmos": "0.12.173-rc.0", + "@keplr-wallet/popup": "0.12.173-rc.0", + "@keplr-wallet/proto-types": "0.12.173-rc.0", + "@keplr-wallet/router": "0.12.173-rc.0", + "@keplr-wallet/simple-fetch": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", + "@keplr-wallet/unit": "0.12.173-rc.0", "@ledgerhq/hw-app-eth": "^6.40.3", "@ledgerhq/hw-app-starknet": "^2.4.0", "@ledgerhq/hw-transport": "^6.31.4", diff --git a/packages/chain-validator/package.json b/packages/chain-validator/package.json index 184c8ec5ef..7e2be0fc2a 100644 --- a/packages/chain-validator/package.json +++ b/packages/chain-validator/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/chain-validator", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -17,9 +17,9 @@ }, "dependencies": { "@ethersproject/abi": "^5.7.0", - "@keplr-wallet/cosmos": "0.12.172", - "@keplr-wallet/simple-fetch": "0.12.172", - "@keplr-wallet/types": "0.12.172", + "@keplr-wallet/cosmos": "0.12.173-rc.0", + "@keplr-wallet/simple-fetch": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", "joi": "^17.5.0", "utility-types": "^3.10.0" } diff --git a/packages/common/package.json b/packages/common/package.json index ae75dae0a5..b0e49f4281 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/common", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -16,8 +16,8 @@ "lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\"" }, "dependencies": { - "@keplr-wallet/crypto": "0.12.172", - "@keplr-wallet/types": "0.12.172", + "@keplr-wallet/crypto": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", "buffer": "^6.0.3", "delay": "^4.4.0" } diff --git a/packages/cosmjs-test/package.json b/packages/cosmjs-test/package.json index c9fdf337b8..ccae0fb897 100644 --- a/packages/cosmjs-test/package.json +++ b/packages/cosmjs-test/package.json @@ -1,6 +1,6 @@ { "name": "cosmjs-test", - "version": "0.12.172", + "version": "0.12.173-rc.0", "author": "chainapsis", "license": "Apache-2.0", "private": true, @@ -12,7 +12,7 @@ }, "devDependencies": { "@cosmjs/stargate": "^0.29.3", - "@keplr-wallet/provider-mock": "0.12.172", + "@keplr-wallet/provider-mock": "0.12.173-rc.0", "secretjs": "^1.6.0" } } diff --git a/packages/cosmos/package.json b/packages/cosmos/package.json index 260ba35f3a..565c028800 100644 --- a/packages/cosmos/package.json +++ b/packages/cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/cosmos", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -17,12 +17,12 @@ }, "dependencies": { "@ethersproject/address": "^5.6.0", - "@keplr-wallet/common": "0.12.172", - "@keplr-wallet/crypto": "0.12.172", - "@keplr-wallet/proto-types": "0.12.172", - "@keplr-wallet/simple-fetch": "0.12.172", - "@keplr-wallet/types": "0.12.172", - "@keplr-wallet/unit": "0.12.172", + "@keplr-wallet/common": "0.12.173-rc.0", + "@keplr-wallet/crypto": "0.12.173-rc.0", + "@keplr-wallet/proto-types": "0.12.173-rc.0", + "@keplr-wallet/simple-fetch": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", + "@keplr-wallet/unit": "0.12.173-rc.0", "bech32": "^1.1.4", "buffer": "^6.0.3", "long": "^4.0.0", diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 88baec93b2..60d2c4e687 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/crypto", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", diff --git a/packages/hooks-starknet/package.json b/packages/hooks-starknet/package.json index 1d0ca27a8d..143b17aaf7 100644 --- a/packages/hooks-starknet/package.json +++ b/packages/hooks-starknet/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/hooks-starknet", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -18,18 +18,18 @@ "dependencies": { "@ethersproject/address": "^5.7.0", "@ethersproject/providers": "^5.7.0", - "@keplr-wallet/background": "0.12.172", - "@keplr-wallet/common": "0.12.172", - "@keplr-wallet/cosmos": "0.12.172", - "@keplr-wallet/crypto": "0.12.172", - "@keplr-wallet/proto-types": "0.12.172", - "@keplr-wallet/simple-fetch": "0.12.172", - "@keplr-wallet/stores": "0.12.172", - "@keplr-wallet/stores-etc": "0.12.172", - "@keplr-wallet/stores-eth": "0.12.172", - "@keplr-wallet/stores-starknet": "0.12.172", - "@keplr-wallet/types": "0.12.172", - "@keplr-wallet/unit": "0.12.172", + "@keplr-wallet/background": "0.12.173-rc.0", + "@keplr-wallet/common": "0.12.173-rc.0", + "@keplr-wallet/cosmos": "0.12.173-rc.0", + "@keplr-wallet/crypto": "0.12.173-rc.0", + "@keplr-wallet/proto-types": "0.12.173-rc.0", + "@keplr-wallet/simple-fetch": "0.12.173-rc.0", + "@keplr-wallet/stores": "0.12.173-rc.0", + "@keplr-wallet/stores-etc": "0.12.173-rc.0", + "@keplr-wallet/stores-eth": "0.12.173-rc.0", + "@keplr-wallet/stores-starknet": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", + "@keplr-wallet/unit": "0.12.173-rc.0", "buffer": "^6.0.3", "long": "^4.0.0", "utility-types": "^3.10.0" diff --git a/packages/hooks/package.json b/packages/hooks/package.json index c9a9fe24d8..99aa977d9a 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/hooks", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -18,17 +18,17 @@ "dependencies": { "@ethersproject/address": "^5.7.0", "@ethersproject/providers": "^5.7.0", - "@keplr-wallet/background": "0.12.172", - "@keplr-wallet/common": "0.12.172", - "@keplr-wallet/cosmos": "0.12.172", - "@keplr-wallet/crypto": "0.12.172", - "@keplr-wallet/proto-types": "0.12.172", - "@keplr-wallet/simple-fetch": "0.12.172", - "@keplr-wallet/stores": "0.12.172", - "@keplr-wallet/stores-etc": "0.12.172", - "@keplr-wallet/stores-eth": "0.12.172", - "@keplr-wallet/types": "0.12.172", - "@keplr-wallet/unit": "0.12.172", + "@keplr-wallet/background": "0.12.173-rc.0", + "@keplr-wallet/common": "0.12.173-rc.0", + "@keplr-wallet/cosmos": "0.12.173-rc.0", + "@keplr-wallet/crypto": "0.12.173-rc.0", + "@keplr-wallet/proto-types": "0.12.173-rc.0", + "@keplr-wallet/simple-fetch": "0.12.173-rc.0", + "@keplr-wallet/stores": "0.12.173-rc.0", + "@keplr-wallet/stores-etc": "0.12.173-rc.0", + "@keplr-wallet/stores-eth": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", + "@keplr-wallet/unit": "0.12.173-rc.0", "buffer": "^6.0.3", "long": "^4.0.0", "utility-types": "^3.10.0" diff --git a/packages/ledger-cosmos/package.json b/packages/ledger-cosmos/package.json index 55fba855ff..575d612681 100644 --- a/packages/ledger-cosmos/package.json +++ b/packages/ledger-cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/ledger-cosmos", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", diff --git a/packages/mobx-utils/package.json b/packages/mobx-utils/package.json index b15e75117d..afaae6f900 100644 --- a/packages/mobx-utils/package.json +++ b/packages/mobx-utils/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/mobx-utils", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\"" }, "dependencies": { - "@keplr-wallet/types": "0.12.172" + "@keplr-wallet/types": "0.12.173-rc.0" }, "peerDependencies": { "mobx": "^6" diff --git a/packages/popup/package.json b/packages/popup/package.json index 7a755ae458..e782274a40 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/popup", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", diff --git a/packages/proto-types/package.json b/packages/proto-types/package.json index 86a97c62b5..15ff44e075 100644 --- a/packages/proto-types/package.json +++ b/packages/proto-types/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/proto-types", - "version": "0.12.172", + "version": "0.12.173-rc.0", "author": "chainapsis", "license": "Apache-2.0", "publishConfig": { diff --git a/packages/provider-extension/package.json b/packages/provider-extension/package.json index edc844a6dc..1f18a7cc12 100644 --- a/packages/provider-extension/package.json +++ b/packages/provider-extension/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/provider-extension", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -17,7 +17,7 @@ "version": "zx ./scripts/lerna-lifecyle-version.mjs" }, "dependencies": { - "@keplr-wallet/types": "0.12.172", + "@keplr-wallet/types": "0.12.173-rc.0", "deepmerge": "^4.2.2", "long": "^4.0.0" }, diff --git a/packages/provider-extension/src/version.ts b/packages/provider-extension/src/version.ts index 3861bdd952..d2dee985e6 100644 --- a/packages/provider-extension/src/version.ts +++ b/packages/provider-extension/src/version.ts @@ -1 +1 @@ -export const BUILD_VERSION = "0.12.172"; +export const BUILD_VERSION = "0.12.173"; diff --git a/packages/provider-mock/package.json b/packages/provider-mock/package.json index 1f32a4b200..89d362097f 100644 --- a/packages/provider-mock/package.json +++ b/packages/provider-mock/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/provider-mock", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -16,12 +16,12 @@ "lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\"" }, "dependencies": { - "@keplr-wallet/cosmos": "0.12.172", - "@keplr-wallet/crypto": "0.12.172", - "@keplr-wallet/proto-types": "0.12.172", - "@keplr-wallet/provider": "0.12.172", - "@keplr-wallet/router": "0.12.172", - "@keplr-wallet/types": "0.12.172", + "@keplr-wallet/cosmos": "0.12.173-rc.0", + "@keplr-wallet/crypto": "0.12.173-rc.0", + "@keplr-wallet/proto-types": "0.12.173-rc.0", + "@keplr-wallet/provider": "0.12.173-rc.0", + "@keplr-wallet/router": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", "buffer": "^6.0.3", "deepmerge": "^4.2.2", "long": "^4.0.0" diff --git a/packages/provider/package.json b/packages/provider/package.json index 976e822999..3b35b8e1f0 100644 --- a/packages/provider/package.json +++ b/packages/provider/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/provider", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -16,8 +16,8 @@ "lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\"" }, "dependencies": { - "@keplr-wallet/router": "0.12.172", - "@keplr-wallet/types": "0.12.172", + "@keplr-wallet/router": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", "buffer": "^6.0.3", "deepmerge": "^4.2.2", "long": "^4.0.0" diff --git a/packages/router-extension/package.json b/packages/router-extension/package.json index 0a906e98c6..5d3a3c4808 100644 --- a/packages/router-extension/package.json +++ b/packages/router-extension/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/router-extension", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\"" }, "dependencies": { - "@keplr-wallet/popup": "0.12.172", - "@keplr-wallet/router": "0.12.172" + "@keplr-wallet/popup": "0.12.173-rc.0", + "@keplr-wallet/router": "0.12.173-rc.0" } } diff --git a/packages/router-mock/package.json b/packages/router-mock/package.json index bcf8fb5fd4..77b2001972 100644 --- a/packages/router-mock/package.json +++ b/packages/router-mock/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/router-mock", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\"" }, "dependencies": { - "@keplr-wallet/router": "0.12.172", - "@keplr-wallet/router-extension": "0.12.172" + "@keplr-wallet/router": "0.12.173-rc.0", + "@keplr-wallet/router-extension": "0.12.173-rc.0" } } diff --git a/packages/router/package.json b/packages/router/package.json index 75cdcb253c..4a24f4881a 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/router", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", diff --git a/packages/simple-fetch/package.json b/packages/simple-fetch/package.json index 5b39bac829..f609ea7ff3 100644 --- a/packages/simple-fetch/package.json +++ b/packages/simple-fetch/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/simple-fetch", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", diff --git a/packages/stores-core/package.json b/packages/stores-core/package.json index 4b731e61bd..17d48f3a7d 100644 --- a/packages/stores-core/package.json +++ b/packages/stores-core/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/stores-core", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -16,13 +16,13 @@ "lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\"" }, "dependencies": { - "@keplr-wallet/background": "0.12.172", - "@keplr-wallet/common": "0.12.172", - "@keplr-wallet/cosmos": "0.12.172", - "@keplr-wallet/router": "0.12.172", - "@keplr-wallet/simple-fetch": "0.12.172", - "@keplr-wallet/stores": "0.12.172", - "@keplr-wallet/types": "0.12.172", + "@keplr-wallet/background": "0.12.173-rc.0", + "@keplr-wallet/common": "0.12.173-rc.0", + "@keplr-wallet/cosmos": "0.12.173-rc.0", + "@keplr-wallet/router": "0.12.173-rc.0", + "@keplr-wallet/simple-fetch": "0.12.173-rc.0", + "@keplr-wallet/stores": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", "buffer": "^6.0.3" }, "peerDependencies": { diff --git a/packages/stores-etc/package.json b/packages/stores-etc/package.json index ab238d9d18..faa1209386 100644 --- a/packages/stores-etc/package.json +++ b/packages/stores-etc/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/stores-etc", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -17,11 +17,11 @@ }, "dependencies": { "@ethersproject/abi": "^5.6.0", - "@keplr-wallet/common": "0.12.172", - "@keplr-wallet/simple-fetch": "0.12.172", - "@keplr-wallet/stores": "0.12.172", - "@keplr-wallet/types": "0.12.172", - "@keplr-wallet/unit": "0.12.172", + "@keplr-wallet/common": "0.12.173-rc.0", + "@keplr-wallet/simple-fetch": "0.12.173-rc.0", + "@keplr-wallet/stores": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", + "@keplr-wallet/unit": "0.12.173-rc.0", "utility-types": "^3.10.0" }, "peerDependencies": { diff --git a/packages/stores-eth/package.json b/packages/stores-eth/package.json index 4e80c77878..0e0441b7f7 100644 --- a/packages/stores-eth/package.json +++ b/packages/stores-eth/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/stores-eth", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -21,11 +21,11 @@ "@ethersproject/bytes": "^5.7.0", "@ethersproject/transactions": "^5.7.0", "@ethersproject/units": "^5.7.0", - "@keplr-wallet/common": "0.12.172", - "@keplr-wallet/simple-fetch": "0.12.172", - "@keplr-wallet/stores": "0.12.172", - "@keplr-wallet/types": "0.12.172", - "@keplr-wallet/unit": "0.12.172", + "@keplr-wallet/common": "0.12.173-rc.0", + "@keplr-wallet/simple-fetch": "0.12.173-rc.0", + "@keplr-wallet/stores": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", + "@keplr-wallet/unit": "0.12.173-rc.0", "big-integer": "^1.6.48", "utility-types": "^3.10.0" }, diff --git a/packages/stores-ibc/package.json b/packages/stores-ibc/package.json index acafc080d2..c07defc220 100644 --- a/packages/stores-ibc/package.json +++ b/packages/stores-ibc/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/stores-ibc", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -16,11 +16,11 @@ "lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\"" }, "dependencies": { - "@keplr-wallet/common": "0.12.172", - "@keplr-wallet/cosmos": "0.12.172", - "@keplr-wallet/stores": "0.12.172", - "@keplr-wallet/stores-eth": "0.12.172", - "@keplr-wallet/types": "0.12.172" + "@keplr-wallet/common": "0.12.173-rc.0", + "@keplr-wallet/cosmos": "0.12.173-rc.0", + "@keplr-wallet/stores": "0.12.173-rc.0", + "@keplr-wallet/stores-eth": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0" }, "peerDependencies": { "mobx": "^6", diff --git a/packages/stores-starknet/package.json b/packages/stores-starknet/package.json index 9c083c8dc7..25ab7cbc22 100644 --- a/packages/stores-starknet/package.json +++ b/packages/stores-starknet/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/stores-starknet", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -21,11 +21,11 @@ "@ethersproject/bytes": "^5.7.0", "@ethersproject/transactions": "^5.7.0", "@ethersproject/units": "^5.7.0", - "@keplr-wallet/common": "0.12.172", - "@keplr-wallet/simple-fetch": "0.12.172", - "@keplr-wallet/stores": "0.12.172", - "@keplr-wallet/types": "0.12.172", - "@keplr-wallet/unit": "0.12.172", + "@keplr-wallet/common": "0.12.173-rc.0", + "@keplr-wallet/simple-fetch": "0.12.173-rc.0", + "@keplr-wallet/stores": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", + "@keplr-wallet/unit": "0.12.173-rc.0", "big-integer": "^1.6.48", "utility-types": "^3.10.0" }, diff --git a/packages/stores/package.json b/packages/stores/package.json index 9127a0e59c..978a8a6afc 100644 --- a/packages/stores/package.json +++ b/packages/stores/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/stores", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -16,17 +16,17 @@ "lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\"" }, "devDependencies": { - "@keplr-wallet/provider-mock": "0.12.172" + "@keplr-wallet/provider-mock": "0.12.173-rc.0" }, "dependencies": { - "@keplr-wallet/common": "0.12.172", - "@keplr-wallet/cosmos": "0.12.172", - "@keplr-wallet/crypto": "0.12.172", - "@keplr-wallet/mobx-utils": "0.12.172", - "@keplr-wallet/proto-types": "0.12.172", - "@keplr-wallet/simple-fetch": "0.12.172", - "@keplr-wallet/types": "0.12.172", - "@keplr-wallet/unit": "0.12.172", + "@keplr-wallet/common": "0.12.173-rc.0", + "@keplr-wallet/cosmos": "0.12.173-rc.0", + "@keplr-wallet/crypto": "0.12.173-rc.0", + "@keplr-wallet/mobx-utils": "0.12.173-rc.0", + "@keplr-wallet/proto-types": "0.12.173-rc.0", + "@keplr-wallet/simple-fetch": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", + "@keplr-wallet/unit": "0.12.173-rc.0", "buffer": "^6.0.3", "deepmerge": "^4.2.2", "eventemitter3": "^4.0.7", diff --git a/packages/types/package.json b/packages/types/package.json index 37806b2133..ed6537cca8 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/types", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", diff --git a/packages/unit/package.json b/packages/unit/package.json index 83914b08ec..57c6a6d667 100644 --- a/packages/unit/package.json +++ b/packages/unit/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/unit", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\"" }, "dependencies": { - "@keplr-wallet/types": "0.12.172", + "@keplr-wallet/types": "0.12.173-rc.0", "big-integer": "^1.6.48", "utility-types": "^3.10.0" } diff --git a/packages/wc-client-example/package.json b/packages/wc-client-example/package.json index 67e72032d8..a968065d5a 100644 --- a/packages/wc-client-example/package.json +++ b/packages/wc-client-example/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/wc-client-example", - "version": "0.12.172", + "version": "0.12.173-rc.0", "author": "chainapsis", "license": "Apache-2.0", "private": true, @@ -8,13 +8,13 @@ "serve": "parcel ./src/index.html" }, "dependencies": { - "@keplr-wallet/common": "0.12.172", - "@keplr-wallet/cosmos": "0.12.172", - "@keplr-wallet/simple-fetch": "0.12.172", - "@keplr-wallet/stores": "0.12.172", - "@keplr-wallet/types": "0.12.172", - "@keplr-wallet/wc-client": "0.12.172", - "@keplr-wallet/wc-qrcode-modal": "0.12.172", + "@keplr-wallet/common": "0.12.173-rc.0", + "@keplr-wallet/cosmos": "0.12.173-rc.0", + "@keplr-wallet/simple-fetch": "0.12.173-rc.0", + "@keplr-wallet/stores": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", + "@keplr-wallet/wc-client": "0.12.173-rc.0", + "@keplr-wallet/wc-qrcode-modal": "0.12.173-rc.0", "@walletconnect/sign-client": "^2.13.3", "@walletconnect/types": "^2.13.3", "buffer": "^6.0.3" diff --git a/packages/wc-client/package.json b/packages/wc-client/package.json index 9063723404..d30893b98c 100644 --- a/packages/wc-client/package.json +++ b/packages/wc-client/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/wc-client", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", @@ -16,8 +16,8 @@ "lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\"" }, "dependencies": { - "@keplr-wallet/provider": "0.12.172", - "@keplr-wallet/types": "0.12.172", + "@keplr-wallet/provider": "0.12.173-rc.0", + "@keplr-wallet/types": "0.12.173-rc.0", "buffer": "^6.0.3", "deepmerge": "^4.2.2", "long": "^3 || ^4 || ^5" diff --git a/packages/wc-qrcode-modal/package.json b/packages/wc-qrcode-modal/package.json index 445cf7e445..c32ee9ba52 100644 --- a/packages/wc-qrcode-modal/package.json +++ b/packages/wc-qrcode-modal/package.json @@ -1,6 +1,6 @@ { "name": "@keplr-wallet/wc-qrcode-modal", - "version": "0.12.172", + "version": "0.12.173-rc.0", "main": "build/index.js", "author": "chainapsis", "license": "Apache-2.0", diff --git a/yarn.lock b/yarn.lock index d5bf53649b..00f30e874c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8656,13 +8656,13 @@ __metadata: languageName: node linkType: hard -"@keplr-wallet/analytics@0.12.172, @keplr-wallet/analytics@workspace:packages/analytics": +"@keplr-wallet/analytics@0.12.173-rc.0, @keplr-wallet/analytics@workspace:packages/analytics": version: 0.0.0-use.local resolution: "@keplr-wallet/analytics@workspace:packages/analytics" languageName: unknown linkType: soft -"@keplr-wallet/background@0.12.172, @keplr-wallet/background@workspace:packages/background": +"@keplr-wallet/background@0.12.173-rc.0, @keplr-wallet/background@workspace:packages/background": version: 0.0.0-use.local resolution: "@keplr-wallet/background@workspace:packages/background" dependencies: @@ -8672,17 +8672,17 @@ __metadata: "@ethersproject/hash": ^5.7.0 "@ethersproject/transactions": ^5.7.0 "@ethersproject/wallet": ^5.7.0 - "@keplr-wallet/chain-validator": 0.12.172 - "@keplr-wallet/common": 0.12.172 - "@keplr-wallet/cosmos": 0.12.172 - "@keplr-wallet/crypto": 0.12.172 - "@keplr-wallet/ledger-cosmos": 0.12.172 - "@keplr-wallet/popup": 0.12.172 - "@keplr-wallet/proto-types": 0.12.172 - "@keplr-wallet/router": 0.12.172 - "@keplr-wallet/simple-fetch": 0.12.172 - "@keplr-wallet/types": 0.12.172 - "@keplr-wallet/unit": 0.12.172 + "@keplr-wallet/chain-validator": 0.12.173-rc.0 + "@keplr-wallet/common": 0.12.173-rc.0 + "@keplr-wallet/cosmos": 0.12.173-rc.0 + "@keplr-wallet/crypto": 0.12.173-rc.0 + "@keplr-wallet/ledger-cosmos": 0.12.173-rc.0 + "@keplr-wallet/popup": 0.12.173-rc.0 + "@keplr-wallet/proto-types": 0.12.173-rc.0 + "@keplr-wallet/router": 0.12.173-rc.0 + "@keplr-wallet/simple-fetch": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 + "@keplr-wallet/unit": 0.12.173-rc.0 "@ledgerhq/hw-app-eth": ^6.40.3 "@ledgerhq/hw-app-starknet": ^2.4.0 "@ledgerhq/hw-transport": ^6.31.4 @@ -8711,41 +8711,41 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/chain-validator@0.12.172, @keplr-wallet/chain-validator@workspace:packages/chain-validator": +"@keplr-wallet/chain-validator@0.12.173-rc.0, @keplr-wallet/chain-validator@workspace:packages/chain-validator": version: 0.0.0-use.local resolution: "@keplr-wallet/chain-validator@workspace:packages/chain-validator" dependencies: "@ethersproject/abi": ^5.7.0 - "@keplr-wallet/cosmos": 0.12.172 - "@keplr-wallet/simple-fetch": 0.12.172 - "@keplr-wallet/types": 0.12.172 + "@keplr-wallet/cosmos": 0.12.173-rc.0 + "@keplr-wallet/simple-fetch": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 joi: ^17.5.0 utility-types: ^3.10.0 languageName: unknown linkType: soft -"@keplr-wallet/common@0.12.172, @keplr-wallet/common@workspace:packages/common": +"@keplr-wallet/common@0.12.173-rc.0, @keplr-wallet/common@workspace:packages/common": version: 0.0.0-use.local resolution: "@keplr-wallet/common@workspace:packages/common" dependencies: - "@keplr-wallet/crypto": 0.12.172 - "@keplr-wallet/types": 0.12.172 + "@keplr-wallet/crypto": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 buffer: ^6.0.3 delay: ^4.4.0 languageName: unknown linkType: soft -"@keplr-wallet/cosmos@0.12.172, @keplr-wallet/cosmos@workspace:packages/cosmos": +"@keplr-wallet/cosmos@0.12.173-rc.0, @keplr-wallet/cosmos@workspace:packages/cosmos": version: 0.0.0-use.local resolution: "@keplr-wallet/cosmos@workspace:packages/cosmos" dependencies: "@ethersproject/address": ^5.6.0 - "@keplr-wallet/common": 0.12.172 - "@keplr-wallet/crypto": 0.12.172 - "@keplr-wallet/proto-types": 0.12.172 - "@keplr-wallet/simple-fetch": 0.12.172 - "@keplr-wallet/types": 0.12.172 - "@keplr-wallet/unit": 0.12.172 + "@keplr-wallet/common": 0.12.173-rc.0 + "@keplr-wallet/crypto": 0.12.173-rc.0 + "@keplr-wallet/proto-types": 0.12.173-rc.0 + "@keplr-wallet/simple-fetch": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 + "@keplr-wallet/unit": 0.12.173-rc.0 bech32: ^1.1.4 buffer: ^6.0.3 long: ^4.0.0 @@ -8753,7 +8753,7 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/crypto@0.12.172, @keplr-wallet/crypto@workspace:packages/crypto": +"@keplr-wallet/crypto@0.12.173-rc.0, @keplr-wallet/crypto@workspace:packages/crypto": version: 0.0.0-use.local resolution: "@keplr-wallet/crypto@workspace:packages/crypto" dependencies: @@ -8781,31 +8781,31 @@ __metadata: "@ethersproject/transactions": ^5.7.0 "@floating-ui/react": ^0.23.0 "@floating-ui/react-dom": ^1.3.0 - "@keplr-wallet/analytics": 0.12.172 - "@keplr-wallet/background": 0.12.172 - "@keplr-wallet/chain-validator": 0.12.172 - "@keplr-wallet/common": 0.12.172 - "@keplr-wallet/cosmos": 0.12.172 - "@keplr-wallet/crypto": 0.12.172 - "@keplr-wallet/hooks": 0.12.172 - "@keplr-wallet/hooks-internal": 0.12.172 - "@keplr-wallet/hooks-starknet": 0.12.172 - "@keplr-wallet/ledger-cosmos": 0.12.172 - "@keplr-wallet/popup": 0.12.172 - "@keplr-wallet/proto-types": 0.12.172 - "@keplr-wallet/provider": 0.12.172 - "@keplr-wallet/router": 0.12.172 - "@keplr-wallet/router-extension": 0.12.172 - "@keplr-wallet/simple-fetch": 0.12.172 - "@keplr-wallet/stores": 0.12.172 - "@keplr-wallet/stores-core": 0.12.172 - "@keplr-wallet/stores-etc": 0.12.172 - "@keplr-wallet/stores-eth": 0.12.172 - "@keplr-wallet/stores-ibc": 0.12.172 - "@keplr-wallet/stores-internal": 0.12.172 - "@keplr-wallet/stores-starknet": 0.12.172 - "@keplr-wallet/types": 0.12.172 - "@keplr-wallet/unit": 0.12.172 + "@keplr-wallet/analytics": 0.12.173-rc.0 + "@keplr-wallet/background": 0.12.173-rc.0 + "@keplr-wallet/chain-validator": 0.12.173-rc.0 + "@keplr-wallet/common": 0.12.173-rc.0 + "@keplr-wallet/cosmos": 0.12.173-rc.0 + "@keplr-wallet/crypto": 0.12.173-rc.0 + "@keplr-wallet/hooks": 0.12.173-rc.0 + "@keplr-wallet/hooks-internal": 0.12.173-rc.0 + "@keplr-wallet/hooks-starknet": 0.12.173-rc.0 + "@keplr-wallet/ledger-cosmos": 0.12.173-rc.0 + "@keplr-wallet/popup": 0.12.173-rc.0 + "@keplr-wallet/proto-types": 0.12.173-rc.0 + "@keplr-wallet/provider": 0.12.173-rc.0 + "@keplr-wallet/router": 0.12.173-rc.0 + "@keplr-wallet/router-extension": 0.12.173-rc.0 + "@keplr-wallet/simple-fetch": 0.12.173-rc.0 + "@keplr-wallet/stores": 0.12.173-rc.0 + "@keplr-wallet/stores-core": 0.12.173-rc.0 + "@keplr-wallet/stores-etc": 0.12.173-rc.0 + "@keplr-wallet/stores-eth": 0.12.173-rc.0 + "@keplr-wallet/stores-ibc": 0.12.173-rc.0 + "@keplr-wallet/stores-internal": 0.12.173-rc.0 + "@keplr-wallet/stores-starknet": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 + "@keplr-wallet/unit": 0.12.173-rc.0 "@keystonehq/animated-qr": ^0.8.6 "@keystonehq/hw-app-base": 0.1.1 "@keystonehq/hw-transport-webusb": 0.4.0 @@ -8903,16 +8903,16 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/hooks-internal@0.12.172, @keplr-wallet/hooks-internal@workspace:apps/hooks-internal": +"@keplr-wallet/hooks-internal@0.12.173-rc.0, @keplr-wallet/hooks-internal@workspace:apps/hooks-internal": version: 0.0.0-use.local resolution: "@keplr-wallet/hooks-internal@workspace:apps/hooks-internal" dependencies: - "@keplr-wallet/hooks": 0.12.172 - "@keplr-wallet/stores": 0.12.172 - "@keplr-wallet/stores-eth": 0.12.172 - "@keplr-wallet/stores-internal": 0.12.172 - "@keplr-wallet/types": 0.12.172 - "@keplr-wallet/unit": 0.12.172 + "@keplr-wallet/hooks": 0.12.173-rc.0 + "@keplr-wallet/stores": 0.12.173-rc.0 + "@keplr-wallet/stores-eth": 0.12.173-rc.0 + "@keplr-wallet/stores-internal": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 + "@keplr-wallet/unit": 0.12.173-rc.0 peerDependencies: mobx: ^6 mobx-utils: ^6 @@ -8920,24 +8920,24 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/hooks-starknet@0.12.172, @keplr-wallet/hooks-starknet@workspace:packages/hooks-starknet": +"@keplr-wallet/hooks-starknet@0.12.173-rc.0, @keplr-wallet/hooks-starknet@workspace:packages/hooks-starknet": version: 0.0.0-use.local resolution: "@keplr-wallet/hooks-starknet@workspace:packages/hooks-starknet" dependencies: "@ethersproject/address": ^5.7.0 "@ethersproject/providers": ^5.7.0 - "@keplr-wallet/background": 0.12.172 - "@keplr-wallet/common": 0.12.172 - "@keplr-wallet/cosmos": 0.12.172 - "@keplr-wallet/crypto": 0.12.172 - "@keplr-wallet/proto-types": 0.12.172 - "@keplr-wallet/simple-fetch": 0.12.172 - "@keplr-wallet/stores": 0.12.172 - "@keplr-wallet/stores-etc": 0.12.172 - "@keplr-wallet/stores-eth": 0.12.172 - "@keplr-wallet/stores-starknet": 0.12.172 - "@keplr-wallet/types": 0.12.172 - "@keplr-wallet/unit": 0.12.172 + "@keplr-wallet/background": 0.12.173-rc.0 + "@keplr-wallet/common": 0.12.173-rc.0 + "@keplr-wallet/cosmos": 0.12.173-rc.0 + "@keplr-wallet/crypto": 0.12.173-rc.0 + "@keplr-wallet/proto-types": 0.12.173-rc.0 + "@keplr-wallet/simple-fetch": 0.12.173-rc.0 + "@keplr-wallet/stores": 0.12.173-rc.0 + "@keplr-wallet/stores-etc": 0.12.173-rc.0 + "@keplr-wallet/stores-eth": 0.12.173-rc.0 + "@keplr-wallet/stores-starknet": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 + "@keplr-wallet/unit": 0.12.173-rc.0 buffer: ^6.0.3 long: ^4.0.0 utility-types: ^3.10.0 @@ -8949,23 +8949,23 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/hooks@0.12.172, @keplr-wallet/hooks@workspace:packages/hooks": +"@keplr-wallet/hooks@0.12.173-rc.0, @keplr-wallet/hooks@workspace:packages/hooks": version: 0.0.0-use.local resolution: "@keplr-wallet/hooks@workspace:packages/hooks" dependencies: "@ethersproject/address": ^5.7.0 "@ethersproject/providers": ^5.7.0 - "@keplr-wallet/background": 0.12.172 - "@keplr-wallet/common": 0.12.172 - "@keplr-wallet/cosmos": 0.12.172 - "@keplr-wallet/crypto": 0.12.172 - "@keplr-wallet/proto-types": 0.12.172 - "@keplr-wallet/simple-fetch": 0.12.172 - "@keplr-wallet/stores": 0.12.172 - "@keplr-wallet/stores-etc": 0.12.172 - "@keplr-wallet/stores-eth": 0.12.172 - "@keplr-wallet/types": 0.12.172 - "@keplr-wallet/unit": 0.12.172 + "@keplr-wallet/background": 0.12.173-rc.0 + "@keplr-wallet/common": 0.12.173-rc.0 + "@keplr-wallet/cosmos": 0.12.173-rc.0 + "@keplr-wallet/crypto": 0.12.173-rc.0 + "@keplr-wallet/proto-types": 0.12.173-rc.0 + "@keplr-wallet/simple-fetch": 0.12.173-rc.0 + "@keplr-wallet/stores": 0.12.173-rc.0 + "@keplr-wallet/stores-etc": 0.12.173-rc.0 + "@keplr-wallet/stores-eth": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 + "@keplr-wallet/unit": 0.12.173-rc.0 buffer: ^6.0.3 long: ^4.0.0 utility-types: ^3.10.0 @@ -8976,7 +8976,7 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/ledger-cosmos@0.12.172, @keplr-wallet/ledger-cosmos@workspace:packages/ledger-cosmos": +"@keplr-wallet/ledger-cosmos@0.12.173-rc.0, @keplr-wallet/ledger-cosmos@workspace:packages/ledger-cosmos": version: 0.0.0-use.local resolution: "@keplr-wallet/ledger-cosmos@workspace:packages/ledger-cosmos" dependencies: @@ -9089,23 +9089,23 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/mobx-utils@0.12.172, @keplr-wallet/mobx-utils@workspace:packages/mobx-utils": +"@keplr-wallet/mobx-utils@0.12.173-rc.0, @keplr-wallet/mobx-utils@workspace:packages/mobx-utils": version: 0.0.0-use.local resolution: "@keplr-wallet/mobx-utils@workspace:packages/mobx-utils" dependencies: - "@keplr-wallet/types": 0.12.172 + "@keplr-wallet/types": 0.12.173-rc.0 peerDependencies: mobx: ^6 languageName: unknown linkType: soft -"@keplr-wallet/popup@0.12.172, @keplr-wallet/popup@workspace:packages/popup": +"@keplr-wallet/popup@0.12.173-rc.0, @keplr-wallet/popup@workspace:packages/popup": version: 0.0.0-use.local resolution: "@keplr-wallet/popup@workspace:packages/popup" languageName: unknown linkType: soft -"@keplr-wallet/proto-types@0.12.172, @keplr-wallet/proto-types@workspace:packages/proto-types": +"@keplr-wallet/proto-types@0.12.173-rc.0, @keplr-wallet/proto-types@workspace:packages/proto-types": version: 0.0.0-use.local resolution: "@keplr-wallet/proto-types@workspace:packages/proto-types" dependencies: @@ -9119,7 +9119,7 @@ __metadata: version: 0.0.0-use.local resolution: "@keplr-wallet/provider-extension@workspace:packages/provider-extension" dependencies: - "@keplr-wallet/types": 0.12.172 + "@keplr-wallet/types": 0.12.173-rc.0 deepmerge: ^4.2.2 long: ^4.0.0 peerDependencies: @@ -9127,16 +9127,16 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/provider-mock@0.12.172, @keplr-wallet/provider-mock@workspace:packages/provider-mock": +"@keplr-wallet/provider-mock@0.12.173-rc.0, @keplr-wallet/provider-mock@workspace:packages/provider-mock": version: 0.0.0-use.local resolution: "@keplr-wallet/provider-mock@workspace:packages/provider-mock" dependencies: - "@keplr-wallet/cosmos": 0.12.172 - "@keplr-wallet/crypto": 0.12.172 - "@keplr-wallet/proto-types": 0.12.172 - "@keplr-wallet/provider": 0.12.172 - "@keplr-wallet/router": 0.12.172 - "@keplr-wallet/types": 0.12.172 + "@keplr-wallet/cosmos": 0.12.173-rc.0 + "@keplr-wallet/crypto": 0.12.173-rc.0 + "@keplr-wallet/proto-types": 0.12.173-rc.0 + "@keplr-wallet/provider": 0.12.173-rc.0 + "@keplr-wallet/router": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 buffer: ^6.0.3 deepmerge: ^4.2.2 long: ^4.0.0 @@ -9145,12 +9145,12 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/provider@0.12.172, @keplr-wallet/provider@workspace:packages/provider": +"@keplr-wallet/provider@0.12.173-rc.0, @keplr-wallet/provider@workspace:packages/provider": version: 0.0.0-use.local resolution: "@keplr-wallet/provider@workspace:packages/provider" dependencies: - "@keplr-wallet/router": 0.12.172 - "@keplr-wallet/types": 0.12.172 + "@keplr-wallet/router": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 buffer: ^6.0.3 deepmerge: ^4.2.2 long: ^4.0.0 @@ -9159,12 +9159,12 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/router-extension@0.12.172, @keplr-wallet/router-extension@workspace:packages/router-extension": +"@keplr-wallet/router-extension@0.12.173-rc.0, @keplr-wallet/router-extension@workspace:packages/router-extension": version: 0.0.0-use.local resolution: "@keplr-wallet/router-extension@workspace:packages/router-extension" dependencies: - "@keplr-wallet/popup": 0.12.172 - "@keplr-wallet/router": 0.12.172 + "@keplr-wallet/popup": 0.12.173-rc.0 + "@keplr-wallet/router": 0.12.173-rc.0 languageName: unknown linkType: soft @@ -9172,34 +9172,34 @@ __metadata: version: 0.0.0-use.local resolution: "@keplr-wallet/router-mock@workspace:packages/router-mock" dependencies: - "@keplr-wallet/router": 0.12.172 - "@keplr-wallet/router-extension": 0.12.172 + "@keplr-wallet/router": 0.12.173-rc.0 + "@keplr-wallet/router-extension": 0.12.173-rc.0 languageName: unknown linkType: soft -"@keplr-wallet/router@0.12.172, @keplr-wallet/router@workspace:packages/router": +"@keplr-wallet/router@0.12.173-rc.0, @keplr-wallet/router@workspace:packages/router": version: 0.0.0-use.local resolution: "@keplr-wallet/router@workspace:packages/router" languageName: unknown linkType: soft -"@keplr-wallet/simple-fetch@0.12.172, @keplr-wallet/simple-fetch@workspace:packages/simple-fetch": +"@keplr-wallet/simple-fetch@0.12.173-rc.0, @keplr-wallet/simple-fetch@workspace:packages/simple-fetch": version: 0.0.0-use.local resolution: "@keplr-wallet/simple-fetch@workspace:packages/simple-fetch" languageName: unknown linkType: soft -"@keplr-wallet/stores-core@0.12.172, @keplr-wallet/stores-core@workspace:packages/stores-core": +"@keplr-wallet/stores-core@0.12.173-rc.0, @keplr-wallet/stores-core@workspace:packages/stores-core": version: 0.0.0-use.local resolution: "@keplr-wallet/stores-core@workspace:packages/stores-core" dependencies: - "@keplr-wallet/background": 0.12.172 - "@keplr-wallet/common": 0.12.172 - "@keplr-wallet/cosmos": 0.12.172 - "@keplr-wallet/router": 0.12.172 - "@keplr-wallet/simple-fetch": 0.12.172 - "@keplr-wallet/stores": 0.12.172 - "@keplr-wallet/types": 0.12.172 + "@keplr-wallet/background": 0.12.173-rc.0 + "@keplr-wallet/common": 0.12.173-rc.0 + "@keplr-wallet/cosmos": 0.12.173-rc.0 + "@keplr-wallet/router": 0.12.173-rc.0 + "@keplr-wallet/simple-fetch": 0.12.173-rc.0 + "@keplr-wallet/stores": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 buffer: ^6.0.3 peerDependencies: mobx: ^6 @@ -9208,16 +9208,16 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/stores-etc@0.12.172, @keplr-wallet/stores-etc@workspace:packages/stores-etc": +"@keplr-wallet/stores-etc@0.12.173-rc.0, @keplr-wallet/stores-etc@workspace:packages/stores-etc": version: 0.0.0-use.local resolution: "@keplr-wallet/stores-etc@workspace:packages/stores-etc" dependencies: "@ethersproject/abi": ^5.6.0 - "@keplr-wallet/common": 0.12.172 - "@keplr-wallet/simple-fetch": 0.12.172 - "@keplr-wallet/stores": 0.12.172 - "@keplr-wallet/types": 0.12.172 - "@keplr-wallet/unit": 0.12.172 + "@keplr-wallet/common": 0.12.173-rc.0 + "@keplr-wallet/simple-fetch": 0.12.173-rc.0 + "@keplr-wallet/stores": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 + "@keplr-wallet/unit": 0.12.173-rc.0 utility-types: ^3.10.0 peerDependencies: mobx: ^6 @@ -9225,7 +9225,7 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/stores-eth@0.12.172, @keplr-wallet/stores-eth@workspace:packages/stores-eth": +"@keplr-wallet/stores-eth@0.12.173-rc.0, @keplr-wallet/stores-eth@workspace:packages/stores-eth": version: 0.0.0-use.local resolution: "@keplr-wallet/stores-eth@workspace:packages/stores-eth" dependencies: @@ -9234,11 +9234,11 @@ __metadata: "@ethersproject/bytes": ^5.7.0 "@ethersproject/transactions": ^5.7.0 "@ethersproject/units": ^5.7.0 - "@keplr-wallet/common": 0.12.172 - "@keplr-wallet/simple-fetch": 0.12.172 - "@keplr-wallet/stores": 0.12.172 - "@keplr-wallet/types": 0.12.172 - "@keplr-wallet/unit": 0.12.172 + "@keplr-wallet/common": 0.12.173-rc.0 + "@keplr-wallet/simple-fetch": 0.12.173-rc.0 + "@keplr-wallet/stores": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 + "@keplr-wallet/unit": 0.12.173-rc.0 big-integer: ^1.6.48 utility-types: ^3.10.0 peerDependencies: @@ -9247,31 +9247,31 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/stores-ibc@0.12.172, @keplr-wallet/stores-ibc@workspace:packages/stores-ibc": +"@keplr-wallet/stores-ibc@0.12.173-rc.0, @keplr-wallet/stores-ibc@workspace:packages/stores-ibc": version: 0.0.0-use.local resolution: "@keplr-wallet/stores-ibc@workspace:packages/stores-ibc" dependencies: - "@keplr-wallet/common": 0.12.172 - "@keplr-wallet/cosmos": 0.12.172 - "@keplr-wallet/stores": 0.12.172 - "@keplr-wallet/stores-eth": 0.12.172 - "@keplr-wallet/types": 0.12.172 + "@keplr-wallet/common": 0.12.173-rc.0 + "@keplr-wallet/cosmos": 0.12.173-rc.0 + "@keplr-wallet/stores": 0.12.173-rc.0 + "@keplr-wallet/stores-eth": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 peerDependencies: mobx: ^6 mobx-utils: ^6 languageName: unknown linkType: soft -"@keplr-wallet/stores-internal@0.12.172, @keplr-wallet/stores-internal@workspace:apps/stores-internal": +"@keplr-wallet/stores-internal@0.12.173-rc.0, @keplr-wallet/stores-internal@workspace:apps/stores-internal": version: 0.0.0-use.local resolution: "@keplr-wallet/stores-internal@workspace:apps/stores-internal" dependencies: - "@keplr-wallet/common": 0.12.172 - "@keplr-wallet/cosmos": 0.12.172 - "@keplr-wallet/simple-fetch": 0.12.172 - "@keplr-wallet/stores": 0.12.172 - "@keplr-wallet/types": 0.12.172 - "@keplr-wallet/unit": 0.12.172 + "@keplr-wallet/common": 0.12.173-rc.0 + "@keplr-wallet/cosmos": 0.12.173-rc.0 + "@keplr-wallet/simple-fetch": 0.12.173-rc.0 + "@keplr-wallet/stores": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 + "@keplr-wallet/unit": 0.12.173-rc.0 joi: ^17.5.0 utility-types: ^3.10.0 peerDependencies: @@ -9280,7 +9280,7 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/stores-starknet@0.12.172, @keplr-wallet/stores-starknet@workspace:packages/stores-starknet": +"@keplr-wallet/stores-starknet@0.12.173-rc.0, @keplr-wallet/stores-starknet@workspace:packages/stores-starknet": version: 0.0.0-use.local resolution: "@keplr-wallet/stores-starknet@workspace:packages/stores-starknet" dependencies: @@ -9289,11 +9289,11 @@ __metadata: "@ethersproject/bytes": ^5.7.0 "@ethersproject/transactions": ^5.7.0 "@ethersproject/units": ^5.7.0 - "@keplr-wallet/common": 0.12.172 - "@keplr-wallet/simple-fetch": 0.12.172 - "@keplr-wallet/stores": 0.12.172 - "@keplr-wallet/types": 0.12.172 - "@keplr-wallet/unit": 0.12.172 + "@keplr-wallet/common": 0.12.173-rc.0 + "@keplr-wallet/simple-fetch": 0.12.173-rc.0 + "@keplr-wallet/stores": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 + "@keplr-wallet/unit": 0.12.173-rc.0 big-integer: ^1.6.48 utility-types: ^3.10.0 peerDependencies: @@ -9303,19 +9303,19 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/stores@0.12.172, @keplr-wallet/stores@workspace:packages/stores": +"@keplr-wallet/stores@0.12.173-rc.0, @keplr-wallet/stores@workspace:packages/stores": version: 0.0.0-use.local resolution: "@keplr-wallet/stores@workspace:packages/stores" dependencies: - "@keplr-wallet/common": 0.12.172 - "@keplr-wallet/cosmos": 0.12.172 - "@keplr-wallet/crypto": 0.12.172 - "@keplr-wallet/mobx-utils": 0.12.172 - "@keplr-wallet/proto-types": 0.12.172 - "@keplr-wallet/provider-mock": 0.12.172 - "@keplr-wallet/simple-fetch": 0.12.172 - "@keplr-wallet/types": 0.12.172 - "@keplr-wallet/unit": 0.12.172 + "@keplr-wallet/common": 0.12.173-rc.0 + "@keplr-wallet/cosmos": 0.12.173-rc.0 + "@keplr-wallet/crypto": 0.12.173-rc.0 + "@keplr-wallet/mobx-utils": 0.12.173-rc.0 + "@keplr-wallet/proto-types": 0.12.173-rc.0 + "@keplr-wallet/provider-mock": 0.12.173-rc.0 + "@keplr-wallet/simple-fetch": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 + "@keplr-wallet/unit": 0.12.173-rc.0 buffer: ^6.0.3 deepmerge: ^4.2.2 eventemitter3: ^4.0.7 @@ -9328,7 +9328,7 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/types@0.12.172, @keplr-wallet/types@workspace:packages/types": +"@keplr-wallet/types@0.12.173-rc.0, @keplr-wallet/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@keplr-wallet/types@workspace:packages/types" dependencies: @@ -9338,11 +9338,11 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/unit@0.12.172, @keplr-wallet/unit@workspace:packages/unit": +"@keplr-wallet/unit@0.12.173-rc.0, @keplr-wallet/unit@workspace:packages/unit": version: 0.0.0-use.local resolution: "@keplr-wallet/unit@workspace:packages/unit" dependencies: - "@keplr-wallet/types": 0.12.172 + "@keplr-wallet/types": 0.12.173-rc.0 big-integer: ^1.6.48 utility-types: ^3.10.0 languageName: unknown @@ -9352,13 +9352,13 @@ __metadata: version: 0.0.0-use.local resolution: "@keplr-wallet/wc-client-example@workspace:packages/wc-client-example" dependencies: - "@keplr-wallet/common": 0.12.172 - "@keplr-wallet/cosmos": 0.12.172 - "@keplr-wallet/simple-fetch": 0.12.172 - "@keplr-wallet/stores": 0.12.172 - "@keplr-wallet/types": 0.12.172 - "@keplr-wallet/wc-client": 0.12.172 - "@keplr-wallet/wc-qrcode-modal": 0.12.172 + "@keplr-wallet/common": 0.12.173-rc.0 + "@keplr-wallet/cosmos": 0.12.173-rc.0 + "@keplr-wallet/simple-fetch": 0.12.173-rc.0 + "@keplr-wallet/stores": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 + "@keplr-wallet/wc-client": 0.12.173-rc.0 + "@keplr-wallet/wc-qrcode-modal": 0.12.173-rc.0 "@walletconnect/sign-client": ^2.13.3 "@walletconnect/types": ^2.13.3 buffer: ^6.0.3 @@ -9370,12 +9370,12 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/wc-client@0.12.172, @keplr-wallet/wc-client@workspace:packages/wc-client": +"@keplr-wallet/wc-client@0.12.173-rc.0, @keplr-wallet/wc-client@workspace:packages/wc-client": version: 0.0.0-use.local resolution: "@keplr-wallet/wc-client@workspace:packages/wc-client" dependencies: - "@keplr-wallet/provider": 0.12.172 - "@keplr-wallet/types": 0.12.172 + "@keplr-wallet/provider": 0.12.173-rc.0 + "@keplr-wallet/types": 0.12.173-rc.0 buffer: ^6.0.3 deepmerge: ^4.2.2 long: ^3 || ^4 || ^5 @@ -9386,7 +9386,7 @@ __metadata: languageName: unknown linkType: soft -"@keplr-wallet/wc-qrcode-modal@0.12.172, @keplr-wallet/wc-qrcode-modal@workspace:packages/wc-qrcode-modal": +"@keplr-wallet/wc-qrcode-modal@0.12.173-rc.0, @keplr-wallet/wc-qrcode-modal@workspace:packages/wc-qrcode-modal": version: 0.0.0-use.local resolution: "@keplr-wallet/wc-qrcode-modal@workspace:packages/wc-qrcode-modal" dependencies: @@ -20886,7 +20886,7 @@ __metadata: resolution: "cosmjs-test@workspace:packages/cosmjs-test" dependencies: "@cosmjs/stargate": ^0.29.3 - "@keplr-wallet/provider-mock": 0.12.172 + "@keplr-wallet/provider-mock": 0.12.173-rc.0 secretjs: ^1.6.0 languageName: unknown linkType: soft