diff --git a/packages/apps-routing/src/index.ts b/packages/apps-routing/src/index.ts index 949a1a38efa6..5c251621ec4d 100644 --- a/packages/apps-routing/src/index.ts +++ b/packages/apps-routing/src/index.ts @@ -2,11 +2,11 @@ // SPDX-License-Identifier: Apache-2.0 import type { TFunction } from 'i18next'; -import type { Routes } from './types'; import accounts from './accounts'; import addresses from './addresses'; import alliance from './alliance'; +import anchor from './anchor'; import assets from './assets'; import bounties from './bounties'; import calendar from './calendar'; @@ -21,7 +21,9 @@ import fellowship from './fellowship'; import files from './files'; import gilt from './gilt'; import js from './js'; +import masterSubmission from './master-proposals'; import membership from './membership'; +import migration from './migration'; import nfts from './nfts'; import parachains from './parachains'; import poll from './poll'; @@ -32,8 +34,6 @@ import rpc from './rpc'; import runtime from './runtime'; import settings from './settings'; import signing from './signing'; -import masterSubmission from './master-proposals' -import anchor from './anchor' import society from './society'; import staking from './staking'; import storage from './storage'; @@ -42,6 +42,7 @@ import techcomm from './techcomm'; import teleport from './teleport'; import transfer from './transfer'; import treasury from './treasury'; +import type { Routes } from './types'; import utilities from './utilities'; import whitelist from './whitelist'; @@ -74,6 +75,7 @@ export default function create (t: TFunction): Routes { nfts(t), society(t), calendar(t), + migration(t), contracts(t), storage(t), extrinsics(t), diff --git a/packages/apps-routing/src/migration.ts b/packages/apps-routing/src/migration.ts new file mode 100644 index 000000000000..6558a494acf1 --- /dev/null +++ b/packages/apps-routing/src/migration.ts @@ -0,0 +1,21 @@ +// Copyright 2017-2022 @polkadot/apps-routing authors & contributors +// SPDX-License-Identifier: Apache-2.0 + +import type { TFunction } from 'i18next'; + +import Component from '@polkadot/app-migration'; + +import type { Route } from './types'; + +export default function create (t: TFunction): Route { + return { + Component, + display: { + needsApi: [] + }, + group: 'network', + icon: 'calendar-alt', + name: 'migration', + text: t('nav.migration', 'Migration', { ns: 'apps-routing' }) + }; +} diff --git a/packages/apps/public/locales/en/app-migration.json b/packages/apps/public/locales/en/app-migration.json new file mode 100644 index 000000000000..569ee3ff2a56 --- /dev/null +++ b/packages/apps/public/locales/en/app-migration.json @@ -0,0 +1,7 @@ +{ + "Dock to Cheqd": "Dock to Cheqd", + "Submit Transaction": "Submit Transaction", + "Migrating your Dock balance to Cheqd will zero the balance on your Dock account.": "Migrating your Dock balance to Cheqd will zero the balance on your Dock account.", + "migrate account": "migrate account", + "The account you will migrate to Cheqd.": "The account you will migrate to Cheqd." +} \ No newline at end of file diff --git a/packages/apps/public/locales/en/apps-routing.json b/packages/apps/public/locales/en/apps-routing.json index ed178ac8a07d..99cd54584060 100644 --- a/packages/apps/public/locales/en/apps-routing.json +++ b/packages/apps/public/locales/en/apps-routing.json @@ -5,6 +5,7 @@ "nav.assets": "Assets", "nav.bounties": "Bounties", "nav.calendar": "Event calendar", + "nav.migration": "Migration", "nav.claims": "Claim Tokens", "nav.collator": "Collators", "nav.contracts": "Contracts", diff --git a/packages/apps/src/Menu/index.tsx b/packages/apps/src/Menu/index.tsx index 2563e636e4d3..ae1197b7b653 100644 --- a/packages/apps/src/Menu/index.tsx +++ b/packages/apps/src/Menu/index.tsx @@ -94,7 +94,8 @@ function Menu ({ className = '' }: Props): React.ReactElement { files: t('Files'), governance: t('Governance'), network: t('Network'), - settings: t('Settings') + settings: t('Settings'), + migration: t('Migration') }); const hasSudo = useMemo( diff --git a/packages/page-migration/.skip-build b/packages/page-migration/.skip-build new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/packages/page-migration/.skip-npm b/packages/page-migration/.skip-npm new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/packages/page-migration/LICENSE b/packages/page-migration/LICENSE new file mode 100644 index 000000000000..0d381b2e97dc --- /dev/null +++ b/packages/page-migration/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/packages/page-migration/README.md b/packages/page-migration/README.md new file mode 100644 index 000000000000..15ad1a17a5de --- /dev/null +++ b/packages/page-migration/README.md @@ -0,0 +1 @@ +# @polkadot/app-migration diff --git a/packages/page-migration/package.json b/packages/page-migration/package.json new file mode 100644 index 000000000000..ce2f9f667a03 --- /dev/null +++ b/packages/page-migration/package.json @@ -0,0 +1,21 @@ +{ + "bugs": "https://github.com/polkadot-js/apps/issues", + "homepage": "https://github.com/polkadot-js/apps/tree/master/packages/page-migration#readme", + "license": "Apache-2.0", + "name": "@polkadot/app-migration", + "private": true, + "repository": { + "directory": "packages/page-migration", + "type": "git", + "url": "https://github.com/polkadot-js/apps.git" + }, + "sideEffects": false, + "type": "module", + "version": "0.122.3-0-x", + "dependencies": { + "@babel/runtime": "^7.20.1", + "@cosmjs/encoding": "^0.32.4", + "@polkadot/react-components": "^0.122.3-0-x", + "bech32": "^2.0.0" + } +} diff --git a/packages/page-migration/src/Migration/index.tsx b/packages/page-migration/src/Migration/index.tsx new file mode 100644 index 000000000000..40570239eddf --- /dev/null +++ b/packages/page-migration/src/Migration/index.tsx @@ -0,0 +1,167 @@ +// Copyright 2017-2022 @polkadot/app-rpc authors & contributors +// SPDX-License-Identifier: Apache-2.0 + +import React, { useState, useEffect } from 'react'; + +import type { DeriveBalancesAll } from '@polkadot/api-derive/types'; + +import { Available, Dropdown, InputAddressCheqd } from '@polkadot/react-components'; +import { InputAddress, MarkError, MarkWarning, TxButton, Button } from '@polkadot/react-components'; + +import { useTranslation } from '../translate'; +import { isValidCheqdAddress, getCheqdAddressError } from '@polkadot/react-components/InputAddressCheqd'; +import { useApi, useCall } from '@polkadot/react-hooks'; +import { formatBalance } from '@polkadot/util'; + +function convertDockToCheqd(dockBalance) { + const swapRatio = 18.5178; + const dockAmt = dockBalance.toNumber() / 1000000; + const cheqdBalance = dockAmt / swapRatio; + return cheqdBalance; +} + +function MigrationApp ({ className }): React.ReactElement { + const { t } = useTranslation(); + const [senderId, setSenderId] = useState(null); + const [cheqdId, setCheqdId] = useState(''); + const [selectFromDropdown, setSelectFromDropdown] = useState(false); + const [cheqdAddresses, setCheqdAddresses] = useState([]); + const { api } = useApi(); + const allBalances = useCall(api.derive.balances?.all, [senderId]); + + const values = [cheqdId]; + const extrinsic = api && api.tx && api.tx.cheqdMigration && api.tx.cheqdMigration.migrate(values); + const isValid = senderId && cheqdId && isValidCheqdAddress(cheqdId); + + async function getKepirAddresses() { + const chainId = 'cheqd-mainnet-1'; + + await window.keplr.enable(chainId); + + const offlineSigner = window.keplr.getOfflineSigner(chainId); + const accounts = await offlineSigner.getAccounts(); + setCheqdAddresses([...cheqdAddresses, ...accounts.map(({ address }) => address)]); + setSelectFromDropdown(accounts.length > 0); + } + + useEffect(() => { + if (window.keplr) { + getKepirAddresses(); + } + }, []); + + return ( +
+ ('Migrating your Dock balance to Cheqd will zero the balance on your Dock account.')} + /> + +

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+ + ('The account you will migrate to Cheqd.')} + label={t('migrate account')} + labelExtra={ + ('transferrable')} + params={senderId} + /> + } + value={senderId} + onChange={setSenderId} + type='account' + /> + +
+ + {selectFromDropdown ? ( + <> + ('The Cheqd account your tokens will be migrated to.')} + label={t('keplr account')} + isMultiple={false} + onChange={setCheqdId} + options={cheqdAddresses.map((cheqdAddress) => ({ + value: cheqdAddress, + text: cheqdAddress, + }))} + value={cheqdId} + /> + { + e.preventDefault(); + setSelectFromDropdown(false); + }}>Enter address manually + + ) : ( + <> + ('The Cheqd account your tokens will be migrated to.')} + label={t('cheqd account')} + value={cheqdId} + onChange={setCheqdId} + type='account' + /> + {cheqdAddresses.length > 0 && ( + <> + { + e.preventDefault(); + setSelectFromDropdown(true); + }}>Select from keplr + + )} + + )} + + {cheqdId && !isValidCheqdAddress(cheqdId) && ( + (getCheqdAddressError(cheqdId) || 'This cheqd address is invalid, please check it before continuing.')} + /> + )} + +

+ + {(senderId && cheqdId && allBalances) ? ( +

+ After the migration is complete, your {formatBalance(allBalances?.freeBalance)} will be converted into {convertDockToCheqd(allBalances?.freeBalance)} CHEQD. +

+ ) : ( +

+ + Enter a sender and receiver address to see the total CHEQD you will receive. +

+ )} + +

+ By submitting this transaction you agree to the migration terms and conditions. +

+ +
+ + + ('Submit Transaction')} + /> + +
+ ); +} + +export default React.memo(MigrationApp); diff --git a/packages/page-migration/src/index.tsx b/packages/page-migration/src/index.tsx new file mode 100644 index 000000000000..b6559006ff42 --- /dev/null +++ b/packages/page-migration/src/index.tsx @@ -0,0 +1,37 @@ +// Copyright 2017-2022 @polkadot/app-migration authors & contributors +// SPDX-License-Identifier: Apache-2.0 + +import React, { useRef } from 'react'; +import { Route, Switch } from 'react-router'; + +import { Tabs } from '@polkadot/react-components'; +import type { AppProps as Props } from '@polkadot/react-components/types'; + +import Migration from './Migration'; +import { useTranslation } from './translate'; + +function MigrationApp ({ basePath }: Props): React.ReactElement { + const { t } = useTranslation(); + + const itemsRef = useRef([ + { + isRoot: true, + name: 'migration', + text: t('Dock to Cheqd') + } + ]); + + return ( +
+ + + + +
+ ); +} + +export default React.memo(MigrationApp); diff --git a/packages/page-migration/src/translate.ts b/packages/page-migration/src/translate.ts new file mode 100644 index 000000000000..1e14ad0e4b22 --- /dev/null +++ b/packages/page-migration/src/translate.ts @@ -0,0 +1,9 @@ +// Copyright 2017-2022 @polkadot/app-migration authors & contributors +// SPDX-License-Identifier: Apache-2.0 + +import type { UseTranslationResponse } from 'react-i18next'; +import { useTranslation as useTranslationBase } from 'react-i18next'; + +export function useTranslation (): UseTranslationResponse<'app-migration', undefined> { + return useTranslationBase('app-migration'); +} diff --git a/packages/page-migration/tsconfig.build.json b/packages/page-migration/tsconfig.build.json new file mode 100644 index 000000000000..da24d9f22599 --- /dev/null +++ b/packages/page-migration/tsconfig.build.json @@ -0,0 +1,9 @@ +{ + "extends": "../../tsconfig.base.json", + "compilerOptions": { + "baseUrl": "..", + "outDir": "./build", + "rootDir": "./src" + }, + "references": [] +} diff --git a/packages/react-components/src/InputAddressCheqd.tsx b/packages/react-components/src/InputAddressCheqd.tsx new file mode 100644 index 000000000000..e4fc50b1012e --- /dev/null +++ b/packages/react-components/src/InputAddressCheqd.tsx @@ -0,0 +1,108 @@ +// Copyright 2017-2022 @polkadot/react-components authors & contributors +// SPDX-License-Identifier: Apache-2.0 + +import { fromBech32 } from '@cosmjs/encoding'; +import { bech32 } from 'bech32'; +import React, { useCallback, useState } from 'react'; +import styled from 'styled-components'; + +import BaseIdentityIcon from '@polkadot/react-identicon'; + +import Input from './Input'; + +interface Props { + autoFocus?: boolean; + children?: React.ReactNode; + className?: string; + defaultValue?: string | null; + help?: React.ReactNode; + isDisabled?: boolean; + isError?: boolean; + isFull?: boolean; + label?: React.ReactNode; + noConvert?: boolean; + onChange?: (address: string | null) => void; + onEnter?: () => void; + onEscape?: () => void; +} + +export function getCheqdAddressError (address: string): string { + try { + const decoded = fromBech32(address); + + if (decoded.prefix !== 'cheqd') { + throw new Error('Invalid prefix'); + } + + return null; + } catch (err) { + return err.message; + } +} + +export function isValidCheqdAddress (address: string) { + try { + const decoded = fromBech32(address); + if (decoded.prefix !== 'cheqd') { + return false; + } + + if (decoded.data.length !== 20) { + return false; + } + + return true; + } catch (err) { + return false; + } +} + +function InputAddressCheqd ({ autoFocus, children, className = '', defaultValue, help, isDisabled, isError, isFull, label, noConvert, onChange, onEnter, onEscape }: Props): React.ReactElement { + const [address, setAddress] = useState(defaultValue || null); + + const _onChange = useCallback( + (_address: string): void => { + setAddress(_address); + onChange && onChange(_address); + }, + [noConvert, onChange] + ); + + return ( +
+ + {children} + + +
+ ); +} + +export default React.memo(styled(InputAddressCheqd)` + position: relative; + + .ui--InputAddressCheqdIcon { + background: #eee; + border: 1px solid #888; + border-radius: 50%; + left: 0.75rem; + position: absolute; + top: 1rem; + } +`); diff --git a/packages/react-components/src/index.tsx b/packages/react-components/src/index.tsx index 89b4ac1ccd61..5b1b9c0965f1 100644 --- a/packages/react-components/src/index.tsx +++ b/packages/react-components/src/index.tsx @@ -53,6 +53,7 @@ export { default as Input } from './Input'; export { default as InputAddress } from './InputAddress'; export { default as InputAddressMulti } from './InputAddressMulti'; export { default as InputAddressSimple } from './InputAddressSimple'; +export { default as InputAddressCheqd } from './InputAddressCheqd'; export { default as InputBalance } from './InputBalance'; export { default as InputCalls } from './InputCalls'; export { default as InputConsts } from './InputConsts'; diff --git a/tsconfig.base.json b/tsconfig.base.json index fb2203320042..0911d9c44863 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -64,6 +64,8 @@ "@polkadot/app-referenda/*": ["page-referenda/src/*"], "@polkadot/app-rpc": ["page-rpc/src"], "@polkadot/app-rpc/*": ["page-rpc/src/*"], + "@polkadot/app-migration": ["page-rpc/src"], + "@polkadot/app-migration/*": ["page-rpc/src/*"], "@polkadot/app-runtime": ["page-runtime/src"], "@polkadot/app-runtime/*": ["page-runtime/src/*"], "@polkadot/app-settings": ["page-settings/src"], diff --git a/yarn.lock b/yarn.lock index af70933b9499..eb6fc753102c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1500,6 +1500,17 @@ __metadata: languageName: node linkType: hard +"@cosmjs/encoding@npm:^0.32.4": + version: 0.32.4 + resolution: "@cosmjs/encoding@npm:0.32.4" + dependencies: + base64-js: ^1.3.0 + bech32: ^1.1.4 + readonly-date: ^1.0.0 + checksum: 9a2a1d87b7fe3fa7ad05a0b049b783b5b08ccfd61ed5bb3a1a37e0ae93a0ad9bc8c6701b1d3112e7c154b2dd48a0c221263a39a4d6878a495dc59ac5eeef6ec2 + languageName: node + linkType: hard + "@crustio/crust-pin@npm:^1.0.0": version: 1.0.0 resolution: "@crustio/crust-pin@npm:1.0.0" @@ -3055,6 +3066,17 @@ __metadata: languageName: unknown linkType: soft +"@polkadot/app-migration@workspace:packages/page-migration": + version: 0.0.0-use.local + resolution: "@polkadot/app-migration@workspace:packages/page-migration" + dependencies: + "@babel/runtime": ^7.20.1 + "@cosmjs/encoding": ^0.32.4 + "@polkadot/react-components": ^0.122.3-0-x + bech32: ^2.0.0 + languageName: unknown + linkType: soft + "@polkadot/app-nfts@workspace:packages/page-nfts": version: 0.0.0-use.local resolution: "@polkadot/app-nfts@workspace:packages/page-nfts" @@ -6704,7 +6726,7 @@ __metadata: languageName: node linkType: hard -"base64-js@npm:^1.3.1, base64-js@npm:^1.5.1": +"base64-js@npm:^1.3.0, base64-js@npm:^1.3.1, base64-js@npm:^1.5.1": version: 1.5.1 resolution: "base64-js@npm:1.5.1" checksum: 669632eb3745404c2f822a18fc3a0122d2f9a7a13f7fb8b5823ee19d1d2ff9ee5b52c53367176ea4ad093c332fd5ab4bd0ebae5a8e27917a4105a4cfc86b1005 @@ -6727,6 +6749,20 @@ __metadata: languageName: node linkType: hard +"bech32@npm:^1.1.4": + version: 1.1.4 + resolution: "bech32@npm:1.1.4" + checksum: 0e98db619191548390d6f09ff68b0253ba7ae6a55db93dfdbb070ba234c1fd3308c0606fbcc95fad50437227b10011e2698b89f0181f6e7f845c499bd14d0f4b + languageName: node + linkType: hard + +"bech32@npm:^2.0.0": + version: 2.0.0 + resolution: "bech32@npm:2.0.0" + checksum: fa15acb270b59aa496734a01f9155677b478987b773bf701f465858bf1606c6a970085babd43d71ce61895f1baa594cb41a2cd1394bd2c6698f03cc2d811300e + languageName: node + linkType: hard + "before-after-hook@npm:^2.2.0": version: 2.2.3 resolution: "before-after-hook@npm:2.2.3" @@ -17511,6 +17547,13 @@ __metadata: languageName: node linkType: hard +"readonly-date@npm:^1.0.0": + version: 1.0.0 + resolution: "readonly-date@npm:1.0.0" + checksum: 78481e2abf3c2f9bc526029458aee3e2b1c476ca1434c4cc9db5c9aba51bf8f1323c1995d764ff01f2055b01f13e05416b2e14b387f644b0a5a56554c3ee9d0a + languageName: node + linkType: hard + "recast@npm:^0.11.17": version: 0.11.23 resolution: "recast@npm:0.11.23"