diff --git a/.github/workflows/run-tests-build.yaml b/.github/workflows/run-tests-build.yaml index 2c0bd661..e840c832 100644 --- a/.github/workflows/run-tests-build.yaml +++ b/.github/workflows/run-tests-build.yaml @@ -14,12 +14,11 @@ jobs: matrix: example: [ - asset-list, + ibc-asset-list, vote-proposal, ibc-transfer, swap-tokens, provide-liquidity, - nft, connect-chain, connect-multi-chain, ] diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 2ec1ca75..30fb0571 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -26,10 +26,10 @@ jobs: echo "YARN_ENABLE_IMMUTABLE_INSTALLS=false" >> $GITHUB_ENV npm install -g create-interchain-app - - name: asset-list + - name: ibc-asset-list run: | - cia --example asset-list --name asset-list - cd asset-list + cia --example ibc-asset-list --name ibc-asset-list + cd ibc-asset-list yarn build - name: vote-proposal diff --git a/README.md b/README.md index 1d395393..b10cb344 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Everything is preconfigured, ready-to-go, so you can focus on your code! - ⚡️ Connect easily to 20+ wallets via [Interchain Kit](https://github.com/hyperweb-io/interchain-kit) — including Ledger, Keplr, Cosmostation, Leap, Trust Wallet, OKX, XDEFI, Exodus, Wallet Connect and more! - ⚛️ Sign and broadcast with [InterchainJS](https://github.com/hyperweb-io/interchainjs) -- 🎨 Build awesome UI with [Interchain UI](https://cosmology.zone/products/interchain-ui) and [Explore Components](https://hyperweb.io/components) +- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/products/interchain-ui) and [Explore Components](https://hyperweb.io/components) - 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering - 📝 Leverage [chain-registry](https://github.com/hyperweb-io/chain-registry) for Chain and Asset info for all IBC-connected chains @@ -219,18 +219,6 @@ Create and manage an asset list, offering comprehensive insights into the availa cia --name ibc-asset-list-example --example ibc-asset-list ``` -### NFT - -

- -

- -Incorporate NFT functionalities into your Stargaze app using [stargazejs](https://github.com/hyperweb-io/stargazejs), enabling seamless NFT minting, transfer, and management. - -``` -cia --name nft-example --example nft -``` - ## Options | Argument | Description | Default | diff --git a/boilerplates/lerna-module/README.md b/boilerplates/lerna-module/README.md index f7c66e90..f1af3450 100644 --- a/boilerplates/lerna-module/README.md +++ b/boilerplates/lerna-module/README.md @@ -40,7 +40,7 @@ yarn build:dev Checkout these related projects: -* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. +* [@hyperweb/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. * [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. * [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. diff --git a/boilerplates/lerna-tsx-module/README.md b/boilerplates/lerna-tsx-module/README.md index 2deb6e7b..11c326f2 100644 --- a/boilerplates/lerna-tsx-module/README.md +++ b/boilerplates/lerna-tsx-module/README.md @@ -31,7 +31,7 @@ yarn build Checkout these related projects: -* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. +* [@hyperweb/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. * [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. * [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. diff --git a/boilerplates/lerna-workspace/README.md b/boilerplates/lerna-workspace/README.md index f7c66e90..f1af3450 100644 --- a/boilerplates/lerna-workspace/README.md +++ b/boilerplates/lerna-workspace/README.md @@ -40,7 +40,7 @@ yarn build:dev Checkout these related projects: -* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. +* [@hyperweb/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. * [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. * [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. diff --git a/boilerplates/telescope/README.md b/boilerplates/telescope/README.md index 659342bc..6c455269 100644 --- a/boilerplates/telescope/README.md +++ b/boilerplates/telescope/README.md @@ -135,7 +135,7 @@ const { ⚡️ For web interfaces, we recommend using [interchain-kit](https://github.com/hyperweb-io/interchain-kit). Continue below to see how to manually construct signers and clients. -Here are the docs on [creating signers](https://docs.cosmology.zone/interchain-kit) in interchain-kit that can be used with Keplr and other wallets. +Here are the docs on [creating signers](https://docs.hyperweb.io/interchain-kit) in interchain-kit that can be used with Keplr and other wallets. ### Initializing the Stargate Client @@ -153,7 +153,7 @@ const stargateClient = await getSigning__CHAIN_UPPER__Client({ To broadcast messages, you can create signers with a variety of options: -* [interchain-kit](https://docs.cosmology.zone/interchain-kit) (recommended) +* [interchain-kit](https://docs.hyperweb.io/interchain-kit) (recommended) * [keplr](https://docs.keplr.app/api/cosmjs.html) * [cosmjs](https://gist.github.com/webmaster128/8444d42a7eceeda2544c8a59fbd7e1d9) ### Amino Signer @@ -303,7 +303,7 @@ npm publish Checkout these related projects: -* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. +* [@hyperweb/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. * [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. * [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. diff --git a/boilerplates/ts-codegen-npm-module/README.md b/boilerplates/ts-codegen-npm-module/README.md index fa0e22ab..e0ec0354 100644 --- a/boilerplates/ts-codegen-npm-module/README.md +++ b/boilerplates/ts-codegen-npm-module/README.md @@ -48,7 +48,7 @@ yarn publish Checkout these related projects: -* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. +* [@hyperweb/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. * [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. * [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. diff --git a/boilerplates/website/README.md b/boilerplates/website/README.md index 225605ae..fd3a9a90 100644 --- a/boilerplates/website/README.md +++ b/boilerplates/website/README.md @@ -20,11 +20,11 @@ The npm package for the Official Cosmos chain registry. Get chain and token data * https://github.com/hyperweb-io/chain-registry -### Cosmology Videos +### Hyperweb Videos Checkout more videos for how to use various frontend tooling in the Cosmos! -* https://cosmology.zone/learn +* https://hyperweb.io/learn ### Interchain Kit @@ -68,7 +68,7 @@ Check out our [Next.js deployment documentation](https://nextjs.org/docs/deploym Checkout these related projects: -* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. +* [@hyperweb/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. * [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. * [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. diff --git a/boilerplates/website/components/common/Footer.tsx b/boilerplates/website/components/common/Footer.tsx index 676ae71e..7d0291eb 100644 --- a/boilerplates/website/components/common/Footer.tsx +++ b/boilerplates/website/components/common/Footer.tsx @@ -17,8 +17,8 @@ export function Footer() { borderTopStyle="solid" > Built with - - Cosmology Logo + + Hyperweb Logo ); diff --git a/boilerplates/website/components/common/Hero.tsx b/boilerplates/website/components/common/Hero.tsx index ba44da93..6df8372f 100644 --- a/boilerplates/website/components/common/Hero.tsx +++ b/boilerplates/website/components/common/Hero.tsx @@ -34,7 +34,7 @@ export function Hero() { marginTop: "$7", }} > - Cosmology develops cutting-edge tools for the interchain ecosystem, + Hyperweb develops cutting-edge tools for the interchain ecosystem, empowering seamless interactions across the Internet of Blockchains. diff --git a/boilerplates/website/components/common/Layout.tsx b/boilerplates/website/components/common/Layout.tsx index c96b7f9d..bedc31aa 100644 --- a/boilerplates/website/components/common/Layout.tsx +++ b/boilerplates/website/components/common/Layout.tsx @@ -43,7 +43,7 @@ function DrawContent({ borderBottomStyle="solid" > - Cosmology + Hyperweb diff --git a/examples/ibc-asset-list/README.md b/examples/ibc-asset-list/README.md index 5efc5385..455f9b5b 100644 --- a/examples/ibc-asset-list/README.md +++ b/examples/ibc-asset-list/README.md @@ -1,4 +1,4 @@ -This is a Cosmos App project bootstrapped with [`create-cosmos-app`](https://github.com/hyperweb-io/create-cosmos-app). +This is a Cosmos App project bootstrapped with [`create-interchain-app`](https://github.com/hyperweb-io/create-interchain-app). ## Getting Started @@ -72,7 +72,7 @@ Checkout these related projects: * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. * [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. * [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. -* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command. +* [create-interchain-app](https://github.com/hyperweb-io/create-interchain-app) Set up a modern Cosmos app by running one command. * [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. * [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain. diff --git a/examples/injective-vue/package.json b/examples/injective-vue/package.json index 8ef06372..22d03ad2 100644 --- a/examples/injective-vue/package.json +++ b/examples/injective-vue/package.json @@ -1,5 +1,5 @@ { - "name": "injective-vue", + "name": "@hyperweb/injective-vue", "private": true, "version": "0.0.1", "type": "module", @@ -33,4 +33,4 @@ "vite": "^6.0.0", "vue-tsc": "^2.1.10" } -} +} \ No newline at end of file diff --git a/examples/injective-vue/src/config/asset-list/features.ts b/examples/injective-vue/src/config/asset-list/features.ts index 3b59211a..02a04d7f 100644 --- a/examples/injective-vue/src/config/asset-list/features.ts +++ b/examples/injective-vue/src/config/asset-list/features.ts @@ -32,8 +32,8 @@ export const products: Project[] = [ }, { name: 'Videos', - desc: 'How-to videos from the official Cosmology website, with learning resources for building in Cosmos.', - link: 'https://cosmology.zone/learn', + desc: 'How-to videos from the official Hyperweb website, with learning resources for building in Cosmos.', + link: 'https://hyperweb.io/learn', }, ]; @@ -46,7 +46,7 @@ export const dependencies: Project[] = [ { name: 'Interchain UI', desc: 'A simple, modular and accessible React Component Library.', - link: 'https://cosmology.zone/components', + link: 'https://hyperweb.io/components', }, { name: 'Next.js', diff --git a/examples/injective/README.md b/examples/injective/README.md index aaebb391..21a4c7db 100644 --- a/examples/injective/README.md +++ b/examples/injective/README.md @@ -18,11 +18,11 @@ The npm package for the Official Cosmos chain registry. Get chain and token data * https://github.com/hyperweb-io/chain-registry -### Cosmology Videos +### Hyperweb Videos Checkout more videos for how to use various frontend tooling in the Cosmos! -* https://cosmology.zone/learn +* https://hyperweb.io/learn ### Interchain Kit @@ -66,7 +66,7 @@ Check out our [Next.js deployment documentation](https://nextjs.org/docs/deploym Checkout these related projects: -* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. +* [@hyperweb/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. * [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. * [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. diff --git a/examples/injective/components/common/Footer.tsx b/examples/injective/components/common/Footer.tsx index abdb60da..87b8446b 100644 --- a/examples/injective/components/common/Footer.tsx +++ b/examples/injective/components/common/Footer.tsx @@ -132,8 +132,8 @@ export function Footer() { }} > Built with - - Cosmology + + Hyperweb diff --git a/examples/injective/config/projects.ts b/examples/injective/config/projects.ts index 9e3fd0f3..252da6c7 100644 --- a/examples/injective/config/projects.ts +++ b/examples/injective/config/projects.ts @@ -32,8 +32,8 @@ export const products: Project[] = [ }, { name: 'Videos', - desc: 'How-to videos from the official Cosmology website, with learning resources for building in Cosmos.', - link: 'https://cosmology.zone/learn', + desc: 'How-to videos from the official Hyperweb website, with learning resources for building in Cosmos.', + link: 'https://hyperweb.io/learn', }, ]; @@ -46,7 +46,7 @@ export const dependencies: Project[] = [ { name: 'Interchain UI', desc: 'A simple, modular and cross-framework Component Library for Cosmos', - link: 'https://cosmology.zone/components', + link: 'https://hyperweb.io/components', }, { name: 'Next.js', diff --git a/examples/injective/package.json b/examples/injective/package.json index acd75a16..ad5523e7 100644 --- a/examples/injective/package.json +++ b/examples/injective/package.json @@ -1,5 +1,5 @@ { - "name": "@cosmology/injective", + "name": "@hyperweb/injective", "version": "1.1.1", "private": true, "scripts": { @@ -61,4 +61,4 @@ "typescript": "^5.1.6" }, "packageManager": "yarn@4.3.0" -} +} \ No newline at end of file diff --git a/examples/stake-tokens/README.md b/examples/stake-tokens/README.md index e2ee526f..d8d744fd 100644 --- a/examples/stake-tokens/README.md +++ b/examples/stake-tokens/README.md @@ -1,4 +1,4 @@ -This is a Cosmos Interchain project bootstrapped with [`create-interchain-app`](https://github.com/hyperweb-io/create-cosmos-app). +This is a Cosmos Interchain project bootstrapped with [`create-interchain-app`](https://github.com/hyperweb-io/create-interchain-app). ## Getting Started @@ -72,7 +72,7 @@ Checkout these related projects: * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. * [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. * [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. -* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command. +* [create-interchain-app](https://github.com/hyperweb-io/create-interchain-app) Set up a modern Cosmos app by running one command. * [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. * [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain. diff --git a/examples/vote-proposal/README.md b/examples/vote-proposal/README.md index b25baa14..b60f5ea6 100644 --- a/examples/vote-proposal/README.md +++ b/examples/vote-proposal/README.md @@ -1,4 +1,4 @@ -This is a Cosmos App project bootstrapped with [`create-cosmos-app`](https://github.com/hyperweb-io/create-cosmos-app). +This is a Cosmos App project bootstrapped with [`create-interchain-app`](https://github.com/hyperweb-io/create-interchain-app). ## Getting Started @@ -26,7 +26,7 @@ Checkout more videos for how to use various frontend tooling in the Cosmos! * https://hyperweb.io/learn -### Cosmos Kit +### Interchain Kit A wallet connector for the Cosmos ⚛️ diff --git a/examples/vote-proposal/components/common/Header.tsx b/examples/vote-proposal/components/common/Header.tsx index 8b7eefa6..15543010 100644 --- a/examples/vote-proposal/components/common/Header.tsx +++ b/examples/vote-proposal/components/common/Header.tsx @@ -9,7 +9,7 @@ import { } from '@interchain-ui/react'; import { dependencies } from '@/config'; -const stacks = ['Cosmos Kit', 'Next.js']; +const stacks = ['Interchain Kit', 'Next.js']; const stargazejs = dependencies[0]; diff --git a/examples/vote-proposal/package.json b/examples/vote-proposal/package.json index 73e53583..ff14e489 100644 --- a/examples/vote-proposal/package.json +++ b/examples/vote-proposal/package.json @@ -26,7 +26,6 @@ "@tanstack/react-query": "4.32.0", "bignumber.js": "^9.1.1", "chain-registry": "^1.69.32", - "cosmos-kit": "2.23.4", "dayjs": "^1.11.7", "fast-fuzzy": "1.12.0", "framer-motion": "9.0.7", diff --git a/examples/vote-proposal/yarn.lock b/examples/vote-proposal/yarn.lock index 2fb89a46..3adda204 100644 --- a/examples/vote-proposal/yarn.lock +++ b/examples/vote-proposal/yarn.lock @@ -86,78 +86,6 @@ __metadata: languageName: node linkType: hard -"@chain-registry/client@npm:^1.49.11": - version: 1.53.55 - resolution: "@chain-registry/client@npm:1.53.55" - dependencies: - "@chain-registry/types": "npm:^0.50.55" - "@chain-registry/utils": "npm:^1.51.55" - bfs-path: "npm:^1.0.2" - cross-fetch: "npm:^3.1.5" - checksum: 10c0/2be6fbf57faf0bf5eb63518834f46766e3a976baa56b363c6de5264260e25be8752b17cc60c7877891139d65bdcf99917a661dc520403f3503accdc403b0188e - languageName: node - linkType: hard - -"@chain-registry/cosmostation@npm:1.67.13": - version: 1.67.13 - resolution: "@chain-registry/cosmostation@npm:1.67.13" - dependencies: - "@chain-registry/types": "npm:^0.46.11" - "@chain-registry/utils": "npm:^1.47.11" - "@cosmostation/extension-client": "npm:0.1.15" - checksum: 10c0/d9cb615ab21fc868eb02a877f0ccd4744478a65e2993d1d936c84f67a97a036e363e081193ea1e5c712e59cde985112f66b67012230a5d5d5f49466e8fbbcce6 - languageName: node - linkType: hard - -"@chain-registry/cosmostation@npm:^1.67.13": - version: 1.72.102 - resolution: "@chain-registry/cosmostation@npm:1.72.102" - dependencies: - "@chain-registry/types": "npm:^0.50.55" - "@chain-registry/utils": "npm:^1.51.55" - "@cosmostation/extension-client": "npm:0.1.15" - checksum: 10c0/d5c94239b53a1e9bef8c28c38131111ee41761229fe755ec27ab17e879af32fd84ec93141d8414a853e4e8b20856e69e31fc1045467e542b7765616d1a60f654 - languageName: node - linkType: hard - -"@chain-registry/keplr@npm:1.68.2": - version: 1.68.2 - resolution: "@chain-registry/keplr@npm:1.68.2" - dependencies: - "@chain-registry/types": "npm:^0.45.1" - "@keplr-wallet/cosmos": "npm:0.12.28" - "@keplr-wallet/crypto": "npm:0.12.28" - semver: "npm:^7.5.0" - checksum: 10c0/a155f2029f7fb366b6aa6169b8774d01a57150af0ca6925024a77d401e9c0302860208520a7dd5fead08a47b65025b1eddd65c77f10d73cbd7be71b2cda8132d - languageName: node - linkType: hard - -"@chain-registry/keplr@npm:^1.69.13": - version: 1.74.102 - resolution: "@chain-registry/keplr@npm:1.74.102" - dependencies: - "@chain-registry/types": "npm:^0.50.55" - "@keplr-wallet/cosmos": "npm:0.12.28" - "@keplr-wallet/crypto": "npm:0.12.28" - semver: "npm:^7.5.0" - checksum: 10c0/8764f44ef7336fca82ef3ae7424f7e23956b1ef750f2113e8e565293753d3566ffb3f8bf46844fd3ea29e005bb7c47f594f613160169dca544e4a9f0e509e53d - languageName: node - linkType: hard - -"@chain-registry/types@npm:^0.45.1": - version: 0.45.3 - resolution: "@chain-registry/types@npm:0.45.3" - checksum: 10c0/54922e4f07bc0f23e116bf4bd35309e80c98864b5b9bf0c71e8f78e75018069a1b6a332864f6b9c7e43cd404abed474a1de8aafdea1832b74c8b8e2cdb141a6b - languageName: node - linkType: hard - -"@chain-registry/types@npm:^0.46.11": - version: 0.46.15 - resolution: "@chain-registry/types@npm:0.46.15" - checksum: 10c0/11655ead021fcc78f317f682842a73666e080216d22f87be5b9fffa9341130b3e8b8a3b1d2d77ec3c41841af4c1fbdf24af467ef12df552fa2e99fe2eae5f1e1 - languageName: node - linkType: hard - "@chain-registry/types@npm:^0.50.13, @chain-registry/types@npm:^0.50.14": version: 0.50.14 resolution: "@chain-registry/types@npm:0.50.14" @@ -165,24 +93,6 @@ __metadata: languageName: node linkType: hard -"@chain-registry/types@npm:^0.50.55": - version: 0.50.55 - resolution: "@chain-registry/types@npm:0.50.55" - checksum: 10c0/e66f700aad71fef114e742ea454de7441eeba4ebd7aac74b7ce8b2e11b3559d6a7dca5b054361191e9465106598e11e9f74c8b9903bc05a161d6eaebbd56715e - languageName: node - linkType: hard - -"@chain-registry/utils@npm:^1.47.11, @chain-registry/utils@npm:^1.51.55": - version: 1.51.55 - resolution: "@chain-registry/utils@npm:1.51.55" - dependencies: - "@chain-registry/types": "npm:^0.50.55" - bignumber.js: "npm:9.1.2" - sha.js: "npm:^2.4.11" - checksum: 10c0/0ffac46a654062174417ca602ede178bc74c4a1036b508a3eccfc2123e92fefeb879e8c702b0af63560fa90133cb2d3ce11d9d5b4a6ec9e1cb522fcd791427d3 - languageName: node - linkType: hard - "@chain-registry/v2-keplr@npm:^0.0.72": version: 0.0.72 resolution: "@chain-registry/v2-keplr@npm:0.0.72" @@ -254,36 +164,6 @@ __metadata: languageName: node linkType: hard -"@cosmjs/amino@npm:^0.32.0, @cosmjs/amino@npm:^0.32.3": - version: 0.32.3 - resolution: "@cosmjs/amino@npm:0.32.3" - dependencies: - "@cosmjs/crypto": "npm:^0.32.3" - "@cosmjs/encoding": "npm:^0.32.3" - "@cosmjs/math": "npm:^0.32.3" - "@cosmjs/utils": "npm:^0.32.3" - checksum: 10c0/6f3da2ba6d88257d6717898af798aad9f2a51bb2c0d0b61cd40cf103c86a1431f4fa5086df350f81371d3282b8a28bcbc4f97c6d9eb83a9831fad473ae1ab492 - languageName: node - linkType: hard - -"@cosmjs/cosmwasm-stargate@npm:^0.32.3": - version: 0.32.3 - resolution: "@cosmjs/cosmwasm-stargate@npm:0.32.3" - dependencies: - "@cosmjs/amino": "npm:^0.32.3" - "@cosmjs/crypto": "npm:^0.32.3" - "@cosmjs/encoding": "npm:^0.32.3" - "@cosmjs/math": "npm:^0.32.3" - "@cosmjs/proto-signing": "npm:^0.32.3" - "@cosmjs/stargate": "npm:^0.32.3" - "@cosmjs/tendermint-rpc": "npm:^0.32.3" - "@cosmjs/utils": "npm:^0.32.3" - cosmjs-types: "npm:^0.9.0" - pako: "npm:^2.0.2" - checksum: 10c0/e33110be3004a462134c21f356066d16ba478664b4bbccd834c9d8b3f8156b6f94c14df8cf235803f13237f1408c12dcf5f9f64f4011dcca9a49298857c0c74c - languageName: node - linkType: hard - "@cosmjs/crypto@npm:^0.29.4, @cosmjs/crypto@npm:^0.29.5": version: 0.29.5 resolution: "@cosmjs/crypto@npm:0.29.5" @@ -299,21 +179,6 @@ __metadata: languageName: node linkType: hard -"@cosmjs/crypto@npm:^0.32.3": - version: 0.32.3 - resolution: "@cosmjs/crypto@npm:0.32.3" - dependencies: - "@cosmjs/encoding": "npm:^0.32.3" - "@cosmjs/math": "npm:^0.32.3" - "@cosmjs/utils": "npm:^0.32.3" - "@noble/hashes": "npm:^1" - bn.js: "npm:^5.2.0" - elliptic: "npm:^6.5.4" - libsodium-wrappers-sumo: "npm:^0.7.11" - checksum: 10c0/6925ee15c31d2ed6dfbda666834b188f81706d9c83b9afef27d88e4330cf516addcfcb7f9374dc4513bfea27c5fc717ff49679de9c45b282e601c93b67ac7c98 - languageName: node - linkType: hard - "@cosmjs/encoding@npm:^0.29.4, @cosmjs/encoding@npm:^0.29.5": version: 0.29.5 resolution: "@cosmjs/encoding@npm:0.29.5" @@ -325,17 +190,6 @@ __metadata: languageName: node linkType: hard -"@cosmjs/encoding@npm:^0.32.3": - version: 0.32.3 - resolution: "@cosmjs/encoding@npm:0.32.3" - dependencies: - base64-js: "npm:^1.3.0" - bech32: "npm:^1.1.4" - readonly-date: "npm:^1.0.0" - checksum: 10c0/3c3d4b610093c2c8ca13437664e4736d60cdfb309bf2671f492388c59a9bca20f1a75ab4686a7b73d48aa6208f454bee56c84c0fe780015473ea53353a70266a - languageName: node - linkType: hard - "@cosmjs/json-rpc@npm:^0.29.5": version: 0.29.5 resolution: "@cosmjs/json-rpc@npm:0.29.5" @@ -346,16 +200,6 @@ __metadata: languageName: node linkType: hard -"@cosmjs/json-rpc@npm:^0.32.3": - version: 0.32.3 - resolution: "@cosmjs/json-rpc@npm:0.32.3" - dependencies: - "@cosmjs/stream": "npm:^0.32.3" - xstream: "npm:^11.14.0" - checksum: 10c0/8074cab7b9fcdd27c86329d820edf8be27e5cf12f99b845acb9d2fd8263b9a26557ee0729d293c8965c75117fcccd440d4c32eb314c03eef0d3c4273408302df - languageName: node - linkType: hard - "@cosmjs/math@npm:^0.29.4, @cosmjs/math@npm:^0.29.5": version: 0.29.5 resolution: "@cosmjs/math@npm:0.29.5" @@ -365,15 +209,6 @@ __metadata: languageName: node linkType: hard -"@cosmjs/math@npm:^0.32.3": - version: 0.32.3 - resolution: "@cosmjs/math@npm:0.32.3" - dependencies: - bn.js: "npm:^5.2.0" - checksum: 10c0/cad8b13a0db739ef4a416b334e39ea9f55874315ebdf91dc38772676c2ead6caccaf8a28b9e8803fc48680a72cf5a9fde97564f5efbfbe9a9073c95665f31294 - languageName: node - linkType: hard - "@cosmjs/proto-signing@npm:0.29.4": version: 0.29.4 resolution: "@cosmjs/proto-signing@npm:0.29.4" @@ -404,20 +239,6 @@ __metadata: languageName: node linkType: hard -"@cosmjs/proto-signing@npm:^0.32.0, @cosmjs/proto-signing@npm:^0.32.3": - version: 0.32.3 - resolution: "@cosmjs/proto-signing@npm:0.32.3" - dependencies: - "@cosmjs/amino": "npm:^0.32.3" - "@cosmjs/crypto": "npm:^0.32.3" - "@cosmjs/encoding": "npm:^0.32.3" - "@cosmjs/math": "npm:^0.32.3" - "@cosmjs/utils": "npm:^0.32.3" - cosmjs-types: "npm:^0.9.0" - checksum: 10c0/d44511d3a50489c1a3f61f28f68ca8cac87d6bdbb69e434cb0916dfc1d79e6a68ca0c09e074d4be73624f26fbb215024848225b862201b7f8d1d6a44014fd819 - languageName: node - linkType: hard - "@cosmjs/socket@npm:^0.29.5": version: 0.29.5 resolution: "@cosmjs/socket@npm:0.29.5" @@ -430,18 +251,6 @@ __metadata: languageName: node linkType: hard -"@cosmjs/socket@npm:^0.32.3": - version: 0.32.3 - resolution: "@cosmjs/socket@npm:0.32.3" - dependencies: - "@cosmjs/stream": "npm:^0.32.3" - isomorphic-ws: "npm:^4.0.1" - ws: "npm:^7" - xstream: "npm:^11.14.0" - checksum: 10c0/25a82bd503d6f41adc3fa0b8c350b21bc4838efb0f1322966d6ebffefee61b5f5220d2fe3795b95932873f17937ceae45b25c5d1de92ed72b13abb7309cbace9 - languageName: node - linkType: hard - "@cosmjs/stargate@npm:0.29.4": version: 0.29.4 resolution: "@cosmjs/stargate@npm:0.29.4" @@ -462,24 +271,6 @@ __metadata: languageName: node linkType: hard -"@cosmjs/stargate@npm:^0.32.3": - version: 0.32.3 - resolution: "@cosmjs/stargate@npm:0.32.3" - dependencies: - "@confio/ics23": "npm:^0.6.8" - "@cosmjs/amino": "npm:^0.32.3" - "@cosmjs/encoding": "npm:^0.32.3" - "@cosmjs/math": "npm:^0.32.3" - "@cosmjs/proto-signing": "npm:^0.32.3" - "@cosmjs/stream": "npm:^0.32.3" - "@cosmjs/tendermint-rpc": "npm:^0.32.3" - "@cosmjs/utils": "npm:^0.32.3" - cosmjs-types: "npm:^0.9.0" - xstream: "npm:^11.14.0" - checksum: 10c0/c82db0355f4b15ca988f0452f8142102b44840319fe48d44c8dc9c1a316cbe3c9e765eb90970348bd5b5fddd6d9452d5a556e14dbbbd93eda6a6c92ceb616241 - languageName: node - linkType: hard - "@cosmjs/stream@npm:^0.29.4, @cosmjs/stream@npm:^0.29.5": version: 0.29.5 resolution: "@cosmjs/stream@npm:0.29.5" @@ -489,15 +280,6 @@ __metadata: languageName: node linkType: hard -"@cosmjs/stream@npm:^0.32.3": - version: 0.32.3 - resolution: "@cosmjs/stream@npm:0.32.3" - dependencies: - xstream: "npm:^11.14.0" - checksum: 10c0/963abad76c044265e6961add2a66060134dd610ced9397edcd331669e5aca2a157cc08db658590110233038c38fc5812a9e8d156babbf524eb291200a3708b3a - languageName: node - linkType: hard - "@cosmjs/tendermint-rpc@npm:^0.29.4": version: 0.29.5 resolution: "@cosmjs/tendermint-rpc@npm:0.29.5" @@ -516,24 +298,6 @@ __metadata: languageName: node linkType: hard -"@cosmjs/tendermint-rpc@npm:^0.32.3": - version: 0.32.3 - resolution: "@cosmjs/tendermint-rpc@npm:0.32.3" - dependencies: - "@cosmjs/crypto": "npm:^0.32.3" - "@cosmjs/encoding": "npm:^0.32.3" - "@cosmjs/json-rpc": "npm:^0.32.3" - "@cosmjs/math": "npm:^0.32.3" - "@cosmjs/socket": "npm:^0.32.3" - "@cosmjs/stream": "npm:^0.32.3" - "@cosmjs/utils": "npm:^0.32.3" - axios: "npm:^1.6.0" - readonly-date: "npm:^1.0.0" - xstream: "npm:^11.14.0" - checksum: 10c0/9ccde526456e9c4be7a2562c3def25a016267404a057e807ecc0f520aeb0cbfc5bf04bfca58ceecd6f7bf61b7089924c7949c13a7d685efc7ad946b71388c3df - languageName: node - linkType: hard - "@cosmjs/utils@npm:^0.29.4, @cosmjs/utils@npm:^0.29.5": version: 0.29.5 resolution: "@cosmjs/utils@npm:0.29.5" @@ -541,491 +305,6 @@ __metadata: languageName: node linkType: hard -"@cosmjs/utils@npm:^0.32.3": - version: 0.32.3 - resolution: "@cosmjs/utils@npm:0.32.3" - checksum: 10c0/e21cb0387d135142fdebe64fadfe2f7c9446b8b974b9d0dff7a02f04e17e79fcfc3946258ad79af1db35b252058d97c38e1f90f2f14e903a37d85316f31efde6 - languageName: node - linkType: hard - -"@cosmos-kit/cdcwallet-extension@npm:^2.15.6": - version: 2.15.6 - resolution: "@cosmos-kit/cdcwallet-extension@npm:2.15.6" - dependencies: - "@chain-registry/keplr": "npm:^1.69.13" - "@cosmos-kit/core": "npm:^2.15.4" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@cosmjs/proto-signing": ">=0.32.3" - checksum: 10c0/0b4a320eda50f887b8ccfc3c50158ee7af545f511bf206950564f2aeaf0c75513548c7b282979358738e0f3fef9dcfc8f96219e44fc6dd8d5c638ef36f1644c4 - languageName: node - linkType: hard - -"@cosmos-kit/cdcwallet@npm:^2.15.3": - version: 2.15.6 - resolution: "@cosmos-kit/cdcwallet@npm:2.15.6" - dependencies: - "@cosmos-kit/cdcwallet-extension": "npm:^2.15.6" - checksum: 10c0/7311269d388e0be7d46d8f0b0a8ad633ea8079a5172d561727b522f4642609c4484ffd6eca28b1048b827dc902f0ba2fcf1b938e474a75f34331d51571c37eca - languageName: node - linkType: hard - -"@cosmos-kit/coin98-extension@npm:^2.14.6": - version: 2.14.6 - resolution: "@cosmos-kit/coin98-extension@npm:2.14.6" - dependencies: - "@chain-registry/keplr": "npm:^1.69.13" - "@cosmos-kit/core": "npm:^2.15.4" - cosmjs-types: "npm:>=0.9.0" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@cosmjs/proto-signing": ">=0.32.3" - checksum: 10c0/87e2a4ef75f66d240b2bfa385bea52aa709673aac3e5a3854eefb4827612e6376de7c1c33fc6a08332932c050225a9108b677335f0bd0c4e43f93b0869e9cc40 - languageName: node - linkType: hard - -"@cosmos-kit/coin98@npm:^2.13.3": - version: 2.13.6 - resolution: "@cosmos-kit/coin98@npm:2.13.6" - dependencies: - "@cosmos-kit/coin98-extension": "npm:^2.14.6" - checksum: 10c0/0b34c901bca57c06261eaf180cf90e94d85b894516fb9ecdb67add9f6acc1305926a64b5cf1964e2f64a7e1e6b8285f00715177721a17c3c0347d94f91442dd0 - languageName: node - linkType: hard - -"@cosmos-kit/compass-extension@npm:^2.13.6": - version: 2.13.6 - resolution: "@cosmos-kit/compass-extension@npm:2.13.6" - dependencies: - "@chain-registry/keplr": "npm:^1.69.13" - "@cosmos-kit/core": "npm:^2.15.4" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@cosmjs/proto-signing": ">=0.32.3" - checksum: 10c0/3c50cd32b9dfe38238a53c399e6502bce708adcce6776073c7930814872d0090e23123e504c796d2ed6ede401d8721ba25a53671b398e05c24d9d16ab3024a56 - languageName: node - linkType: hard - -"@cosmos-kit/compass@npm:^2.13.3": - version: 2.13.6 - resolution: "@cosmos-kit/compass@npm:2.13.6" - dependencies: - "@cosmos-kit/compass-extension": "npm:^2.13.6" - checksum: 10c0/d3b7d9a686b510bbd4b9fea5eebb79e8906c44979e57e7a2170cff784b3d368c26f3e1ddb894ac180415c48c96c617b001b1c7fa385b3b933b449df82660b44f - languageName: node - linkType: hard - -"@cosmos-kit/core@npm:^2.15.4": - version: 2.15.4 - resolution: "@cosmos-kit/core@npm:2.15.4" - dependencies: - "@chain-registry/client": "npm:^1.49.11" - "@chain-registry/keplr": "npm:^1.69.13" - "@chain-registry/types": "npm:^0.46.11" - "@cosmjs/amino": "npm:^0.32.3" - "@cosmjs/cosmwasm-stargate": "npm:^0.32.3" - "@cosmjs/proto-signing": "npm:^0.32.3" - "@cosmjs/stargate": "npm:^0.32.3" - "@dao-dao/cosmiframe": "npm:^1.0.0-rc.1" - "@walletconnect/types": "npm:2.11.0" - bowser: "npm:2.11.0" - cosmjs-types: "npm:^0.9.0" - events: "npm:3.3.0" - nock: "npm:13.5.4" - uuid: "npm:^9.0.1" - checksum: 10c0/49d15fefdd11f55df4b3359ca7b1822f1bb324099da71e5c49b719618db27904b23d82f20326ac99b318d48246f8f76c2b817838edcbdd57547746728b2b97f9 - languageName: node - linkType: hard - -"@cosmos-kit/cosmostation-extension@npm:^2.15.5": - version: 2.15.5 - resolution: "@cosmos-kit/cosmostation-extension@npm:2.15.5" - dependencies: - "@chain-registry/cosmostation": "npm:^1.67.13" - "@cosmos-kit/core": "npm:^2.15.4" - cosmjs-types: "npm:^0.9.0" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@cosmjs/proto-signing": ">=0.32.3" - checksum: 10c0/6e17d2cf5ed253bf90b8db86f7267b670b37e3ba11f525178df999277f002c73cfbc675bafc37070804df76d1bd881f74aadcc390a8457d9bd6fffc94762c97a - languageName: node - linkType: hard - -"@cosmos-kit/cosmostation-mobile@npm:^2.13.5": - version: 2.13.5 - resolution: "@cosmos-kit/cosmostation-mobile@npm:2.13.5" - dependencies: - "@chain-registry/cosmostation": "npm:1.67.13" - "@cosmos-kit/core": "npm:^2.15.4" - "@cosmos-kit/walletconnect": "npm:^2.12.4" - checksum: 10c0/021ee18578317ada3c7d7ead04329859ef16c4429a47e854325b0909089f04f8fa975318f73044e607f696f42c83a6980f9eeb03f9466e4e5fda4921030734a0 - languageName: node - linkType: hard - -"@cosmos-kit/cosmostation@npm:^2.14.2": - version: 2.14.5 - resolution: "@cosmos-kit/cosmostation@npm:2.14.5" - dependencies: - "@cosmos-kit/cosmostation-extension": "npm:^2.15.5" - "@cosmos-kit/cosmostation-mobile": "npm:^2.13.5" - checksum: 10c0/ef83b0aec605ebc143d3ea12e0fde472e9bd50bc48fab95e02fbe43d00b2d223d8821e8ca06fbd1e979bf3236e32f32e91f60b586d34a7aded3501823a2125dd - languageName: node - linkType: hard - -"@cosmos-kit/ctrl-extension@npm:^2.14.5": - version: 2.14.5 - resolution: "@cosmos-kit/ctrl-extension@npm:2.14.5" - dependencies: - "@cosmos-kit/core": "npm:^2.15.4" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@cosmjs/proto-signing": ">=0.32.3" - checksum: 10c0/d4606b25a3d27071e1ce66e7760916cc9ccff3cb3090b97a5df61016afac583f4088c156321543110687f5c03e9fe5aa724073d0336d9b3e4e7debeffffe9125 - languageName: node - linkType: hard - -"@cosmos-kit/ctrl@npm:^2.13.2": - version: 2.13.5 - resolution: "@cosmos-kit/ctrl@npm:2.13.5" - dependencies: - "@cosmos-kit/ctrl-extension": "npm:^2.14.5" - checksum: 10c0/568c27fddf2b7cccef224ab2917692791d3cfeb1e682f4b620c0b9c2f6992126349e0987ff467d9b7116e348f9bf8e2ec33202acd761a87b4cb99ec9e018aff9 - languageName: node - linkType: hard - -"@cosmos-kit/exodus-extension@npm:^2.12.5": - version: 2.12.5 - resolution: "@cosmos-kit/exodus-extension@npm:2.12.5" - dependencies: - "@cosmos-kit/core": "npm:^2.15.4" - react-icons: "npm:4.4.0" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@cosmjs/proto-signing": ">=0.32.3" - checksum: 10c0/2b9d1deb793f8a4495196123853a82dcc066d0757a9590ab2469cb35746c3717570d097388bdb5e09b522f8945150c8c4fcf0f31af5ad3dee48b186e67700b50 - languageName: node - linkType: hard - -"@cosmos-kit/exodus@npm:^2.12.2": - version: 2.12.5 - resolution: "@cosmos-kit/exodus@npm:2.12.5" - dependencies: - "@cosmos-kit/exodus-extension": "npm:^2.12.5" - checksum: 10c0/cd31b2211d12ccfbd1fefec00bbf01889cf31a163f8faddb30390b33ba0d5ad7d830d67e2af63b6fb330a90c08f602aabadb9687a314123710536cf0a61efcd7 - languageName: node - linkType: hard - -"@cosmos-kit/fin-extension@npm:^2.13.6": - version: 2.13.6 - resolution: "@cosmos-kit/fin-extension@npm:2.13.6" - dependencies: - "@chain-registry/keplr": "npm:^1.69.13" - "@cosmos-kit/core": "npm:^2.15.4" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@cosmjs/proto-signing": ">=0.32.3" - checksum: 10c0/0a0e21f112a43cad7a988b7b795ccb1c04b709dc20c335e2dc42be8aae80aef9d9184395e5ad9d16fc6a317a58c7865eac65af1c349cd3e0f022ac3428426714 - languageName: node - linkType: hard - -"@cosmos-kit/fin@npm:^2.13.3": - version: 2.13.6 - resolution: "@cosmos-kit/fin@npm:2.13.6" - dependencies: - "@cosmos-kit/fin-extension": "npm:^2.13.6" - checksum: 10c0/bedf9ac7f533dbf15f270171e3e19e1b3fb7f79e032b4a27e1a20d456fd280bbfe007498a69fb2c46cf0d7e89483e19d51383ab31142dc3e8d54ed6181b0fbeb - languageName: node - linkType: hard - -"@cosmos-kit/keplr-extension@npm:^2.14.5": - version: 2.14.5 - resolution: "@cosmos-kit/keplr-extension@npm:2.14.5" - dependencies: - "@chain-registry/keplr": "npm:^1.69.13" - "@cosmos-kit/core": "npm:^2.15.4" - "@keplr-wallet/provider-extension": "npm:^0.12.95" - "@keplr-wallet/types": "npm:^0.12.95" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@cosmjs/proto-signing": ">=0.32.3" - checksum: 10c0/820d8a66574e331c7c47bc93c1616e15bcaa2b2c3b5fd0a66136a56ade64c9e75a8204a56b2625dc1fd91316296e83ea6e7ebdb82884f0f8131efe3a951f8f33 - languageName: node - linkType: hard - -"@cosmos-kit/keplr-mobile@npm:^2.14.6": - version: 2.14.6 - resolution: "@cosmos-kit/keplr-mobile@npm:2.14.6" - dependencies: - "@chain-registry/keplr": "npm:^1.69.13" - "@cosmos-kit/core": "npm:^2.15.4" - "@cosmos-kit/keplr-extension": "npm:^2.14.5" - "@cosmos-kit/walletconnect": "npm:^2.12.4" - "@keplr-wallet/provider-extension": "npm:^0.12.95" - "@keplr-wallet/wc-client": "npm:^0.12.95" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@cosmjs/proto-signing": ">=0.32.3" - checksum: 10c0/7cdeefedefdd18e11b826a3f956fb5e2c64a7041638f3e645389a0cee5738219bc056ccc9e0ad729a3e34f297092c5d31256a00ac40cbbb1345ab6c926b9e665 - languageName: node - linkType: hard - -"@cosmos-kit/keplr@npm:^2.14.3": - version: 2.14.6 - resolution: "@cosmos-kit/keplr@npm:2.14.6" - dependencies: - "@cosmos-kit/keplr-extension": "npm:^2.14.5" - "@cosmos-kit/keplr-mobile": "npm:^2.14.6" - checksum: 10c0/3213e7cb80e13a172eb647f8b3b8fb0c88ec3fc9e622e49b83cbb01efa2b16bf28c271fdce2c0d8ffc421dfa4058f024969de9ea41d2bfd1d037c2bb9eddb814 - languageName: node - linkType: hard - -"@cosmos-kit/leap-extension@npm:^2.14.6": - version: 2.14.6 - resolution: "@cosmos-kit/leap-extension@npm:2.14.6" - dependencies: - "@chain-registry/keplr": "npm:^1.69.13" - "@cosmos-kit/core": "npm:^2.15.4" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@cosmjs/proto-signing": ">=0.32.3" - checksum: 10c0/d98bd66c313e76d1f461ac2f89103247dfcb21e240ebfb20143ccc59155f13eb5ced9974b30ca7aec3ef6cb7fb0ee7d49a09edf805059dfea8f240178f6a3cea - languageName: node - linkType: hard - -"@cosmos-kit/leap-metamask-cosmos-snap@npm:^0.14.6": - version: 0.14.6 - resolution: "@cosmos-kit/leap-metamask-cosmos-snap@npm:0.14.6" - dependencies: - "@chain-registry/keplr": "npm:^1.69.13" - "@cosmos-kit/core": "npm:^2.15.4" - "@leapwallet/cosmos-snap-provider": "npm:0.1.26" - "@metamask/providers": "npm:^11.1.1" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@cosmjs/proto-signing": ">=0.32.3" - cosmjs-types: ">=0.9.0" - checksum: 10c0/d30235f0af698f0e9978a712af7578101309202b2ff1d98151b3676d0a6a9f38e97bb0ff648da3b891650d87fbe8db7871a6cd40c274b22e2ef2b0c9bc346e4f - languageName: node - linkType: hard - -"@cosmos-kit/leap-mobile@npm:^2.13.6": - version: 2.13.6 - resolution: "@cosmos-kit/leap-mobile@npm:2.13.6" - dependencies: - "@chain-registry/keplr": "npm:^1.69.13" - "@cosmos-kit/core": "npm:^2.15.4" - "@cosmos-kit/walletconnect": "npm:^2.12.4" - checksum: 10c0/df9f7de195bcc9e30ff185e341e5bd39ec251be0a4af7e04f4326bc635155aec3d037706234670048ea3b11095e96c5f1619f0e63424b2ae3ca4c4f7500e4426 - languageName: node - linkType: hard - -"@cosmos-kit/leap@npm:^2.14.3": - version: 2.14.6 - resolution: "@cosmos-kit/leap@npm:2.14.6" - dependencies: - "@cosmos-kit/leap-extension": "npm:^2.14.6" - "@cosmos-kit/leap-metamask-cosmos-snap": "npm:^0.14.6" - "@cosmos-kit/leap-mobile": "npm:^2.13.6" - checksum: 10c0/75314c821631a979fd8d6b7bf21acefcb7642f46edba230ca337d4d98ee2418086c53c30f1287603c89dacca5a101476c9a5ab0c4bb0a59297f04684dbe62fb9 - languageName: node - linkType: hard - -"@cosmos-kit/ledger@npm:^2.13.2": - version: 2.13.6 - resolution: "@cosmos-kit/ledger@npm:2.13.6" - dependencies: - "@cosmos-kit/core": "npm:^2.15.4" - "@ledgerhq/hw-app-cosmos": "npm:^6.30.4" - "@ledgerhq/hw-transport-webhid": "npm:^6.30.0" - "@ledgerhq/hw-transport-webusb": "npm:^6.29.4" - peerDependencies: - "@cosmjs/amino": ">=0.32.4" - "@cosmjs/crypto": ">=0.32.4" - "@cosmjs/encoding": ">=0.32.4" - "@cosmjs/proto-signing": ">=0.32.4" - checksum: 10c0/8a6c12ea660e0ed2cb8a7068ca7e6a42fa25cad0cd23260d2887d354c53aa7ff12b8a14c23b892b067f3b1b619f1fb8edfafa0f284edfa5976729f2fd0513e42 - languageName: node - linkType: hard - -"@cosmos-kit/okxwallet-extension@npm:^2.13.1": - version: 2.13.4 - resolution: "@cosmos-kit/okxwallet-extension@npm:2.13.4" - dependencies: - "@cosmos-kit/core": "npm:^2.15.4" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@cosmjs/proto-signing": ">=0.32.3" - checksum: 10c0/c4a908e81695072cd99961db0bfe4bc9f4f9eb8ee4782d93080ccbbfd88e10fef1bc2accd70490e65f718299b8bd3643b5372fe96520578fe8954cc359ec1b27 - languageName: node - linkType: hard - -"@cosmos-kit/omni-mobile@npm:^2.12.5": - version: 2.12.5 - resolution: "@cosmos-kit/omni-mobile@npm:2.12.5" - dependencies: - "@cosmos-kit/core": "npm:^2.15.4" - "@cosmos-kit/walletconnect": "npm:^2.12.4" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@cosmjs/proto-signing": ">=0.32.3" - checksum: 10c0/5ba530eaf87b3cc20f68ee31e9fa57591ed14239531894eb6d240748a0cc52a96f83951ea7d8064b18e9521f5abb026369624652b8b2fac1594c64832a0daab5 - languageName: node - linkType: hard - -"@cosmos-kit/omni@npm:^2.12.2": - version: 2.12.5 - resolution: "@cosmos-kit/omni@npm:2.12.5" - dependencies: - "@cosmos-kit/omni-mobile": "npm:^2.12.5" - checksum: 10c0/66cfe90e5277c0cc1bb18a25442dc68721baee8a2efcbc26e4dbab9f2a9f7bad8270cb970609c789669188b47e52bc6258b18b36e8624971df77bfdb74c17846 - languageName: node - linkType: hard - -"@cosmos-kit/owallet-extension@npm:^2.14.6": - version: 2.14.6 - resolution: "@cosmos-kit/owallet-extension@npm:2.14.6" - dependencies: - "@chain-registry/keplr": "npm:^1.69.13" - "@cosmos-kit/core": "npm:^2.15.4" - "@keplr-wallet/types": "npm:^0.12.90" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@cosmjs/proto-signing": ">=0.32.3" - checksum: 10c0/98fca39cb7e2d57cb3fe20badeb2a841b7cb59c9d499dff6a62e15b2ddfd8628d6192519bee90d2e102ac4453621e0a59d96046cce05daf529da14201b158795 - languageName: node - linkType: hard - -"@cosmos-kit/owallet-mobile@npm:^2.15.5": - version: 2.15.5 - resolution: "@cosmos-kit/owallet-mobile@npm:2.15.5" - dependencies: - "@chain-registry/keplr": "npm:1.68.2" - "@cosmos-kit/core": "npm:^2.15.4" - "@cosmos-kit/walletconnect": "npm:^2.12.4" - checksum: 10c0/7d25ed2629edf55f6c2c0d6ca8897abf018f006a803ebd049f4592ebe115408b4d3571ddc4d6c5de62e12b9ea88c85d332c38fb7ab59eda60ba9021a9ea69fdb - languageName: node - linkType: hard - -"@cosmos-kit/owallet@npm:^2.14.2": - version: 2.14.5 - resolution: "@cosmos-kit/owallet@npm:2.14.5" - dependencies: - "@cosmos-kit/owallet-extension": "npm:^2.14.6" - "@cosmos-kit/owallet-mobile": "npm:^2.15.5" - checksum: 10c0/102620bcfa63187f319679fbf3121e0336418bfef0c6664ca1f7cfb8d6a888e41617d5fbc2a00f4464976a55c1576891b8db7d1ffb5984666a778c3d4734edd0 - languageName: node - linkType: hard - -"@cosmos-kit/shell-extension@npm:^2.13.6": - version: 2.13.6 - resolution: "@cosmos-kit/shell-extension@npm:2.13.6" - dependencies: - "@chain-registry/keplr": "npm:^1.69.13" - "@cosmos-kit/core": "npm:^2.15.4" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@cosmjs/proto-signing": ">=0.32.3" - checksum: 10c0/fea6593693f3e71855c62106c7981995c80e31decea22854e71eac1a445896285d160d2d5e9ef8a091438316bdeed16e5be2b48bc9226a728b14ed8929251804 - languageName: node - linkType: hard - -"@cosmos-kit/shell@npm:^2.13.3": - version: 2.13.6 - resolution: "@cosmos-kit/shell@npm:2.13.6" - dependencies: - "@cosmos-kit/shell-extension": "npm:^2.13.6" - checksum: 10c0/7f0340ffec1526fb141b505c56c0aaae658c8ec5a375b3cc554e9d007faf29dccae78474708ac5dc3d30a8fb663f23b397ff650a87a87dc59549a5163419505d - languageName: node - linkType: hard - -"@cosmos-kit/tailwind-extension@npm:^1.7.5": - version: 1.7.5 - resolution: "@cosmos-kit/tailwind-extension@npm:1.7.5" - dependencies: - "@cosmos-kit/core": "npm:^2.15.4" - checksum: 10c0/2e98545c0e5e41dc20ec0b935619252fdcacb7d34a73241ec9681dced0a7f947e71f868fc69717c8f4a8d6c4067e0a3ad3353aa62989a66e4910b136e8f468c2 - languageName: node - linkType: hard - -"@cosmos-kit/tailwind@npm:^1.7.2": - version: 1.7.5 - resolution: "@cosmos-kit/tailwind@npm:1.7.5" - dependencies: - "@cosmos-kit/tailwind-extension": "npm:^1.7.5" - checksum: 10c0/3ba53ccac3cb55b389d8fab3921baded5dc6722c422e07757b55101c4e9ac054088ecd2e7cc3444db5ed128ad20c7c6e5b4b0ea81eab991c839fd1917890664b - languageName: node - linkType: hard - -"@cosmos-kit/trust-extension@npm:^2.12.5": - version: 2.12.5 - resolution: "@cosmos-kit/trust-extension@npm:2.12.5" - dependencies: - "@cosmos-kit/core": "npm:^2.15.4" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@cosmjs/proto-signing": ">=0.32.3" - checksum: 10c0/c54bc2bf16f8a8b3aa7fd0964cdafa215e92f9e183fd80dddd56296254511f55ee529ff0ed556cb8aa8d830af7e15b16cdcabe1d13d26546326b9da2d4e05582 - languageName: node - linkType: hard - -"@cosmos-kit/trust-mobile@npm:^2.12.5": - version: 2.12.5 - resolution: "@cosmos-kit/trust-mobile@npm:2.12.5" - dependencies: - "@cosmos-kit/core": "npm:^2.15.4" - "@cosmos-kit/walletconnect": "npm:^2.12.4" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@cosmjs/proto-signing": ">=0.32.3" - checksum: 10c0/e80e3e53803c1dc05dcba860bb0939b90e3659f0da0486a96ad3f0ddf0353baf8dd70af999ba7f33c048a37cc31e1a2b2ddbfdcedac30cb7e467b24ea9bf163f - languageName: node - linkType: hard - -"@cosmos-kit/trust@npm:^2.13.2": - version: 2.13.5 - resolution: "@cosmos-kit/trust@npm:2.13.5" - dependencies: - "@cosmos-kit/trust-extension": "npm:^2.12.5" - "@cosmos-kit/trust-mobile": "npm:^2.12.5" - checksum: 10c0/295d4442591e66f8d3be177f695c3eedb5a8b71d48d9c5bb6555c72ef73f014edc01d40ba3338e6e36a7c8be4c2d205826939e198e49e66dd68fd3fec643545f - languageName: node - linkType: hard - -"@cosmos-kit/walletconnect@npm:^2.12.4": - version: 2.12.4 - resolution: "@cosmos-kit/walletconnect@npm:2.12.4" - dependencies: - "@cosmjs/proto-signing": "npm:^0.32.3" - "@cosmos-kit/core": "npm:^2.15.4" - "@walletconnect/sign-client": "npm:^2.9.0" - "@walletconnect/utils": "npm:^2.9.0" - events: "npm:3.3.0" - peerDependencies: - "@cosmjs/amino": ">=0.32.3" - "@walletconnect/types": 2.11.0 - checksum: 10c0/1fbdb8f526ab8f880e52537380315f948fa56b85e5c25ba92593c6212d645f9f5c89eb168ed516e6ee9c9fbe4b780574bb113e0df3a9b39c27a746fba695ffee - languageName: node - linkType: hard - -"@cosmostation/extension-client@npm:0.1.15": - version: 0.1.15 - resolution: "@cosmostation/extension-client@npm:0.1.15" - checksum: 10c0/4afc033a6f0c894a632b5b6806c9588daab2aeb0afd3004429be2b6ec96636b9103f3097b86c606de3df239451dce4efdc930acdb0835919cc3f6727755871c3 - languageName: node - linkType: hard - -"@dao-dao/cosmiframe@npm:^1.0.0-rc.1": - version: 1.0.0-rc.1 - resolution: "@dao-dao/cosmiframe@npm:1.0.0-rc.1" - dependencies: - uuid: "npm:^9.0.1" - peerDependencies: - "@cosmjs/amino": "*" - "@cosmjs/proto-signing": "*" - checksum: 10c0/145af9b412d24e56827085328689b99c40e1116d50b76f0219ddacfe74b8c4249f74653bbbe58733636dca109119ba342d2976c2dcee3198e3b01b4257b3b9bc - languageName: node - linkType: hard - "@emotion/babel-plugin@npm:^11.10.6": version: 11.11.0 resolution: "@emotion/babel-plugin@npm:11.11.0" @@ -1582,7 +861,6 @@ __metadata: "@types/react-dom": "npm:^18.3.0" bignumber.js: "npm:^9.1.1" chain-registry: "npm:^1.69.32" - cosmos-kit: "npm:2.23.4" dayjs: "npm:^1.11.7" eslint: "npm:8.28.0" eslint-config-next: "npm:13.0.5" @@ -1990,37 +1268,6 @@ __metadata: languageName: node linkType: hard -"@keplr-wallet/provider-extension@npm:^0.12.95": - version: 0.12.103 - resolution: "@keplr-wallet/provider-extension@npm:0.12.103" - dependencies: - "@keplr-wallet/types": "npm:0.12.103" - deepmerge: "npm:^4.2.2" - long: "npm:^4.0.0" - checksum: 10c0/7ec7fecb10e6787aef7cbf25afe62b08f36a7cb06a97a3c14ee9716fc5e87928a172c25aa25555d9b0e90f775462cf9e9ed8912d285a9fa3c8c74f2a01bb37be - languageName: node - linkType: hard - -"@keplr-wallet/provider@npm:0.12.103": - version: 0.12.103 - resolution: "@keplr-wallet/provider@npm:0.12.103" - dependencies: - "@keplr-wallet/router": "npm:0.12.103" - "@keplr-wallet/types": "npm:0.12.103" - buffer: "npm:^6.0.3" - deepmerge: "npm:^4.2.2" - long: "npm:^4.0.0" - checksum: 10c0/d627fc3853cbf4604dc90895a1d4865fac4d937a652e43fb524e7ebf4f34af2457fa85cd10e81f97ec8cf4dee3e183833e4e2b767d9f437b3494d780678460c4 - languageName: node - linkType: hard - -"@keplr-wallet/router@npm:0.12.103": - version: 0.12.103 - resolution: "@keplr-wallet/router@npm:0.12.103" - checksum: 10c0/66c35ab69c0481d13f2c50805ac60d5a3687d2e3e2e3f29f802d9639d5e855af2fab925ec822c279bd8de357168e82e37ee0f7fc16da5ad6f258c8f5513af868 - languageName: node - linkType: hard - "@keplr-wallet/simple-fetch@npm:0.12.28": version: 0.12.28 resolution: "@keplr-wallet/simple-fetch@npm:0.12.28" @@ -2028,15 +1275,6 @@ __metadata: languageName: node linkType: hard -"@keplr-wallet/types@npm:0.12.103, @keplr-wallet/types@npm:^0.12.95": - version: 0.12.103 - resolution: "@keplr-wallet/types@npm:0.12.103" - dependencies: - long: "npm:^4.0.0" - checksum: 10c0/b1a70019c90ef155ee7c380c2cd68d28de05d1969eaba6108f26a0ab490c3ec87903433863258d8e6452aeb9abb373de6148b53806d47aebb274f5c1c59cf0fa - languageName: node - linkType: hard - "@keplr-wallet/types@npm:0.12.176": version: 0.12.176 resolution: "@keplr-wallet/types@npm:0.12.176" @@ -2057,15 +1295,6 @@ __metadata: languageName: node linkType: hard -"@keplr-wallet/types@npm:^0.12.90": - version: 0.12.104 - resolution: "@keplr-wallet/types@npm:0.12.104" - dependencies: - long: "npm:^4.0.0" - checksum: 10c0/4b8718f8e756109e6b4aeee4f7e08e0dbdef73f00ef7dbb46cdf578ceeda1d0f5f9bc2f5a2ba8376d38aa4496fc63cd2eeec858f949df20ed6075d5bfc658a0a - languageName: node - linkType: hard - "@keplr-wallet/unit@npm:0.12.28": version: 0.12.28 resolution: "@keplr-wallet/unit@npm:0.12.28" @@ -2077,34 +1306,6 @@ __metadata: languageName: node linkType: hard -"@keplr-wallet/wc-client@npm:^0.12.95": - version: 0.12.103 - resolution: "@keplr-wallet/wc-client@npm:0.12.103" - dependencies: - "@keplr-wallet/provider": "npm:0.12.103" - "@keplr-wallet/types": "npm:0.12.103" - buffer: "npm:^6.0.3" - deepmerge: "npm:^4.2.2" - long: "npm:^3 || ^4 || ^5" - peerDependencies: - "@walletconnect/sign-client": ^2 - "@walletconnect/types": ^2 - checksum: 10c0/47645d181ac05e5de00d3de432f4b4512aaf16af63e381a449cc516592e06e01e4b5c500ceac8fec49b481c1a9db67a57be2c12eeb225748f0fad394f8c0e1a4 - languageName: node - linkType: hard - -"@leapwallet/cosmos-snap-provider@npm:0.1.26": - version: 0.1.26 - resolution: "@leapwallet/cosmos-snap-provider@npm:0.1.26" - dependencies: - "@cosmjs/amino": "npm:^0.32.0" - "@cosmjs/proto-signing": "npm:^0.32.0" - bignumber.js: "npm:^9.1.2" - long: "npm:^5.2.3" - checksum: 10c0/e6a74773eed4754b37777bfbd946fbfd902213774eabb047c3c4a9aec82728be42196d79aee735cefe6e03bd77be4548805a5fd373eba741dd9667004f43523a - languageName: node - linkType: hard - "@ledgerhq/devices@npm:8.4.4, @ledgerhq/devices@npm:^8.4.4": version: 8.4.4 resolution: "@ledgerhq/devices@npm:8.4.4" @@ -2178,50 +1379,6 @@ __metadata: languageName: node linkType: hard -"@metamask/object-multiplex@npm:^1.1.0": - version: 1.3.0 - resolution: "@metamask/object-multiplex@npm:1.3.0" - dependencies: - end-of-stream: "npm:^1.4.4" - once: "npm:^1.4.0" - readable-stream: "npm:^2.3.3" - checksum: 10c0/24d80303b545da4c6de77a4f6adf46b3a498e15024f6b40b6e3594cbc7b77248b86b83716f343c24fc62379486b47ab4e5b0a4103552354f08e9fb68ecb01c7c - languageName: node - linkType: hard - -"@metamask/providers@npm:^11.1.1": - version: 11.1.2 - resolution: "@metamask/providers@npm:11.1.2" - dependencies: - "@metamask/object-multiplex": "npm:^1.1.0" - "@metamask/safe-event-emitter": "npm:^3.0.0" - detect-browser: "npm:^5.2.0" - eth-rpc-errors: "npm:^4.0.2" - extension-port-stream: "npm:^2.1.1" - fast-deep-equal: "npm:^3.1.3" - is-stream: "npm:^2.0.0" - json-rpc-engine: "npm:^6.1.0" - json-rpc-middleware-stream: "npm:^4.2.1" - pump: "npm:^3.0.0" - webextension-polyfill: "npm:^0.10.0" - checksum: 10c0/0c0da8735be8943b1801f98115a87554076e97d5ff00fad83bb707992bb35fb8a849ff0f04aecb1ff54ebeba47ba61326e39c5b9b6de373839e18607e2ee7c7b - languageName: node - linkType: hard - -"@metamask/safe-event-emitter@npm:^2.0.0": - version: 2.0.0 - resolution: "@metamask/safe-event-emitter@npm:2.0.0" - checksum: 10c0/a86b91f909834dc14de7eadd38b22d4975f6529001d265cd0f5c894351f69f39447f1ef41b690b9849c86dd2a25a39515ef5f316545d36aea7b3fc50ee930933 - languageName: node - linkType: hard - -"@metamask/safe-event-emitter@npm:^3.0.0": - version: 3.1.1 - resolution: "@metamask/safe-event-emitter@npm:3.1.1" - checksum: 10c0/4dd51651fa69adf65952449b20410acac7edad06f176dc6f0a5d449207527a2e85d5a21a864566e3d8446fb259f8840bd69fdb65932007a882f771f473a2b682 - languageName: node - linkType: hard - "@motionone/animation@npm:^10.17.0": version: 10.17.0 resolution: "@motionone/animation@npm:10.17.0" @@ -4349,7 +3506,7 @@ __metadata: languageName: node linkType: hard -"@stablelib/x25519@npm:1.0.3, @stablelib/x25519@npm:^1.0.3": +"@stablelib/x25519@npm:1.0.3": version: 1.0.3 resolution: "@stablelib/x25519@npm:1.0.3" dependencies: @@ -4727,31 +3884,6 @@ __metadata: languageName: node linkType: hard -"@walletconnect/core@npm:2.12.1": - version: 2.12.1 - resolution: "@walletconnect/core@npm:2.12.1" - dependencies: - "@walletconnect/heartbeat": "npm:1.2.1" - "@walletconnect/jsonrpc-provider": "npm:1.0.13" - "@walletconnect/jsonrpc-types": "npm:1.0.3" - "@walletconnect/jsonrpc-utils": "npm:1.0.8" - "@walletconnect/jsonrpc-ws-connection": "npm:1.0.14" - "@walletconnect/keyvaluestorage": "npm:^1.1.1" - "@walletconnect/logger": "npm:^2.1.0" - "@walletconnect/relay-api": "npm:^1.0.9" - "@walletconnect/relay-auth": "npm:^1.0.4" - "@walletconnect/safe-json": "npm:^1.0.2" - "@walletconnect/time": "npm:^1.0.2" - "@walletconnect/types": "npm:2.12.1" - "@walletconnect/utils": "npm:2.12.1" - events: "npm:^3.3.0" - isomorphic-unfetch: "npm:3.1.0" - lodash.isequal: "npm:4.5.0" - uint8arrays: "npm:^3.1.0" - checksum: 10c0/1bc872d5659fc229436e6ee620126c7d2f7e30c711dd2781fcc254a201b3b2ff3fee94a596681ac4797d023db2233904d1a679a920b11a4607a77478251d188d - languageName: node - linkType: hard - "@walletconnect/core@npm:2.17.5": version: 2.17.5 resolution: "@walletconnect/core@npm:2.17.5" @@ -4796,17 +3928,6 @@ __metadata: languageName: node linkType: hard -"@walletconnect/heartbeat@npm:1.2.1": - version: 1.2.1 - resolution: "@walletconnect/heartbeat@npm:1.2.1" - dependencies: - "@walletconnect/events": "npm:^1.0.1" - "@walletconnect/time": "npm:^1.0.2" - tslib: "npm:1.14.1" - checksum: 10c0/5ad46f26dcb7b9b3227f004cd74b18741d4cd32c21825a036eb03985c67a0cf859c285bc5635401966a99129e854d72de3458ff592370575ef7e52f5dd12ebbc - languageName: node - linkType: hard - "@walletconnect/heartbeat@npm:1.2.2": version: 1.2.2 resolution: "@walletconnect/heartbeat@npm:1.2.2" @@ -4818,35 +3939,14 @@ __metadata: languageName: node linkType: hard -"@walletconnect/jsonrpc-provider@npm:1.0.13": - version: 1.0.13 - resolution: "@walletconnect/jsonrpc-provider@npm:1.0.13" - dependencies: - "@walletconnect/jsonrpc-utils": "npm:^1.0.8" - "@walletconnect/safe-json": "npm:^1.0.2" - tslib: "npm:1.14.1" - checksum: 10c0/9b5b2f0ce516d2ddebe2cd1a2c8ea18a6b765b0d068162caf39745c18534e264a0cc6198adb869ba8684d0efa563be30956a3b9a7cc82b80b9e263f6211e30ab - languageName: node - linkType: hard - "@walletconnect/jsonrpc-provider@npm:1.0.14": version: 1.0.14 resolution: "@walletconnect/jsonrpc-provider@npm:1.0.14" dependencies: - "@walletconnect/jsonrpc-utils": "npm:^1.0.8" - "@walletconnect/safe-json": "npm:^1.0.2" - events: "npm:^3.3.0" - checksum: 10c0/9801bd516d81e92977b6add213da91e0e4a7a5915ad22685a4d2a733bab6199e9053485b76340cd724c7faa17a1b0eb842696247944fd57fb581488a2e1bed75 - languageName: node - linkType: hard - -"@walletconnect/jsonrpc-types@npm:1.0.3, @walletconnect/jsonrpc-types@npm:^1.0.2, @walletconnect/jsonrpc-types@npm:^1.0.3": - version: 1.0.3 - resolution: "@walletconnect/jsonrpc-types@npm:1.0.3" - dependencies: - keyvaluestorage-interface: "npm:^1.0.0" - tslib: "npm:1.14.1" - checksum: 10c0/a0fc8a88c62795bf4bf83d4e98a4e2cdd659ef70c73642582089fdf0994c54fd8050aa6cca85cfdcca6b77994e71334895e7a19649c325a8c822b059c2003884 + "@walletconnect/jsonrpc-utils": "npm:^1.0.8" + "@walletconnect/safe-json": "npm:^1.0.2" + events: "npm:^3.3.0" + checksum: 10c0/9801bd516d81e92977b6add213da91e0e4a7a5915ad22685a4d2a733bab6199e9053485b76340cd724c7faa17a1b0eb842696247944fd57fb581488a2e1bed75 languageName: node linkType: hard @@ -4860,6 +3960,16 @@ __metadata: languageName: node linkType: hard +"@walletconnect/jsonrpc-types@npm:^1.0.2, @walletconnect/jsonrpc-types@npm:^1.0.3": + version: 1.0.3 + resolution: "@walletconnect/jsonrpc-types@npm:1.0.3" + dependencies: + keyvaluestorage-interface: "npm:^1.0.0" + tslib: "npm:1.14.1" + checksum: 10c0/a0fc8a88c62795bf4bf83d4e98a4e2cdd659ef70c73642582089fdf0994c54fd8050aa6cca85cfdcca6b77994e71334895e7a19649c325a8c822b059c2003884 + languageName: node + linkType: hard + "@walletconnect/jsonrpc-utils@npm:1.0.8, @walletconnect/jsonrpc-utils@npm:^1.0.6, @walletconnect/jsonrpc-utils@npm:^1.0.8": version: 1.0.8 resolution: "@walletconnect/jsonrpc-utils@npm:1.0.8" @@ -4871,18 +3981,6 @@ __metadata: languageName: node linkType: hard -"@walletconnect/jsonrpc-ws-connection@npm:1.0.14": - version: 1.0.14 - resolution: "@walletconnect/jsonrpc-ws-connection@npm:1.0.14" - dependencies: - "@walletconnect/jsonrpc-utils": "npm:^1.0.6" - "@walletconnect/safe-json": "npm:^1.0.2" - events: "npm:^3.3.0" - ws: "npm:^7.5.1" - checksum: 10c0/a710ecc51f8d3ed819ba6d6e53151ef274473aa8746ffdeaffaa3d4c020405bc694b0d179649fc2510a556eb4daf02f4a9e3dacef69ff95f673939bd67be649e - languageName: node - linkType: hard - "@walletconnect/jsonrpc-ws-connection@npm:1.0.16": version: 1.0.16 resolution: "@walletconnect/jsonrpc-ws-connection@npm:1.0.16" @@ -4895,7 +3993,7 @@ __metadata: languageName: node linkType: hard -"@walletconnect/keyvaluestorage@npm:1.1.1, @walletconnect/keyvaluestorage@npm:^1.1.1": +"@walletconnect/keyvaluestorage@npm:1.1.1": version: 1.1.1 resolution: "@walletconnect/keyvaluestorage@npm:1.1.1" dependencies: @@ -4921,26 +4019,6 @@ __metadata: languageName: node linkType: hard -"@walletconnect/logger@npm:^2.0.1": - version: 2.0.1 - resolution: "@walletconnect/logger@npm:2.0.1" - dependencies: - pino: "npm:7.11.0" - tslib: "npm:1.14.1" - checksum: 10c0/1778686f608f03bc8a67fb560a2694e8aef74b392811508e98cc158d1839a1bb0a0256eb2ed719c4ee17e65a11543ddc4f9059d3bdd5dddcca6359ba1bab18bd - languageName: node - linkType: hard - -"@walletconnect/logger@npm:^2.1.0": - version: 2.1.0 - resolution: "@walletconnect/logger@npm:2.1.0" - dependencies: - "@walletconnect/safe-json": "npm:^1.0.2" - pino: "npm:7.11.0" - checksum: 10c0/3d7b4eaf3b1e95e8cc12740ef7768a2722f70d23998a4dc45422da6817829626c6d79fa3683bd8eb52c5e1091bd6b63773d7c04b1f2d1932167f38e0123b1537 - languageName: node - linkType: hard - "@walletconnect/relay-api@npm:1.0.11": version: 1.0.11 resolution: "@walletconnect/relay-api@npm:1.0.11" @@ -4950,17 +4028,7 @@ __metadata: languageName: node linkType: hard -"@walletconnect/relay-api@npm:^1.0.9": - version: 1.0.9 - resolution: "@walletconnect/relay-api@npm:1.0.9" - dependencies: - "@walletconnect/jsonrpc-types": "npm:^1.0.2" - tslib: "npm:1.14.1" - checksum: 10c0/e5994c63619b89cae45428108857389536f3c7e43a92f324a8ef305f351cf125dcfafeb9c480f23798c162ca2cad7b8f91828bae28a84cf869c3e7ee1dcca9dd - languageName: node - linkType: hard - -"@walletconnect/relay-auth@npm:1.0.4, @walletconnect/relay-auth@npm:^1.0.4": +"@walletconnect/relay-auth@npm:1.0.4": version: 1.0.4 resolution: "@walletconnect/relay-auth@npm:1.0.4" dependencies: @@ -5000,23 +4068,6 @@ __metadata: languageName: node linkType: hard -"@walletconnect/sign-client@npm:^2.9.0": - version: 2.12.1 - resolution: "@walletconnect/sign-client@npm:2.12.1" - dependencies: - "@walletconnect/core": "npm:2.12.1" - "@walletconnect/events": "npm:^1.0.1" - "@walletconnect/heartbeat": "npm:1.2.1" - "@walletconnect/jsonrpc-utils": "npm:1.0.8" - "@walletconnect/logger": "npm:^2.0.1" - "@walletconnect/time": "npm:^1.0.2" - "@walletconnect/types": "npm:2.12.1" - "@walletconnect/utils": "npm:2.12.1" - events: "npm:^3.3.0" - checksum: 10c0/ccf0ea03d953c0e7b06d037f9e4c2f957cc6a0134be31e55adb308f3ee88dd91c89e53c521317ea9b1274cf80a1ae9a28d2474258ad980714e07f254efe56e55 - languageName: node - linkType: hard - "@walletconnect/time@npm:1.0.2, @walletconnect/time@npm:^1.0.2": version: 1.0.2 resolution: "@walletconnect/time@npm:1.0.2" @@ -5026,34 +4077,6 @@ __metadata: languageName: node linkType: hard -"@walletconnect/types@npm:2.11.0": - version: 2.11.0 - resolution: "@walletconnect/types@npm:2.11.0" - dependencies: - "@walletconnect/events": "npm:^1.0.1" - "@walletconnect/heartbeat": "npm:1.2.1" - "@walletconnect/jsonrpc-types": "npm:1.0.3" - "@walletconnect/keyvaluestorage": "npm:^1.1.1" - "@walletconnect/logger": "npm:^2.0.1" - events: "npm:^3.3.0" - checksum: 10c0/7fa2493d8a9c938821f5234b4d2a087f903359875925a7abea3a0640aa765886c01b4846bbe5e39923b48883f7fd92c3f4ff8e643c4c894c50e9f715b3a881d8 - languageName: node - linkType: hard - -"@walletconnect/types@npm:2.12.1": - version: 2.12.1 - resolution: "@walletconnect/types@npm:2.12.1" - dependencies: - "@walletconnect/events": "npm:^1.0.1" - "@walletconnect/heartbeat": "npm:1.2.1" - "@walletconnect/jsonrpc-types": "npm:1.0.3" - "@walletconnect/keyvaluestorage": "npm:^1.1.1" - "@walletconnect/logger": "npm:^2.0.1" - events: "npm:^3.3.0" - checksum: 10c0/c04d2f769b5a2c7e72e501a50b95ccfad9bc086643dbd036779bb66662885c312be9ed0ddc7b095e26ed666d47494c912e8b82624e6e348063b42a73ba174299 - languageName: node - linkType: hard - "@walletconnect/types@npm:2.17.5, @walletconnect/types@npm:^2.17.3": version: 2.17.5 resolution: "@walletconnect/types@npm:2.17.5" @@ -5068,28 +4091,6 @@ __metadata: languageName: node linkType: hard -"@walletconnect/utils@npm:2.12.1, @walletconnect/utils@npm:^2.9.0": - version: 2.12.1 - resolution: "@walletconnect/utils@npm:2.12.1" - dependencies: - "@stablelib/chacha20poly1305": "npm:1.0.1" - "@stablelib/hkdf": "npm:1.0.1" - "@stablelib/random": "npm:^1.0.2" - "@stablelib/sha256": "npm:1.0.1" - "@stablelib/x25519": "npm:^1.0.3" - "@walletconnect/relay-api": "npm:^1.0.9" - "@walletconnect/safe-json": "npm:^1.0.2" - "@walletconnect/time": "npm:^1.0.2" - "@walletconnect/types": "npm:2.12.1" - "@walletconnect/window-getters": "npm:^1.0.1" - "@walletconnect/window-metadata": "npm:^1.0.1" - detect-browser: "npm:5.3.0" - query-string: "npm:7.1.3" - uint8arrays: "npm:^3.1.0" - checksum: 10c0/0864afecb5bbfa736e6d390cb0e0b721cdd03a9616a6c0c93a8f381cb8f0354db658800880131e9bbcf6e5a22e819bf413e197484dce3218b677fad6da068b8e - languageName: node - linkType: hard - "@walletconnect/utils@npm:2.17.5": version: 2.17.5 resolution: "@walletconnect/utils@npm:2.17.5" @@ -5126,7 +4127,7 @@ __metadata: languageName: node linkType: hard -"@walletconnect/window-metadata@npm:1.0.1, @walletconnect/window-metadata@npm:^1.0.1": +"@walletconnect/window-metadata@npm:1.0.1": version: 1.0.1 resolution: "@walletconnect/window-metadata@npm:1.0.1" dependencies: @@ -5448,17 +4449,6 @@ __metadata: languageName: node linkType: hard -"axios@npm:^1.6.0": - version: 1.6.8 - resolution: "axios@npm:1.6.8" - dependencies: - follow-redirects: "npm:^1.15.6" - form-data: "npm:^4.0.0" - proxy-from-env: "npm:^1.1.0" - checksum: 10c0/0f22da6f490335479a89878bc7d5a1419484fbb437b564a80c34888fc36759ae4f56ea28d55a191695e5ed327f0bad56e7ff60fb6770c14d1be6501505d47ab9 - languageName: node - linkType: hard - "axios@npm:^1.7.9": version: 1.7.9 resolution: "axios@npm:1.7.9" @@ -5534,13 +4524,6 @@ __metadata: languageName: node linkType: hard -"bfs-path@npm:^1.0.2": - version: 1.0.2 - resolution: "bfs-path@npm:1.0.2" - checksum: 10c0/776cd5cf823d0767bab64d9c029bcf3336a5ee3a3e15f8ef9186772885fa2a3dd2bf4e3a5a5e7a96d02805a85d983a51d0aff76712a5b5c0b331db37578d0b79 - languageName: node - linkType: hard - "big-integer@npm:^1.6.48": version: 1.6.52 resolution: "big-integer@npm:1.6.52" @@ -5548,7 +4531,7 @@ __metadata: languageName: node linkType: hard -"bignumber.js@npm:9.1.2, bignumber.js@npm:^9.1.1, bignumber.js@npm:^9.1.2": +"bignumber.js@npm:^9.1.1, bignumber.js@npm:^9.1.2": version: 9.1.2 resolution: "bignumber.js@npm:9.1.2" checksum: 10c0/e17786545433f3110b868725c449fa9625366a6e675cd70eb39b60938d6adbd0158cb4b3ad4f306ce817165d37e63f4aa3098ba4110db1d9a3b9f66abfbaf10d @@ -5616,7 +4599,7 @@ __metadata: languageName: node linkType: hard -"bowser@npm:2.11.0, bowser@npm:^2.11.0": +"bowser@npm:^2.11.0": version: 2.11.0 resolution: "bowser@npm:2.11.0" checksum: 10c0/04efeecc7927a9ec33c667fa0965dea19f4ac60b3fea60793c2e6cf06c1dcd2f7ae1dbc656f450c5f50783b1c75cf9dc173ba6f3b7db2feee01f8c4b793e1bd3 @@ -6005,13 +4988,6 @@ __metadata: languageName: node linkType: hard -"core-util-is@npm:~1.0.0": - version: 1.0.3 - resolution: "core-util-is@npm:1.0.3" - checksum: 10c0/90a0e40abbddfd7618f8ccd63a74d88deea94e77d0e8dbbea059fa7ebebb8fbb4e2909667fe26f3a467073de1a542ebe6ae4c73a73745ac5833786759cd906c9 - languageName: node - linkType: hard - "cosmiconfig@npm:^7.0.0": version: 7.1.0 resolution: "cosmiconfig@npm:7.1.0" @@ -6025,13 +5001,6 @@ __metadata: languageName: node linkType: hard -"cosmjs-types@npm:>=0.9.0, cosmjs-types@npm:^0.9.0": - version: 0.9.0 - resolution: "cosmjs-types@npm:0.9.0" - checksum: 10c0/bc20f4293fb34629d7c5f96bafe533987f753df957ff68eb078d0128ae5a418320cb945024441769a07bb9bc5dde9d22b972fd40d485933e5706ea191c43727b - languageName: node - linkType: hard - "cosmjs-types@npm:^0.5.2": version: 0.5.2 resolution: "cosmjs-types@npm:0.5.2" @@ -6042,30 +5011,6 @@ __metadata: languageName: node linkType: hard -"cosmos-kit@npm:2.23.4": - version: 2.23.4 - resolution: "cosmos-kit@npm:2.23.4" - dependencies: - "@cosmos-kit/cdcwallet": "npm:^2.15.3" - "@cosmos-kit/coin98": "npm:^2.13.3" - "@cosmos-kit/compass": "npm:^2.13.3" - "@cosmos-kit/cosmostation": "npm:^2.14.2" - "@cosmos-kit/ctrl": "npm:^2.13.2" - "@cosmos-kit/exodus": "npm:^2.12.2" - "@cosmos-kit/fin": "npm:^2.13.3" - "@cosmos-kit/keplr": "npm:^2.14.3" - "@cosmos-kit/leap": "npm:^2.14.3" - "@cosmos-kit/ledger": "npm:^2.13.2" - "@cosmos-kit/okxwallet-extension": "npm:^2.13.1" - "@cosmos-kit/omni": "npm:^2.12.2" - "@cosmos-kit/owallet": "npm:^2.14.2" - "@cosmos-kit/shell": "npm:^2.13.3" - "@cosmos-kit/tailwind": "npm:^1.7.2" - "@cosmos-kit/trust": "npm:^2.13.2" - checksum: 10c0/06a8425228b4c2e9cefc5a780f1f239200201c19292c4014bd5f1a5eca2400de2b6bfb84f4bf563b5aaaa8cbe61b7ca69fc5334288aface292d21e1f41334e2c - languageName: node - linkType: hard - "create-hash@npm:^1.1.0, create-hash@npm:^1.2.0": version: 1.2.0 resolution: "create-hash@npm:1.2.0" @@ -6093,15 +5038,6 @@ __metadata: languageName: node linkType: hard -"cross-fetch@npm:^3.1.5": - version: 3.1.8 - resolution: "cross-fetch@npm:3.1.8" - dependencies: - node-fetch: "npm:^2.6.12" - checksum: 10c0/4c5e022ffe6abdf380faa6e2373c0c4ed7ef75e105c95c972b6f627c3f083170b6886f19fb488a7fa93971f4f69dcc890f122b0d97f0bf5f41ca1d9a8f58c8af - languageName: node - linkType: hard - "cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3": version: 7.0.3 resolution: "cross-spawn@npm:7.0.3" @@ -6202,7 +5138,7 @@ __metadata: languageName: node linkType: hard -"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4": +"debug@npm:4, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4": version: 4.3.5 resolution: "debug@npm:4.3.5" dependencies: @@ -6251,13 +5187,6 @@ __metadata: languageName: node linkType: hard -"decode-uri-component@npm:^0.2.2": - version: 0.2.2 - resolution: "decode-uri-component@npm:0.2.2" - checksum: 10c0/1f4fa54eb740414a816b3f6c24818fbfcabd74ac478391e9f4e2282c994127db02010ce804f3d08e38255493cfe68608b3f5c8e09fd6efc4ae46c807691f7a31 - languageName: node - linkType: hard - "dedent@npm:^1.5.3": version: 1.5.3 resolution: "dedent@npm:1.5.3" @@ -6348,7 +5277,7 @@ __metadata: languageName: node linkType: hard -"detect-browser@npm:5.3.0, detect-browser@npm:^5.2.0": +"detect-browser@npm:5.3.0": version: 5.3.0 resolution: "detect-browser@npm:5.3.0" checksum: 10c0/88d49b70ce3836e7971345b2ebdd486ad0d457d1e4f066540d0c12f9210c8f731ccbed955fcc9af2f048f5d4629702a8e46bedf5bcad42ad49a3a0927bfd5a76 @@ -6487,7 +5416,7 @@ __metadata: languageName: node linkType: hard -"end-of-stream@npm:^1.1.0, end-of-stream@npm:^1.4.1, end-of-stream@npm:^1.4.4": +"end-of-stream@npm:^1.4.1": version: 1.4.4 resolution: "end-of-stream@npm:1.4.4" dependencies: @@ -6963,15 +5892,6 @@ __metadata: languageName: node linkType: hard -"eth-rpc-errors@npm:^4.0.2": - version: 4.0.3 - resolution: "eth-rpc-errors@npm:4.0.3" - dependencies: - fast-safe-stringify: "npm:^2.0.6" - checksum: 10c0/332cbc5a957b62bb66ea01da2a467da65026df47e6516a286a969cad74d6002f2b481335510c93f12ca29c46ebc8354e39e2240769d86184f9b4c30832cf5466 - languageName: node - linkType: hard - "ethers@npm:^6.5.1": version: 6.13.5 resolution: "ethers@npm:6.13.5" @@ -7025,15 +5945,6 @@ __metadata: languageName: node linkType: hard -"extension-port-stream@npm:^2.1.1": - version: 2.1.1 - resolution: "extension-port-stream@npm:2.1.1" - dependencies: - webextension-polyfill: "npm:>=0.10.0 <1.0" - checksum: 10c0/e3fb183669fee8adbb0fecdd0aa604feb976dc9d54c42da6c838c97c10be7f7f33c5341f198401e21216e1dd536fadd7b3f4bdf8e1bb38bbe3f135ecc3f6fda4 - languageName: node - linkType: hard - "fast-deep-equal@npm:^3.1.1, fast-deep-equal@npm:^3.1.3": version: 3.1.3 resolution: "fast-deep-equal@npm:3.1.3" @@ -7084,13 +5995,6 @@ __metadata: languageName: node linkType: hard -"fast-safe-stringify@npm:^2.0.6": - version: 2.1.1 - resolution: "fast-safe-stringify@npm:2.1.1" - checksum: 10c0/d90ec1c963394919828872f21edaa3ad6f1dddd288d2bd4e977027afff09f5db40f94e39536d4646f7e01761d704d72d51dce5af1b93717f3489ef808f5f4e4d - languageName: node - linkType: hard - "fastq@npm:^1.6.0": version: 1.17.1 resolution: "fastq@npm:1.17.1" @@ -7134,13 +6038,6 @@ __metadata: languageName: node linkType: hard -"filter-obj@npm:^1.1.0": - version: 1.1.0 - resolution: "filter-obj@npm:1.1.0" - checksum: 10c0/071e0886b2b50238ca5026c5bbf58c26a7c1a1f720773b8c7813d16ba93d0200de977af14ac143c5ac18f666b2cfc83073f3a5fe6a4e996c49e0863d5500fccf - languageName: node - linkType: hard - "find-root@npm:^1.1.0": version: 1.1.0 resolution: "find-root@npm:1.1.0" @@ -7786,7 +6683,7 @@ __metadata: languageName: node linkType: hard -"inherits@npm:2, inherits@npm:^2.0.1, inherits@npm:^2.0.3, inherits@npm:^2.0.4, inherits@npm:~2.0.3": +"inherits@npm:2, inherits@npm:^2.0.1, inherits@npm:^2.0.3, inherits@npm:^2.0.4": version: 2.0.4 resolution: "inherits@npm:2.0.4" checksum: 10c0/4e531f648b29039fb7426fb94075e6545faa1eb9fe83c29f0b6d9e7263aceb4289d2d4557db0d428188eeb449cc7c5e77b0a0b2c4e248ff2a65933a0dee49ef2 @@ -8135,13 +7032,6 @@ __metadata: languageName: node linkType: hard -"is-stream@npm:^2.0.0": - version: 2.0.1 - resolution: "is-stream@npm:2.0.1" - checksum: 10c0/7c284241313fc6efc329b8d7f08e16c0efeb6baab1b4cd0ba579eb78e5af1aa5da11e68559896a2067cd6c526bd29241dda4eb1225e627d5aa1a89a76d4635a5 - languageName: node - linkType: hard - "is-stream@npm:^3.0.0": version: 3.0.0 resolution: "is-stream@npm:3.0.0" @@ -8234,13 +7124,6 @@ __metadata: languageName: node linkType: hard -"isarray@npm:~1.0.0": - version: 1.0.0 - resolution: "isarray@npm:1.0.0" - checksum: 10c0/18b5be6669be53425f0b84098732670ed4e727e3af33bc7f948aac01782110eb9a18b3b329c5323bcdd3acdaae547ee077d3951317e7f133bff7105264b3003d - languageName: node - linkType: hard - "isexe@npm:^2.0.0": version: 2.0.0 resolution: "isexe@npm:2.0.0" @@ -8255,16 +7138,6 @@ __metadata: languageName: node linkType: hard -"isomorphic-unfetch@npm:3.1.0": - version: 3.1.0 - resolution: "isomorphic-unfetch@npm:3.1.0" - dependencies: - node-fetch: "npm:^2.6.1" - unfetch: "npm:^4.2.0" - checksum: 10c0/d3b61fca06304db692b7f76bdfd3a00f410e42cfa7403c3b250546bf71589d18cf2f355922f57198e4cc4a9872d3647b20397a5c3edf1a347c90d57c83cf2a89 - languageName: node - linkType: hard - "isomorphic-ws@npm:^4.0.1": version: 4.0.1 resolution: "isomorphic-ws@npm:4.0.1" @@ -8369,27 +7242,6 @@ __metadata: languageName: node linkType: hard -"json-rpc-engine@npm:^6.1.0": - version: 6.1.0 - resolution: "json-rpc-engine@npm:6.1.0" - dependencies: - "@metamask/safe-event-emitter": "npm:^2.0.0" - eth-rpc-errors: "npm:^4.0.2" - checksum: 10c0/29c480f88152b1987ab0f58f9242ee163d5a7e95cd0d8ae876c08b21657022b82f6008f5eecd048842fb7f6fc3b4e364fde99ca620458772b6abd1d2c1e020d5 - languageName: node - linkType: hard - -"json-rpc-middleware-stream@npm:^4.2.1": - version: 4.2.3 - resolution: "json-rpc-middleware-stream@npm:4.2.3" - dependencies: - "@metamask/safe-event-emitter": "npm:^3.0.0" - json-rpc-engine: "npm:^6.1.0" - readable-stream: "npm:^2.3.3" - checksum: 10c0/d21b86e79b5711c99f4211a4f129c9c24817ea372945cae8ea1425285680e71ff8d0638d4d8738fe480a56baa7f8cd7f9a8330b43b81a0719e522bd5d80567c7 - languageName: node - linkType: hard - "json-schema-traverse@npm:^0.4.1": version: 0.4.1 resolution: "json-schema-traverse@npm:0.4.1" @@ -8404,13 +7256,6 @@ __metadata: languageName: node linkType: hard -"json-stringify-safe@npm:^5.0.1": - version: 5.0.1 - resolution: "json-stringify-safe@npm:5.0.1" - checksum: 10c0/7dbf35cd0411d1d648dceb6d59ce5857ec939e52e4afc37601aa3da611f0987d5cee5b38d58329ceddf3ed48bd7215229c8d52059ab01f2444a338bf24ed0f37 - languageName: node - linkType: hard - "json5@npm:^1.0.2": version: 1.0.2 resolution: "json5@npm:1.0.2" @@ -8490,22 +7335,6 @@ __metadata: languageName: node linkType: hard -"libsodium-sumo@npm:^0.7.13": - version: 0.7.13 - resolution: "libsodium-sumo@npm:0.7.13" - checksum: 10c0/8159205cc36cc4bdf46ee097e5f998d5cac7d11612be7406a8396ca3ee31560871ac17daa69e47ff0e8407eeae9f49313912ea95dbc8715875301b004c28ef5b - languageName: node - linkType: hard - -"libsodium-wrappers-sumo@npm:^0.7.11": - version: 0.7.13 - resolution: "libsodium-wrappers-sumo@npm:0.7.13" - dependencies: - libsodium-sumo: "npm:^0.7.13" - checksum: 10c0/51a151d0f73418632dcf9cf0184b14d8eb6e16b9a3f01a652c7401c6d1bf8ead4f5ce40a4f00bd4754c5719a7a5fb71d6125691896aeb7a9c1abcfe4b73afc02 - languageName: node - linkType: hard - "libsodium-wrappers@npm:^0.7.6": version: 0.7.13 resolution: "libsodium-wrappers@npm:0.7.13" @@ -8588,13 +7417,6 @@ __metadata: languageName: node linkType: hard -"long@npm:^3 || ^4 || ^5, long@npm:^5.2.3": - version: 5.2.3 - resolution: "long@npm:5.2.3" - checksum: 10c0/6a0da658f5ef683b90330b1af76f06790c623e148222da9d75b60e266bbf88f803232dd21464575681638894a84091616e7f89557aa087fd14116c0f4e0e43d9 - languageName: node - linkType: hard - "long@npm:^4.0.0": version: 4.0.0 resolution: "long@npm:4.0.0" @@ -8602,6 +7424,13 @@ __metadata: languageName: node linkType: hard +"long@npm:^5.2.3": + version: 5.2.3 + resolution: "long@npm:5.2.3" + checksum: 10c0/6a0da658f5ef683b90330b1af76f06790c623e148222da9d75b60e266bbf88f803232dd21464575681638894a84091616e7f89557aa087fd14116c0f4e0e43d9 + languageName: node + linkType: hard + "longest-streak@npm:^3.0.0": version: 3.1.0 resolution: "longest-streak@npm:3.1.0" @@ -9403,17 +8232,6 @@ __metadata: languageName: node linkType: hard -"nock@npm:13.5.4": - version: 13.5.4 - resolution: "nock@npm:13.5.4" - dependencies: - debug: "npm:^4.1.0" - json-stringify-safe: "npm:^5.0.1" - propagate: "npm:^2.0.0" - checksum: 10c0/9ca47d9d7e4b1f4adf871d7ca12722f8ef1dc7d2b9610b2568f5d9264eae9f424baa24fd9d91da9920b360d641b4243e89de198bd22c061813254a99cc6252af - languageName: node - linkType: hard - "node-addon-api@npm:^7.0.0": version: 7.1.0 resolution: "node-addon-api@npm:7.1.0" @@ -9430,20 +8248,6 @@ __metadata: languageName: node linkType: hard -"node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.12": - version: 2.7.0 - resolution: "node-fetch@npm:2.7.0" - dependencies: - whatwg-url: "npm:^5.0.0" - peerDependencies: - encoding: ^0.1.0 - peerDependenciesMeta: - encoding: - optional: true - checksum: 10c0/b55786b6028208e6fbe594ccccc213cab67a72899c9234eb59dba51062a299ea853210fcf526998eaa2867b0963ad72338824450905679ff0fa304b8c5093ae8 - languageName: node - linkType: hard - "node-forge@npm:^1.3.1": version: 1.3.1 resolution: "node-forge@npm:1.3.1" @@ -9612,7 +8416,7 @@ __metadata: languageName: node linkType: hard -"once@npm:^1.3.0, once@npm:^1.3.1, once@npm:^1.4.0": +"once@npm:^1.3.0, once@npm:^1.4.0": version: 1.4.0 resolution: "once@npm:1.4.0" dependencies: @@ -9678,13 +8482,6 @@ __metadata: languageName: node linkType: hard -"pako@npm:^2.0.2": - version: 2.1.0 - resolution: "pako@npm:2.1.0" - checksum: 10c0/8e8646581410654b50eb22a5dfd71159cae98145bd5086c9a7a816ec0370b5f72b4648d08674624b3870a521e6a3daffd6c2f7bc00fdefc7063c9d8232ff5116 - languageName: node - linkType: hard - "parent-module@npm:^1.0.0": version: 1.0.1 resolution: "parent-module@npm:1.0.1" @@ -9883,13 +8680,6 @@ __metadata: languageName: node linkType: hard -"process-nextick-args@npm:~2.0.0": - version: 2.0.1 - resolution: "process-nextick-args@npm:2.0.1" - checksum: 10c0/bec089239487833d46b59d80327a1605e1c5287eaad770a291add7f45fda1bb5e28b38e0e061add0a1d0ee0984788ce74fa394d345eed1c420cacf392c554367 - languageName: node - linkType: hard - "process-warning@npm:^1.0.0": version: 1.0.0 resolution: "process-warning@npm:1.0.0" @@ -9918,13 +8708,6 @@ __metadata: languageName: node linkType: hard -"propagate@npm:^2.0.0": - version: 2.0.1 - resolution: "propagate@npm:2.0.1" - checksum: 10c0/01e1023b60ae4050d1a2783f976d7db702022dbdb70dba797cceedad8cfc01b3939c41e77032f8c32aa9d93192fe937ebba1345e8604e5ce61fd3b62ee3003b8 - languageName: node - linkType: hard - "property-information@npm:^6.0.0": version: 6.5.0 resolution: "property-information@npm:6.5.0" @@ -9963,16 +8746,6 @@ __metadata: languageName: node linkType: hard -"pump@npm:^3.0.0": - version: 3.0.0 - resolution: "pump@npm:3.0.0" - dependencies: - end-of-stream: "npm:^1.1.0" - once: "npm:^1.3.1" - checksum: 10c0/bbdeda4f747cdf47db97428f3a135728669e56a0ae5f354a9ac5b74556556f5446a46f720a8f14ca2ece5be9b4d5d23c346db02b555f46739934cc6c093a5478 - languageName: node - linkType: hard - "punycode@npm:^2.1.0": version: 2.3.1 resolution: "punycode@npm:2.3.1" @@ -9980,18 +8753,6 @@ __metadata: languageName: node linkType: hard -"query-string@npm:7.1.3": - version: 7.1.3 - resolution: "query-string@npm:7.1.3" - dependencies: - decode-uri-component: "npm:^0.2.2" - filter-obj: "npm:^1.1.0" - split-on-first: "npm:^1.0.0" - strict-uri-encode: "npm:^2.0.0" - checksum: 10c0/a896c08e9e0d4f8ffd89a572d11f668c8d0f7df9c27c6f49b92ab31366d3ba0e9c331b9a620ee747893436cd1f2f821a6327e2bc9776bde2402ac6c270b801b2 - languageName: node - linkType: hard - "queue-microtask@npm:^1.2.2": version: 1.2.3 resolution: "queue-microtask@npm:1.2.3" @@ -10085,15 +8846,6 @@ __metadata: languageName: node linkType: hard -"react-icons@npm:4.4.0": - version: 4.4.0 - resolution: "react-icons@npm:4.4.0" - peerDependencies: - react: "*" - checksum: 10c0/8daeae11e4b989eebcb97b9fdf3a743607b76b637d2eece309f6274f3a85b9c720313956cfabe220628324abf50b9b01823f65ac9cf71b8a816e440d2fca5293 - languageName: node - linkType: hard - "react-icons@npm:4.6.0": version: 4.6.0 resolution: "react-icons@npm:4.6.0" @@ -10187,21 +8939,6 @@ __metadata: languageName: node linkType: hard -"readable-stream@npm:^2.3.3": - version: 2.3.8 - resolution: "readable-stream@npm:2.3.8" - dependencies: - core-util-is: "npm:~1.0.0" - inherits: "npm:~2.0.3" - isarray: "npm:~1.0.0" - process-nextick-args: "npm:~2.0.0" - safe-buffer: "npm:~5.1.1" - string_decoder: "npm:~1.1.1" - util-deprecate: "npm:~1.0.1" - checksum: 10c0/7efdb01f3853bc35ac62ea25493567bf588773213f5f4a79f9c365e1ad13bab845ac0dae7bc946270dc40c3929483228415e92a3fc600cc7e4548992f41ee3fa - languageName: node - linkType: hard - "readable-stream@npm:^3.1.1, readable-stream@npm:^3.6.0": version: 3.6.2 resolution: "readable-stream@npm:3.6.2" @@ -10447,13 +9184,6 @@ __metadata: languageName: node linkType: hard -"safe-buffer@npm:~5.1.0, safe-buffer@npm:~5.1.1": - version: 5.1.2 - resolution: "safe-buffer@npm:5.1.2" - checksum: 10c0/780ba6b5d99cc9a40f7b951d47152297d0e260f0df01472a1b99d4889679a4b94a13d644f7dbc4f022572f09ae9005fa2fbb93bbbd83643316f365a3e9a45b21 - languageName: node - linkType: hard - "safe-regex-test@npm:^1.0.3": version: 1.0.3 resolution: "safe-regex-test@npm:1.0.3" @@ -10655,13 +9385,6 @@ __metadata: languageName: node linkType: hard -"split-on-first@npm:^1.0.0": - version: 1.1.0 - resolution: "split-on-first@npm:1.1.0" - checksum: 10c0/56df8344f5a5de8521898a5c090023df1d8b8c75be6228f56c52491e0fc1617a5236f2ac3a066adb67a73231eac216ccea7b5b4a2423a543c277cb2f48d24c29 - languageName: node - linkType: hard - "split2@npm:^4.0.0": version: 4.2.0 resolution: "split2@npm:4.2.0" @@ -10706,13 +9429,6 @@ __metadata: languageName: node linkType: hard -"strict-uri-encode@npm:^2.0.0": - version: 2.0.0 - resolution: "strict-uri-encode@npm:2.0.0" - checksum: 10c0/010cbc78da0e2cf833b0f5dc769e21ae74cdc5d5f5bd555f14a4a4876c8ad2c85ab8b5bdf9a722dc71a11dcd3184085e1c3c0bd50ec6bb85fffc0f28cf82597d - languageName: node - linkType: hard - "string-width-cjs@npm:string-width@^4.2.0, string-width@npm:^4.1.0": version: 4.2.3 resolution: "string-width@npm:4.2.3" @@ -10798,15 +9514,6 @@ __metadata: languageName: node linkType: hard -"string_decoder@npm:~1.1.1": - version: 1.1.1 - resolution: "string_decoder@npm:1.1.1" - dependencies: - safe-buffer: "npm:~5.1.0" - checksum: 10c0/b4f89f3a92fd101b5653ca3c99550e07bdf9e13b35037e9e2a1c7b47cec4e55e06ff3fc468e314a0b5e80bfbaf65c1ca5a84978764884ae9413bec1fc6ca924e - languageName: node - linkType: hard - "stringify-entities@npm:^4.0.0": version: 4.0.4 resolution: "stringify-entities@npm:4.0.4" @@ -11024,13 +9731,6 @@ __metadata: languageName: node linkType: hard -"tr46@npm:~0.0.3": - version: 0.0.3 - resolution: "tr46@npm:0.0.3" - checksum: 10c0/047cb209a6b60c742f05c9d3ace8fa510bff609995c129a37ace03476a9b12db4dbf975e74600830ef0796e18882b2381fb5fb1f6b4f96b832c374de3ab91a11 - languageName: node - linkType: hard - "trim-lines@npm:^3.0.0": version: 3.0.1 resolution: "trim-lines@npm:3.0.1" @@ -11200,7 +9900,7 @@ __metadata: languageName: node linkType: hard -"uint8arrays@npm:^3.0.0, uint8arrays@npm:^3.1.0": +"uint8arrays@npm:^3.0.0": version: 3.1.1 resolution: "uint8arrays@npm:3.1.1" dependencies: @@ -11255,13 +9955,6 @@ __metadata: languageName: node linkType: hard -"unfetch@npm:^4.2.0": - version: 4.2.0 - resolution: "unfetch@npm:4.2.0" - checksum: 10c0/a5c0a896a6f09f278b868075aea65652ad185db30e827cb7df45826fe5ab850124bf9c44c4dafca4bf0c55a0844b17031e8243467fcc38dd7a7d435007151f1b - languageName: node - linkType: hard - "unicode-trie@npm:^2.0.0": version: 2.0.0 resolution: "unicode-trie@npm:2.0.0" @@ -11469,7 +10162,7 @@ __metadata: languageName: node linkType: hard -"util-deprecate@npm:^1.0.1, util-deprecate@npm:~1.0.1": +"util-deprecate@npm:^1.0.1": version: 1.0.2 resolution: "util-deprecate@npm:1.0.2" checksum: 10c0/41a5bdd214df2f6c3ecf8622745e4a366c4adced864bc3c833739791aeeeb1838119af7daed4ba36428114b5c67dcda034a79c882e97e43c03e66a4dd7389942 @@ -11483,15 +10176,6 @@ __metadata: languageName: node linkType: hard -"uuid@npm:^9.0.1": - version: 9.0.1 - resolution: "uuid@npm:9.0.1" - bin: - uuid: dist/bin/uuid - checksum: 10c0/1607dd32ac7fc22f2d8f77051e6a64845c9bce5cd3dd8aa0070c074ec73e666a1f63c7b4e0f4bf2bc8b9d59dc85a15e17807446d9d2b17c8485fbc2147b27f9b - languageName: node - linkType: hard - "vfile-message@npm:^4.0.0": version: 4.0.2 resolution: "vfile-message@npm:4.0.2" @@ -11523,30 +10207,6 @@ __metadata: languageName: node linkType: hard -"webextension-polyfill@npm:>=0.10.0 <1.0, webextension-polyfill@npm:^0.10.0": - version: 0.10.0 - resolution: "webextension-polyfill@npm:0.10.0" - checksum: 10c0/6a45278f1fed8fbd5355f9b19a7b0b3fadc91fa3a6eef69125a1706bb3efa2181235eefbfb3f538443bb396cfcb97512361551888ce8465c08914431cb2d5b6d - languageName: node - linkType: hard - -"webidl-conversions@npm:^3.0.0": - version: 3.0.1 - resolution: "webidl-conversions@npm:3.0.1" - checksum: 10c0/5612d5f3e54760a797052eb4927f0ddc01383550f542ccd33d5238cfd65aeed392a45ad38364970d0a0f4fea32e1f4d231b3d8dac4a3bdd385e5cf802ae097db - languageName: node - linkType: hard - -"whatwg-url@npm:^5.0.0": - version: 5.0.0 - resolution: "whatwg-url@npm:5.0.0" - dependencies: - tr46: "npm:~0.0.3" - webidl-conversions: "npm:^3.0.0" - checksum: 10c0/1588bed84d10b72d5eec1d0faa0722ba1962f1821e7539c535558fb5398d223b0c50d8acab950b8c488b4ba69043fd833cc2697056b167d8ad46fac3995a55d5 - languageName: node - linkType: hard - "which-boxed-primitive@npm:^1.0.2": version: 1.0.2 resolution: "which-boxed-primitive@npm:1.0.2" diff --git a/packages/create-interchain-app/README.md b/packages/create-interchain-app/README.md index ac577313..b6384f57 100644 --- a/packages/create-interchain-app/README.md +++ b/packages/create-interchain-app/README.md @@ -62,13 +62,13 @@ Everything is preconfigured, ready-to-go, so you can focus on your code! - ⚡️ Connect easily to 20+ wallets via [Interchain Kit](https://github.com/hyperweb-io/interchain-kit) — including Ledger, Keplr, Cosmostation, Leap, Trust Wallet, OKX, XDEFI, Exodus, Wallet Connect and more! - ⚛️ Sign and broadcast with [InterchainJS](https://github.com/hyperweb-io/interchainjs) -- 🎨 Build awesome UI with [Interchain UI](https://cosmology.zone/products/interchain-ui) and [Explore Components](https://hyperweb.io/components) +- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/products/interchain-ui) and [Explore Components](https://hyperweb.io/components) - 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering - 📝 Leverage [chain-registry](https://github.com/hyperweb-io/chain-registry) for Chain and Asset info for all IBC-connected chains ## Education & Resources -🎥 [Checkout our videos](https://cosmology.zone/learn) to learn to learn more about `create-interchain-app` and tooling for building frontends in the Cosmos! +🎥 [Checkout our videos](https://hyperweb.io/learn) to learn to learn more about `create-interchain-app` and tooling for building frontends in the Cosmos! Checkout [interchain-kit](https://github.com/hyperweb-io/interchain-kit) for more docs as well as [interchain-kit/react](https://github.com/hyperweb-io/interchain-kit/tree/main/packages/react#signing-clients) for getting cosmjs stargate and cosmjs signers. @@ -216,19 +216,7 @@ cia --name liquidity-example --example provide-liquidity Create and manage an asset list, offering comprehensive insights into the available assets, and empower your application with Inter-Blockchain Communication (IBC) capabilities for transferring tokens across different chains. ``` -cia --name asset-list-example --example asset-list -``` - -### NFT - -

- -

- -Incorporate NFT functionalities into your Stargaze app using [stargazejs](https://github.com/hyperweb-io/stargazejs), enabling seamless NFT minting, transfer, and management. - -``` -cia --name nft-example --example nft +cia --name ibc-asset-list-example --example ibc-asset-list ``` ## Options @@ -281,4 +269,4 @@ Checkout these related projects: AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND. -No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value. +No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value. \ No newline at end of file diff --git a/templates/chain-template/README.md b/templates/chain-template/README.md index 60a76f72..32f36401 100644 --- a/templates/chain-template/README.md +++ b/templates/chain-template/README.md @@ -14,7 +14,7 @@ You can start editing the page by modifying `pages/index.tsx`. The page auto-upd ## How to connect to Starship chains -1. Follow the official guide to set up Starship: https://docs.cosmology.zone/starship/get-started/step-1 +1. Follow the official guide to set up Starship: https://docs.hyperweb.io/starship/get-started/step-1 2. Run `yarn starship start` and wait until Starship is up and running 3. Open a new terminal and run `yarn dev` 4. Open http://localhost:3000, select "Osmosis Devnet" or "Cosmos Hub Devnet" from the chain dropdown in the top right corner then click "Connect Wallet" in the left sidebar to connect to the chain @@ -28,11 +28,11 @@ The npm package for the Official Cosmos chain registry. Get chain and token data - https://github.com/hyperweb-io/chain-registry -### Cosmology Videos +### Hyperweb Videos Checkout more videos for how to use various frontend tooling in the Cosmos! -- https://cosmology.zone/learn +- https://hyperweb.io/learn ### Interchain Kit diff --git a/templates/chain-template/components/common/Footer.tsx b/templates/chain-template/components/common/Footer.tsx index 00f59720..ab07950e 100644 --- a/templates/chain-template/components/common/Footer.tsx +++ b/templates/chain-template/components/common/Footer.tsx @@ -21,7 +21,7 @@ export const Footer = () => { gap="4px" > - © {new Date().getFullYear()} Cosmology + © {new Date().getFullYear()} Hyperweb {isMobile ? : } diff --git a/templates/chain-template/config/products.ts b/templates/chain-template/config/products.ts index 64d0dd84..8d755d20 100644 --- a/templates/chain-template/config/products.ts +++ b/templates/chain-template/config/products.ts @@ -16,70 +16,70 @@ export const products: Product[] = [ name: 'Interchain Kit', description: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.', - link: 'https://cosmology.zone/products/interchain-kit', + link: 'https://hyperweb.io/products/interchain-kit', category: 'frontend', }, { name: 'Telescope', description: 'A TypeScript Transpiler for Cosmos Protobufs to generate libraries for Cosmos blockchains.', - link: 'https://cosmology.zone/products/telescope', + link: 'https://hyperweb.io/products/telescope', category: 'cosmos-sdk', }, { name: 'Interchain UI', description: 'A simple, modular and cross-framework component library for Cosmos ecosystem.', - link: 'https://cosmology.zone/products/interchain-ui', + link: 'https://hyperweb.io/products/interchain-ui', category: 'frontend', }, { name: 'TS Codegen', description: 'The quickest and easiest way to convert CosmWasm Contracts into dev-friendly TypeScript classes.', - link: 'https://cosmology.zone/products/ts-codegen', + link: 'https://hyperweb.io/products/ts-codegen', category: 'cosmwasm', }, { name: 'Chain Registry', description: 'Get chain and asset list information from the npm package for the Official Cosmos chain registry.', - link: 'https://cosmology.zone/products/chain-registry', + link: 'https://hyperweb.io/products/chain-registry', category: 'frontend', }, { name: 'OsmoJS', description: 'OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages.', - link: 'https://cosmology.zone/products/osmojs', + link: 'https://hyperweb.io/products/osmojs', category: 'frontend', }, { name: 'Starship', description: 'Starship makes it easy to build a universal interchain development environment in k8s.', - link: 'https://cosmology.zone/products/starship', + link: 'https://hyperweb.io/products/starship', category: 'testing', }, { name: 'Create Interchain App', description: 'One-Command Setup for Modern Cosmos dApps. Speed up your development and bootstrap new web3 dApps quickly.', - link: 'https://cosmology.zone/products/create-interchain-app', + link: 'https://hyperweb.io/products/create-interchain-app', category: 'frontend', }, { name: 'CosmWasm Academy', description: 'Master CosmWasm and build your secure, multi-chain dApp on any CosmWasm chain!', - link: 'https://cosmology.zone/learn/ts-codegen', + link: 'https://hyperweb.io/learn/ts-codegen', category: 'cosmwasm', }, { name: 'Videos', description: - 'How-to videos from the official Cosmology website, with learning resources for building in Cosmos.', - link: 'https://cosmology.zone/learn', + 'How-to videos from the official Hyperweb website, with learning resources for building in Cosmos.', + link: 'https://hyperweb.io/learn', category: 'frontend', }, { diff --git a/templates/chain-template/pages/_app.tsx b/templates/chain-template/pages/_app.tsx index fb3f2038..bcd834b3 100644 --- a/templates/chain-template/pages/_app.tsx +++ b/templates/chain-template/pages/_app.tsx @@ -39,7 +39,7 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) { metadata: { name: 'CosmosKit Template', description: 'CosmosKit dapp template', - url: 'https://docs.cosmology.zone/interchain-kit/', + url: 'https://docs.hyperweb.io/interchain-kit/', icons: [], }, }, diff --git a/templates/chain-template/pages/disclaimer.tsx b/templates/chain-template/pages/disclaimer.tsx index 57962147..70449647 100644 --- a/templates/chain-template/pages/disclaimer.tsx +++ b/templates/chain-template/pages/disclaimer.tsx @@ -9,15 +9,15 @@ export default function Disclaimer() { The information provided on this website does not constitute investment advice, financial advice, trading advice, or any other sort of advice and you should not treat any of the website's content as such. - Cosmology does not recommend that any cryptocurrency should be bought, + Hyperweb does not recommend that any cryptocurrency should be bought, sold, or held by you. Do conduct your own due diligence and consult your financial advisor before making any investment decisions. Accuracy of Information - Cosmology will strive to ensure accuracy of information listed on this + Hyperweb will strive to ensure accuracy of information listed on this website although it will not hold any responsibility for any missing or - wrong information. Cosmology provides all information as is. You + wrong information. Hyperweb provides all information as is. You understand that you are using any and all information available here at your own risk. @@ -30,17 +30,17 @@ export default function Disclaimer() { Tax Compliance - The users of Cosmology app are solely responsible to determinate what, + The users of Hyperweb app are solely responsible to determinate what, if any, taxes apply to their cryptocurrency transactions. The owners of, - or contributors to, the Cosmology app are NOT responsible for + or contributors to, the Hyperweb app are NOT responsible for determining the taxes that apply to cryptocurrency transactions. Software Disclaimer - Cosmology leverages decentralized peer-to-peer blockchains that people + Hyperweb leverages decentralized peer-to-peer blockchains that people can use to create liquidity and trade IBC enabled tokens. These blockchains are made up of free, public, and open-source software. Your - use of Cosmology involves various risks, including, but not limited, to + use of Hyperweb involves various risks, including, but not limited, to losses while digital assets are being supplied to liquidity pools and losses due to the fluctuation of prices of tokens in a trading pair or liquidity pool, including Impermanence Loss. Before using any pool on @@ -51,16 +51,16 @@ export default function Disclaimer() { the blockchain through several web or mobile interfaces. You are responsible for doing your own diligence on those interfaces to understand the fees and risks they present. AS DESCRIBED IN THE - COSMOLOGY LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, + Hyperweb LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND. Although Web, Inc. ( “Web Incubator” - ) developed much of the initial code for the Cosmology app, it does not + ) developed much of the initial code for the Hyperweb app, it does not provide, own, or control the leveraged blockchain protocols, which are run by decentralized validator sets. Upgrades and modifications to these protocol are managed in a community-driven way by holders of various - governance tokens. No developer or entity involved in creating Cosmology + governance tokens. No developer or entity involved in creating Hyperweb will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the - Cosmology app, including any direct, indirect, incidental, special, + Hyperweb app, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value. diff --git a/templates/connect-chain/README.md b/templates/connect-chain/README.md index 225605ae..fd3a9a90 100644 --- a/templates/connect-chain/README.md +++ b/templates/connect-chain/README.md @@ -20,11 +20,11 @@ The npm package for the Official Cosmos chain registry. Get chain and token data * https://github.com/hyperweb-io/chain-registry -### Cosmology Videos +### Hyperweb Videos Checkout more videos for how to use various frontend tooling in the Cosmos! -* https://cosmology.zone/learn +* https://hyperweb.io/learn ### Interchain Kit @@ -68,7 +68,7 @@ Check out our [Next.js deployment documentation](https://nextjs.org/docs/deploym Checkout these related projects: -* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. +* [@hyperweb/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. * [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. * [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. diff --git a/templates/connect-chain/components/common/Footer.tsx b/templates/connect-chain/components/common/Footer.tsx index 8ddc7a59..24ad4558 100644 --- a/templates/connect-chain/components/common/Footer.tsx +++ b/templates/connect-chain/components/common/Footer.tsx @@ -151,8 +151,8 @@ export function Footer() { }} > Built with - - Cosmology + + Hyperweb diff --git a/templates/connect-chain/config/projects.ts b/templates/connect-chain/config/projects.ts index decf3184..01bc3673 100644 --- a/templates/connect-chain/config/projects.ts +++ b/templates/connect-chain/config/projects.ts @@ -32,8 +32,8 @@ export const products: Project[] = [ }, { name: 'Videos', - desc: 'How-to videos from the official Cosmology website, with learning resources for building in Cosmos.', - link: 'https://cosmology.zone/learn', + desc: 'How-to videos from the official Hyperweb website, with learning resources for building in Cosmos.', + link: 'https://hyperweb.io/learn', }, ]; @@ -46,7 +46,7 @@ export const dependencies: Project[] = [ { name: 'Interchain UI', desc: 'A simple, modular and cross-framework Component Library for Cosmos', - link: 'https://cosmology.zone/components', + link: 'https://hyperweb.io/components', }, { name: 'Next.js', diff --git a/templates/connect-multi-chain/README.md b/templates/connect-multi-chain/README.md index 225605ae..fd3a9a90 100644 --- a/templates/connect-multi-chain/README.md +++ b/templates/connect-multi-chain/README.md @@ -20,11 +20,11 @@ The npm package for the Official Cosmos chain registry. Get chain and token data * https://github.com/hyperweb-io/chain-registry -### Cosmology Videos +### Hyperweb Videos Checkout more videos for how to use various frontend tooling in the Cosmos! -* https://cosmology.zone/learn +* https://hyperweb.io/learn ### Interchain Kit @@ -68,7 +68,7 @@ Check out our [Next.js deployment documentation](https://nextjs.org/docs/deploym Checkout these related projects: -* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. +* [@hyperweb/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. * [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. * [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. diff --git a/templates/connect-multi-chain/components/common/Footer.tsx b/templates/connect-multi-chain/components/common/Footer.tsx index ca89213b..7b15a054 100644 --- a/templates/connect-multi-chain/components/common/Footer.tsx +++ b/templates/connect-multi-chain/components/common/Footer.tsx @@ -149,8 +149,8 @@ export function Footer() { }} > Built with - - Cosmology + + Hyperweb diff --git a/templates/connect-multi-chain/config/projects.ts b/templates/connect-multi-chain/config/projects.ts index 51955e7f..300b2316 100644 --- a/templates/connect-multi-chain/config/projects.ts +++ b/templates/connect-multi-chain/config/projects.ts @@ -32,8 +32,8 @@ export const products: Project[] = [ }, { name: 'Videos', - desc: 'How-to videos from the official Cosmology website, with learning resources for building in Cosmos.', - link: 'https://cosmology.tech/learn', + desc: 'How-to videos from the official Hyperweb website, with learning resources for building in Cosmos.', + link: 'https://hyperweb.io/learn', }, ]; diff --git a/templates/connect-multi-chain/pages/_app.tsx b/templates/connect-multi-chain/pages/_app.tsx index 01e89343..6efa848f 100644 --- a/templates/connect-multi-chain/pages/_app.tsx +++ b/templates/connect-multi-chain/pages/_app.tsx @@ -32,7 +32,7 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) { metadata: { name: 'Interchain Kit dApp', description: 'Interchain Kit dApp built by Create Interchain App', - url: 'https://docs.cosmology.zone/interchain-kit/', + url: 'https://docs.hyperweb.io/interchain-kit/', icons: [], }, },