Skip to content

Commit 5300281

Browse files
committed
Merge remote-tracking branch 'origin/main' into bump-web3auth-v10
2 parents 8ab3ef2 + ff0ed87 commit 5300281

File tree

340 files changed

+3266
-460
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

340 files changed

+3266
-460
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The Clear BSD License
22

33
Copyright (c) 2024 Cosmos Kit Contributors
4-
Copyright (c) 2024 Interweb, Inc. <developers@hyperweb.io>
4+
Copyright (c) 2024 Interweb, Inc. <developers@interweb.co>
55
All rights reserved.
66

77
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@ A unified toolkit for building applications and smart contracts in the Interchai
182182

183183
## Credits
184184

185-
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
186-
185+
🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
187186
## Disclaimer
188187

189188
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.

docs/integrating-wallets/adding-new-wallets.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
3. Replace `leap` with your wallet name (_with first letter in lowercase_) **globally**;
1010

11-
4. Edit file `client.ts`, `registry.ts`, `types.ts` and `utils.ts`. Replace what is different from Leap with the new wallet specificated methods/properties.
11+
4. Edit file `client.ts`, `registry.ts`, `types.ts` and `utils.ts`. Replace what is different from Leap with the new wallet specified methods/properties.
1212

1313
5. Construct the MainWallet (_class in `main-wallet.ts`_) instance and put it into `ChainProvider` `wallets` property.
1414

@@ -22,7 +22,7 @@
2222

2323
3. Replace `keplr` with your wallet name (_with first letter in lowercase_) **globally**;
2424

25-
4. Edit file `client.ts`, `registry.ts` and `types.ts`. Replace what is different from Keplr with the new wallet specificated methods/properties. For `client.ts`, the main replacement would happen in `getAppUrl` and the `method` parameter of `sendCustomRequest`
25+
4. Edit file `client.ts`, `registry.ts` and `types.ts`. Replace what is different from Keplr with the new wallet specified methods/properties. For `client.ts`, the main replacement would happen in `getAppUrl` and the `method` parameter of `sendCustomRequest`
2626

2727
5. Construct the MainWallet (_class in `main-wallet.ts`_) instance and put it into `ChainProvider` `wallets` property.
2828

docs/provider/chain-provider.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ There are four levels of `isLazy` setting.
261261

262262
3. Endpoint `isLazy`: `isLazy` in `ExtendedHttpEndpoint` only controls the one in `ExtendedHttpEndpoint` object. For signing or broadcasting a transaction, this one is the lowerst level and with the highest priority.
263263

264-
4. Parameter `isLazy`: `isLazy` in `getRpcEndpoint` and `getRestEndpoint` prarameters. It also globally controls all endpoints. (Note: this one only affects getting endpoint functions with the highest priority, but won't affect signing or broadcasting a transaction.)
264+
4. Parameter `isLazy`: `isLazy` in `getRpcEndpoint` and `getRestEndpoint` parameters. It also globally controls all endpoints. (Note: this one only affects getting endpoint functions with the highest priority, but won't affect signing or broadcasting a transaction.)
265265

266266
The calculation of final `isLazy` can be seen [here](https://github.com/hyperweb-io/cosmos-kit/blob/main/packages/core/src/utils/endpoint.ts#L32-L59).
267267

examples/cosmos-kit-lite-nextjs-pages-router-example/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,38 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.15.7](https://github.com/hyperweb-io/cosmos-kit/compare/[email protected]@1.15.7) (2025-10-16)
7+
8+
**Note:** Version bump only for package example-lite
9+
10+
11+
12+
13+
14+
## [1.15.6](https://github.com/hyperweb-io/cosmos-kit/compare/[email protected]@1.15.6) (2025-10-16)
15+
16+
**Note:** Version bump only for package example-lite
17+
18+
19+
20+
21+
22+
## [1.15.5](https://github.com/hyperweb-io/cosmos-kit/compare/[email protected]@1.15.5) (2025-10-16)
23+
24+
**Note:** Version bump only for package example-lite
25+
26+
27+
28+
29+
30+
## [1.15.4](https://github.com/hyperweb-io/cosmos-kit/compare/[email protected]@1.15.4) (2025-10-15)
31+
32+
**Note:** Version bump only for package example-lite
33+
34+
35+
36+
37+
638
## [1.15.3](https://github.com/hyperweb-io/cosmos-kit/compare/[email protected]@1.15.3) (2025-08-12)
739

840
**Note:** Version bump only for package example-lite

examples/cosmos-kit-lite-nextjs-pages-router-example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"name": "example-lite",
33
"private": true,
44
"description": "nextjs project using react lite (custom modal)",
5-
"version": "1.15.3",
5+
"version": "1.15.7",
66
"main": "index.js",
77
"license": "MIT",
88
"scripts": {
99
"dev": "next dev"
1010
},
1111
"dependencies": {
12-
"@cosmos-kit/core": "^2.16.3",
13-
"@cosmos-kit/ctrl": "^2.14.3",
14-
"@cosmos-kit/keplr": "^2.15.3",
15-
"@cosmos-kit/leap": "^2.15.3",
16-
"@cosmos-kit/react-lite": "^2.16.3",
12+
"@cosmos-kit/core": "^2.16.6",
13+
"@cosmos-kit/ctrl": "^2.14.6",
14+
"@cosmos-kit/keplr": "^2.15.7",
15+
"@cosmos-kit/leap": "^2.15.6",
16+
"@cosmos-kit/react-lite": "^2.16.6",
1717
"bootstrap": "^5.3.2",
1818
"next": "^14.0.3",
1919
"react": "^18.2.0",

examples/cosmos-kit-nextjs-app-router-example/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,38 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.7](https://github.com/hyperweb-io/cosmos-kit/compare/cosmos-kit-nextjs-app-router-example@[email protected]) (2025-10-16)
7+
8+
**Note:** Version bump only for package cosmos-kit-nextjs-app-router-example
9+
10+
11+
12+
13+
14+
## [0.2.6](https://github.com/hyperweb-io/cosmos-kit/compare/cosmos-kit-nextjs-app-router-example@[email protected]) (2025-10-16)
15+
16+
**Note:** Version bump only for package cosmos-kit-nextjs-app-router-example
17+
18+
19+
20+
21+
22+
## [0.2.5](https://github.com/hyperweb-io/cosmos-kit/compare/cosmos-kit-nextjs-app-router-example@[email protected]) (2025-10-16)
23+
24+
**Note:** Version bump only for package cosmos-kit-nextjs-app-router-example
25+
26+
27+
28+
29+
30+
## [0.2.4](https://github.com/hyperweb-io/cosmos-kit/compare/cosmos-kit-nextjs-app-router-example@[email protected]) (2025-10-15)
31+
32+
**Note:** Version bump only for package cosmos-kit-nextjs-app-router-example
33+
34+
35+
36+
37+
638
## [0.2.3](https://github.com/hyperweb-io/cosmos-kit/compare/cosmos-kit-nextjs-app-router-example@[email protected]) (2025-08-12)
739

840
**Note:** Version bump only for package cosmos-kit-nextjs-app-router-example

examples/cosmos-kit-nextjs-app-router-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cosmos-kit-nextjs-app-router-example",
3-
"version": "0.2.3",
3+
"version": "0.2.7",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
@@ -9,8 +9,8 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@cosmos-kit/keplr": "^2.15.3",
13-
"@cosmos-kit/react": "^2.22.3",
12+
"@cosmos-kit/keplr": "^2.15.7",
13+
"@cosmos-kit/react": "^2.22.6",
1414
"@interchain-ui/react": "latest",
1515
"@radix-ui/react-slot": "^1.1.2",
1616
"chain-registry": "*",

examples/cosmos-kit-nextjs-pages-router-example/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,38 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.31.7](https://github.com/hyperweb-io/cosmos-kit/compare/[email protected]@2.31.7) (2025-10-16)
7+
8+
**Note:** Version bump only for package example
9+
10+
11+
12+
13+
14+
## [2.31.6](https://github.com/hyperweb-io/cosmos-kit/compare/[email protected]@2.31.6) (2025-10-16)
15+
16+
**Note:** Version bump only for package example
17+
18+
19+
20+
21+
22+
## [2.31.5](https://github.com/hyperweb-io/cosmos-kit/compare/[email protected]@2.31.5) (2025-10-16)
23+
24+
**Note:** Version bump only for package example
25+
26+
27+
28+
29+
30+
## [2.31.4](https://github.com/hyperweb-io/cosmos-kit/compare/[email protected]@2.31.4) (2025-10-15)
31+
32+
**Note:** Version bump only for package example
33+
34+
35+
36+
37+
638
## [2.31.3](https://github.com/hyperweb-io/cosmos-kit/compare/[email protected]@2.31.3) (2025-08-12)
739

840
**Note:** Version bump only for package example

examples/cosmos-kit-nextjs-pages-router-example/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ A unified toolkit for building applications and smart contracts in the Interchai
3030

3131
## Credits
3232

33-
🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
34-
33+
🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
3534
## Disclaimer
3635

3736
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.

0 commit comments

Comments
 (0)