Skip to content

Commit b4e3b06

Browse files
authored
Merge pull request #73 from cosmology-tech/develop
Develop
2 parents 702277e + ba376d2 commit b4e3b06

File tree

31 files changed

+4490
-3950
lines changed

31 files changed

+4490
-3950
lines changed

examples/contracts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
},
1616
"dependencies": {
1717
"@chain-registry/types": "0.14.0",
18-
"@chakra-ui/icons": "^2.0.11",
19-
"@chakra-ui/react": "2.4.1",
18+
"@chakra-ui/icons": "2.0.12",
19+
"@chakra-ui/react": "2.5.1",
2020
"@cosmjs/amino": "0.29.5",
2121
"@cosmjs/cosmwasm-stargate": "0.29.5",
2222
"@cosmjs/stargate": "0.29.5",
2323
"@cosmos-kit/react": "1.0.1",
2424
"@cosmos-kit/types": "^0.11.0",
25-
"@emotion/react": "11.10.5",
26-
"@emotion/styled": "11.10.5",
25+
"@emotion/react": "11.10.6",
26+
"@emotion/styled": "11.10.6",
2727
"@osmonauts/lcd": "^0.8.0",
2828
"bignumber.js": "9.1.0",
29-
"framer-motion": "7.6.12",
29+
"framer-motion": "9.0.7",
3030
"next": "12.2.5",
3131
"react": "18.2.0",
3232
"react-dom": "18.2.0",

examples/contracts/pages/_app.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,19 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
4444
chains={chains}
4545
assetLists={assets}
4646
wallets={[...keplrWallets, ...cosmostationWallets, ...leapWallets]}
47+
walletConnectOptions={{
48+
signClient: {
49+
projectId: 'a8510432ebb71e6948cfd6cde54b70f7',
50+
relayUrl: 'wss://relay.walletconnect.org',
51+
metadata: {
52+
name: 'CosmosKit Template',
53+
description: 'CosmosKit dapp template',
54+
url: 'https://docs.cosmoskit.com/',
55+
icons: [],
56+
},
57+
},
58+
}}
59+
wrappedWithChakra={true}
4760
signerOptions={signerOptions}
4861
>
4962
<Component {...pageProps} />

examples/cosmwasm/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
"@chain-registry/osmosis": "1.7.0",
1717
"@chain-registry/types": "0.14.0",
1818
"@chakra-ui/icons": "2.0.12",
19-
"@chakra-ui/react": "2.4.1",
19+
"@chakra-ui/react": "2.5.1",
2020
"@cosmjs/cosmwasm-stargate": "0.29.5",
2121
"@cosmjs/stargate": "0.29.5",
22-
"@cosmos-kit/core": "1.0.1",
23-
"@cosmos-kit/cosmostation": "0.14.18",
24-
"@cosmos-kit/keplr": "0.32.18",
25-
"@cosmos-kit/leap": "0.13.18",
26-
"@cosmos-kit/react": "1.0.1",
27-
"@emotion/react": "11.10.5",
28-
"@emotion/styled": "11.10.5",
22+
"@cosmos-kit/core": "1.1.6",
23+
"@cosmos-kit/cosmostation": "0.15.7",
24+
"@cosmos-kit/keplr": "0.33.7",
25+
"@cosmos-kit/leap": "0.14.6",
26+
"@cosmos-kit/react": "1.3.5",
27+
"@emotion/react": "11.10.6",
28+
"@emotion/styled": "11.10.6",
2929
"bignumber.js": "9.1.0",
3030
"chain-registry": "1.7.0",
31-
"framer-motion": "7.6.12",
31+
"framer-motion": "9.0.7",
3232
"interchain": "1.3.0",
3333
"next": "12.2.5",
3434
"react": "18.2.0",

examples/cosmwasm/pages/_app.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,19 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
3434
chains={chains}
3535
assetLists={assets}
3636
wallets={[...keplrWallets, ...cosmostationWallets, ...leapWallets]}
37+
walletConnectOptions={{
38+
signClient: {
39+
projectId: 'a8510432ebb71e6948cfd6cde54b70f7',
40+
relayUrl: 'wss://relay.walletconnect.org',
41+
metadata: {
42+
name: 'CosmosKit Template',
43+
description: 'CosmosKit dapp template',
44+
url: 'https://docs.cosmoskit.com/',
45+
icons: [],
46+
},
47+
},
48+
}}
49+
wrappedWithChakra={true}
3750
signerOptions={signerOptions}
3851
endpointOptions={{
3952
cosmwasmtestnet: {

examples/dashboard/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"deploy:all": "npm run export && npm run deploy && ./seo/prepare.sh"
1616
},
1717
"dependencies": {
18-
"@chakra-ui/react": "2.4.1",
19-
"@cosmos-kit/core": "^1.0.0",
20-
"@cosmos-kit/cosmostation": "^0.14.16",
21-
"@cosmos-kit/keplr": "^0.32.16",
22-
"@cosmos-kit/leap": "^0.13.16",
23-
"@cosmos-kit/react": "^1.0.0",
24-
"@emotion/react": "11.10.5",
25-
"@emotion/styled": "11.10.5",
18+
"@chakra-ui/react": "2.5.1",
19+
"@cosmos-kit/core": "1.1.6",
20+
"@cosmos-kit/cosmostation": "0.15.7",
21+
"@cosmos-kit/keplr": "0.33.7",
22+
"@cosmos-kit/leap": "0.14.6",
23+
"@cosmos-kit/react": "1.3.5",
24+
"@emotion/react": "11.10.6",
25+
"@emotion/styled": "11.10.6",
2626
"chain-registry": "1.7.0",
2727
"cosmjs-utils": "0.1.0",
2828
"framer-motion": "7.6.19",

examples/dashboard/pages/_app.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ function MyApp({ Component, pageProps }: AppProps) {
1818
chains={chains}
1919
assetLists={assets}
2020
wallets={[...keplrWallets, ...cosmostationWallets, ...leapWallets]}
21+
walletConnectOptions={{
22+
signClient: {
23+
projectId: 'a8510432ebb71e6948cfd6cde54b70f7',
24+
relayUrl: 'wss://relay.walletconnect.org',
25+
metadata: {
26+
name: 'CosmosKit Template',
27+
description: 'CosmosKit dapp template',
28+
url: 'https://docs.cosmoskit.com/',
29+
icons: [],
30+
},
31+
},
32+
}}
33+
wrappedWithChakra={true}
2134
signerOptions={{
2235
signingStargate: (chain: Chain) => {
2336
switch (chain.chain_name) {

examples/ibc-transfer/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@
1616
"@chain-registry/assets": "1.7.0",
1717
"@chain-registry/types": "0.14.0",
1818
"@chakra-ui/icons": "2.0.12",
19-
"@chakra-ui/react": "2.4.1",
19+
"@chakra-ui/react": "2.5.1",
2020
"@cosmjs/amino": "0.29.5",
2121
"@cosmjs/cosmwasm-stargate": "0.29.5",
2222
"@cosmjs/stargate": "0.29.5",
23-
"@cosmos-kit/core": "1.0.3",
24-
"@cosmos-kit/cosmostation": "0.14.20",
25-
"@cosmos-kit/keplr": "0.32.20",
26-
"@cosmos-kit/leap": "0.13.20",
27-
"@cosmos-kit/react": "1.0.3",
28-
"@emotion/react": "11.10.5",
29-
"@emotion/styled": "11.10.5",
23+
"@cosmos-kit/core": "1.1.6",
24+
"@cosmos-kit/cosmostation": "0.15.7",
25+
"@cosmos-kit/keplr": "0.33.7",
26+
"@cosmos-kit/leap": "0.14.6",
27+
"@cosmos-kit/react": "1.3.5",
28+
"@emotion/react": "11.10.6",
29+
"@emotion/styled": "11.10.6",
3030
"bignumber.js": "9.1.1",
3131
"chain-registry": "1.7.0",
3232
"chakra-react-select": "4.4.0",
3333
"fast-fuzzy": "1.12.0",
34-
"framer-motion": "7.6.12",
34+
"framer-motion": "9.0.7",
3535
"interchain": "1.3.0",
3636
"mobx": "6.7.0",
3737
"mobx-react-lite": "3.4.0",

examples/ibc-transfer/pages/_app.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
2222
chains={chains}
2323
assetLists={assets}
2424
wallets={[...keplrWallets, ...cosmostationWallets, ...leapWallets]}
25+
walletConnectOptions={{
26+
signClient: {
27+
projectId: 'a8510432ebb71e6948cfd6cde54b70f7',
28+
relayUrl: 'wss://relay.walletconnect.org',
29+
metadata: {
30+
name: 'CosmosKit Template',
31+
description: 'CosmosKit dapp template',
32+
url: 'https://docs.cosmoskit.com/',
33+
icons: [],
34+
},
35+
},
36+
}}
37+
wrappedWithChakra={true}
2538
signerOptions={signerOptions}
2639
>
2740
<Component {...pageProps} />

examples/juno/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
"dependencies": {
1515
"@chain-registry/types": "0.14.0",
1616
"@chakra-ui/icons": "2.0.12",
17-
"@chakra-ui/react": "2.4.1",
17+
"@chakra-ui/react": "2.5.1",
1818
"@cosmjs/cosmwasm-stargate": "0.29.5",
1919
"@cosmjs/stargate": "0.29.5",
20-
"@cosmos-kit/core": "1.0.1",
21-
"@cosmos-kit/cosmostation": "0.14.18",
22-
"@cosmos-kit/keplr": "0.32.18",
23-
"@cosmos-kit/leap": "0.13.18",
24-
"@cosmos-kit/react": "1.0.1",
25-
"@emotion/react": "11.10.5",
26-
"@emotion/styled": "11.10.5",
20+
"@cosmos-kit/core": "1.1.6",
21+
"@cosmos-kit/cosmostation": "0.15.7",
22+
"@cosmos-kit/keplr": "0.33.7",
23+
"@cosmos-kit/leap": "0.14.6",
24+
"@cosmos-kit/react": "1.3.5",
25+
"@emotion/react": "11.10.6",
26+
"@emotion/styled": "11.10.6",
2727
"@juno-network/assets": "0.16.0",
2828
"bignumber.js": "9.1.0",
2929
"chain-registry": "1.7.0",
30-
"framer-motion": "7.6.12",
30+
"framer-motion": "9.0.7",
3131
"juno-network": "0.11.0",
3232
"next": "12.2.5",
3333
"react": "18.2.0",

examples/juno/pages/_app.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,19 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
3535
chains={chains}
3636
assetLists={assets}
3737
wallets={[...keplrWallets, ...cosmostationWallets, ...leapWallets]}
38+
walletConnectOptions={{
39+
signClient: {
40+
projectId: 'a8510432ebb71e6948cfd6cde54b70f7',
41+
relayUrl: 'wss://relay.walletconnect.org',
42+
metadata: {
43+
name: 'CosmosKit Template',
44+
description: 'CosmosKit dapp template',
45+
url: 'https://docs.cosmoskit.com/',
46+
icons: [],
47+
},
48+
},
49+
}}
50+
wrappedWithChakra={true}
3851
signerOptions={signerOptions}
3952
>
4053
<Component {...pageProps} />

0 commit comments

Comments
 (0)