Skip to content

Commit 7219e6b

Browse files
authored
Merge pull request #238 from hyperweb-io/eason/readme-modify
Explore Components removal
2 parents cafe479 + f7529e2 commit 7219e6b

38 files changed

+51682
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Everything is preconfigured, ready-to-go, so you can focus on your code!
6060

6161
- ⚡️ Connect easily to 20+ wallets via [Cosmos Kit](https://github.com/hyperweb-io/cosmos-kit) — including Ledger, Keplr, Cosmostation, Leap, Trust Wallet, OKX, XDEFI, Exodus, Wallet Connect and more!
6262
- ⚛️ Sign and broadcast with [cosmjs](https://github.com/cosmos/cosmjs) stargate + cosmwasm signers
63-
- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/stack/interchain-ui) and [Explore Components](https://hyperweb.io/components)
63+
- 🎨 Build awesome UI with [Interchain UI](https://cosmology.zone/products/interchain-ui)
6464
- 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering
6565
- 📝 Leverage [chain-registry](https://github.com/hyperweb-io/chain-registry) for Chain and Asset info for all Cosmos chains
6666

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"polyfillFiles": [
3+
"static/chunks/polyfills.js"
4+
],
5+
"devFiles": [
6+
"static/chunks/react-refresh.js"
7+
],
8+
"ampDevFiles": [],
9+
"lowPriorityFiles": [
10+
"static/development/_buildManifest.js",
11+
"static/development/_ssgManifest.js"
12+
],
13+
"rootMainFiles": [],
14+
"pages": {
15+
"/": [
16+
"static/chunks/webpack.js",
17+
"static/chunks/main.js",
18+
"static/chunks/pages/index.js"
19+
],
20+
"/_app": [
21+
"static/chunks/webpack.js",
22+
"static/chunks/main.js",
23+
"static/chunks/pages/_app.js"
24+
],
25+
"/_error": [
26+
"static/chunks/webpack.js",
27+
"static/chunks/main.js",
28+
"static/chunks/pages/_error.js"
29+
]
30+
},
31+
"ampFirstPages": []
32+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"type": "commonjs"}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"../components/Main.tsx -> ./SendMsg": {
3+
"id": "../components/Main.tsx -> ./SendMsg",
4+
"files": [
5+
"static/chunks/components_SendMsg_tsx.js"
6+
]
7+
}
8+
}

0 commit comments

Comments
 (0)