Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/asset-list/components/common/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { Link, Box, Button, Icon, Text, useTheme } from '@interchain-ui/react';
import { dependencies } from '@/config';

const stacks = ['CosmosKit', 'Next.js'];
const stacks = ['Cosmos Kit', 'Next.js'];

const osmojs = dependencies[0];

Expand Down
2 changes: 1 addition & 1 deletion examples/asset-list/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type Project = {

export const products: Project[] = [
{
name: 'CosmosKit',
name: 'Cosmos Kit',
desc: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
link: 'https://github.com/cosmology-tech/cosmos-kit',
},
Expand Down
4 changes: 2 additions & 2 deletions examples/asset-list/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
projectId: 'a8510432ebb71e6948cfd6cde54b70f7',
relayUrl: 'wss://relay.walletconnect.org',
metadata: {
name: 'CosmosKit Template',
description: 'CosmosKit dapp template',
name: 'Cosmos Kit dApp',
description: 'Cosmos Kit dApp built by Create Cosmos App',
url: 'https://docs.cosmology.zone/cosmos-kit/',
icons: [],
},
Expand Down
2 changes: 1 addition & 1 deletion examples/authz/components/common/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
useColorModeValue,
} from '@interchain-ui/react';

const stacks = ['CosmosKit', 'Next.js'];
const stacks = ['Cosmos Kit', 'Next.js'];

export function Header() {
const { theme, setTheme } = useTheme();
Expand Down
2 changes: 1 addition & 1 deletion examples/authz/configs/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type Project = {

export const products: Project[] = [
{
name: 'CosmosKit',
name: 'Cosmos Kit',
desc: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
link: 'https://github.com/cosmology-tech/cosmos-kit',
},
Expand Down
4 changes: 2 additions & 2 deletions examples/authz/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
projectId: 'a8510432ebb71e6948cfd6cde54b70f7',
relayUrl: 'wss://relay.walletconnect.org',
metadata: {
name: 'CosmosKit Template',
description: 'CosmosKit dapp template',
name: 'Cosmos Kit dApp',
description: 'Cosmos Kit dApp built by Create Cosmos App',
url: 'https://docs.cosmology.zone/cosmos-kit/',
icons: [],
},
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-web-grpc-gateway/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { FeatureProps } from '../components';

export const products: FeatureProps[] = [
{
title: 'CosmosKit',
title: 'Cosmos Kit',
text: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
href: 'https://github.com/cosmology-tech/cosmos-kit'
},
Expand Down
4 changes: 2 additions & 2 deletions examples/grpc-web-grpc-gateway/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
projectId: 'a8510432ebb71e6948cfd6cde54b70f7',
relayUrl: 'wss://relay.walletconnect.org',
metadata: {
name: 'CosmosKit Template',
description: 'CosmosKit dapp template',
name: 'Cosmos Kit dApp',
description: 'Cosmos Kit dApp built by Create Cosmos App',
url: 'https://docs.cosmology.zone/cosmos-kit/',
icons: [],
},
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-web-grpc-gateway/pages/grpc-gateway.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default function Home() {
'primary.200'
)}
>
CosmosKit + Next.js + 
Cosmos Kit + Next.js + 
<Link href={library.href} target="_blank" rel="noreferrer">
{library.title}
</Link>
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-web-grpc-gateway/pages/grpc-web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export default function Home() {
'primary.200'
)}
>
CosmosKit&nbsp;+&nbsp;Next.js&nbsp;+&nbsp;
Cosmos Kit&nbsp;+&nbsp;Next.js&nbsp;+&nbsp;
<Link href={library.href} target="_blank" rel="noreferrer">
{library.title}
</Link>
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-web-grpc-gateway/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function Home() {
as="span"
color={useColorModeValue('primary.500', 'primary.200')}
>
CosmosKit + Next.js
Cosmos Kit + Next.js
</Text>
</Heading>
</Box>
Expand Down
2 changes: 1 addition & 1 deletion examples/ibc-transfer/components/common/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { Link, Box, Button, Icon, Text, useTheme } from '@interchain-ui/react';
import { dependencies } from '@/config';

const stacks = ['CosmosKit', 'Next.js'];
const stacks = ['Cosmos Kit', 'Next.js'];

const osmojs = dependencies[0];

Expand Down
2 changes: 1 addition & 1 deletion examples/ibc-transfer/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type Project = {

export const products: Project[] = [
{
name: 'CosmosKit',
name: 'Cosmos Kit',
desc: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
link: 'https://github.com/cosmology-tech/cosmos-kit',
},
Expand Down
4 changes: 2 additions & 2 deletions examples/ibc-transfer/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
projectId: 'a8510432ebb71e6948cfd6cde54b70f7',
relayUrl: 'wss://relay.walletconnect.org',
metadata: {
name: 'CosmosKit Template',
description: 'CosmosKit dapp template',
name: 'Cosmos Kit dApp',
description: 'Cosmos Kit dApp built by Create Cosmos App',
url: 'https://docs.cosmology.zone/cosmos-kit/',
icons: [],
},
Expand Down
4 changes: 2 additions & 2 deletions examples/nft/components/common/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Link, Box, Button, Icon, Text, useTheme, useColorModeValue } from '@interchain-ui/react';
import { dependencies } from '@/config';

const stacks = ['CosmosKit', 'Next.js'];
const stacks = ['Cosmos Kit', 'Next.js'];

const stargazejs = dependencies[0];

Expand All @@ -23,7 +23,7 @@ export function Header() {
}}
onClick={toggleColorMode}
>
<Icon name={useColorModeValue('moonLine', 'sunLine')}/>
<Icon name={useColorModeValue('moonLine', 'sunLine')} />
</Button>
</Box>

Expand Down
2 changes: 1 addition & 1 deletion examples/nft/config/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type Project = {

export const products: Project[] = [
{
name: 'CosmosKit',
name: 'Cosmos Kit',
desc: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
link: 'https://github.com/cosmology-tech/cosmos-kit',
},
Expand Down
4 changes: 2 additions & 2 deletions examples/nft/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
projectId: 'a8510432ebb71e6948cfd6cde54b70f7',
relayUrl: 'wss://relay.walletconnect.org',
metadata: {
name: 'CosmosKit Template',
description: 'CosmosKit dapp template',
name: 'Cosmos Kit dApp',
description: 'Cosmos Kit dApp built by Create Cosmos App',
url: 'https://docs.cosmology.zone/cosmos-kit/',
icons: [],
},
Expand Down
2 changes: 1 addition & 1 deletion examples/provide-liquidity/components/common/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
import { BsFillMoonStarsFill, BsFillSunFill } from 'react-icons/bs';
import { dependencies } from '@/config';

const stacks = ['CosmosKit', 'Next.js'];
const stacks = ['Cosmos Kit', 'Next.js'];

const osmojs = dependencies[0];

Expand Down
2 changes: 1 addition & 1 deletion examples/provide-liquidity/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ interface FeatureProps {

export const products: FeatureProps[] = [
{
title: 'CosmosKit',
title: 'Cosmos Kit',
text: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
href: 'https://github.com/cosmology-tech/cosmos-kit',
},
Expand Down
4 changes: 2 additions & 2 deletions examples/provide-liquidity/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
projectId: 'a8510432ebb71e6948cfd6cde54b70f7',
relayUrl: 'wss://relay.walletconnect.org',
metadata: {
name: 'CosmosKit Template',
description: 'CosmosKit dapp template',
name: 'Cosmos Kit dApp',
description: 'Cosmos Kit dApp built by Create Cosmos App',
url: 'https://docs.cosmology.zone/cosmos-kit/',
icons: [],
},
Expand Down
2 changes: 1 addition & 1 deletion examples/rollkit/components/common/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from "@interchain-ui/react";
import { dependencies } from "@/config";

const stacks = ["CosmosKit", "Next.js"];
const stacks = ["Cosmos Kit", "Next.js"];

const stargazejs = dependencies[0];

Expand Down
2 changes: 1 addition & 1 deletion examples/rollkit/config/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type Project = {

export const products: Project[] = [
{
name: 'CosmosKit',
name: 'Cosmos Kit',
desc: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
link: 'https://github.com/cosmology-tech/cosmos-kit',
},
Expand Down
4 changes: 2 additions & 2 deletions examples/rollkit/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
projectId: "a8510432ebb71e6948cfd6cde54b70f7",
relayUrl: "wss://relay.walletconnect.org",
metadata: {
name: "CosmosKit Template",
description: "CosmosKit dapp template",
name: "Cosmos Kit Template",
description: "Cosmos Kit dapp template",
url: "https://docs.cosmology.zone/cosmos-kit/",
icons: [],
},
Expand Down
2 changes: 1 addition & 1 deletion examples/stake-tokens/components/common/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
useColorModeValue,
} from '@interchain-ui/react';

const stacks = ['CosmosKit', 'Next.js'];
const stacks = ['Cosmos Kit', 'Next.js'];

export function Header() {
const { theme, setTheme } = useTheme();
Expand Down
2 changes: 1 addition & 1 deletion examples/stake-tokens/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type Project = {

export const products: Project[] = [
{
name: 'CosmosKit',
name: 'Cosmos Kit',
desc: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
link: 'https://github.com/cosmology-tech/cosmos-kit',
},
Expand Down
4 changes: 2 additions & 2 deletions examples/stake-tokens/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
projectId: 'a8510432ebb71e6948cfd6cde54b70f7',
relayUrl: 'wss://relay.walletconnect.org',
metadata: {
name: 'CosmosKit Template',
description: 'CosmosKit dapp template',
name: 'Cosmos Kit dApp',
description: 'Cosmos Kit dApp built by Create Cosmos App',
url: 'https://docs.cosmology.zone/cosmos-kit/',
icons: [],
},
Expand Down
4 changes: 2 additions & 2 deletions examples/swap-tokens/components/common/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Link, Box, Button, Icon, Text, useTheme, useColorModeValue } from '@interchain-ui/react';
import { dependencies } from '@/config';

const stacks = ['CosmosKit', 'Next.js'];
const stacks = ['Cosmos Kit', 'Next.js'];

const osmojs = dependencies[0];

Expand All @@ -23,7 +23,7 @@ export function Header() {
}}
onClick={toggleColorMode}
>
<Icon name={useColorModeValue('moonLine', 'sunLine')}/>
<Icon name={useColorModeValue('moonLine', 'sunLine')} />
</Button>
</Box>

Expand Down
2 changes: 1 addition & 1 deletion examples/swap-tokens/config/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type Project = {

export const products: Project[] = [
{
name: 'CosmosKit',
name: 'Cosmos Kit',
desc: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
link: 'https://github.com/cosmology-tech/cosmos-kit',
},
Expand Down
4 changes: 2 additions & 2 deletions examples/swap-tokens/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
projectId: 'a8510432ebb71e6948cfd6cde54b70f7',
relayUrl: 'wss://relay.walletconnect.org',
metadata: {
name: 'CosmosKit Template',
description: 'CosmosKit dapp template',
name: 'Cosmos Kit dApp',
description: 'Cosmos Kit dApp built by Create Cosmos App',
url: 'https://docs.cosmology.zone/cosmos-kit/',
icons: [],
},
Expand Down
2 changes: 1 addition & 1 deletion examples/telescope-with-contracts/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { FeatureProps } from '../components';

export const products: FeatureProps[] = [
{
title: 'CosmosKit',
title: 'Cosmos Kit',
text: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
href: 'https://github.com/cosmology-tech/cosmos-kit'
},
Expand Down
4 changes: 2 additions & 2 deletions examples/telescope-with-contracts/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
projectId: 'a8510432ebb71e6948cfd6cde54b70f7',
relayUrl: 'wss://relay.walletconnect.org',
metadata: {
name: 'CosmosKit Template',
description: 'CosmosKit dapp template',
name: 'Cosmos Kit dApp',
description: 'Cosmos Kit dApp built by Create Cosmos App',
url: 'https://docs.cosmology.zone/cosmos-kit/',
icons: [],
},
Expand Down
2 changes: 1 addition & 1 deletion examples/telescope-with-contracts/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function Home() {
'primary.200'
)}
>
CosmosKit&nbsp;+&nbsp;Next.js&nbsp;+&nbsp;
Cosmos Kit&nbsp;+&nbsp;Next.js&nbsp;+&nbsp;
<Link href={library.href} target="_blank" rel="noreferrer">
{library.title}
</Link>
Expand Down
2 changes: 1 addition & 1 deletion examples/telescope/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { FeatureProps } from '../components';

export const products: FeatureProps[] = [
{
title: 'CosmosKit',
title: 'Cosmos Kit',
text: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
href: 'https://github.com/cosmology-tech/cosmos-kit'
},
Expand Down
2 changes: 1 addition & 1 deletion examples/telescope/config/liquidity/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { FeatureProps } from '../components';

export const products: FeatureProps[] = [
{
title: 'CosmosKit',
title: 'Cosmos Kit',
text: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
href: 'https://github.com/cosmology-tech/cosmos-kit'
},
Expand Down
4 changes: 2 additions & 2 deletions examples/telescope/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
projectId: 'a8510432ebb71e6948cfd6cde54b70f7',
relayUrl: 'wss://relay.walletconnect.org',
metadata: {
name: 'CosmosKit Template',
description: 'CosmosKit dapp template',
name: 'Cosmos Kit dApp',
description: 'Cosmos Kit dApp built by Create Cosmos App',
url: 'https://docs.cosmology.zone/cosmos-kit/',
icons: [],
},
Expand Down
2 changes: 1 addition & 1 deletion examples/telescope/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export default function Home() {
'primary.200'
)}
>
CosmosKit&nbsp;+&nbsp;Next.js&nbsp;+&nbsp;
Cosmos Kit&nbsp;+&nbsp;Next.js&nbsp;+&nbsp;
<Link href={library.href} target="_blank" rel="noreferrer">
{library.title}
</Link>
Expand Down
2 changes: 1 addition & 1 deletion examples/telescope/pages/liquidity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function Home() {
'primary.200'
)}
>
CosmosKit&nbsp;+&nbsp;Next.js&nbsp;+&nbsp;
Cosmos Kit&nbsp;+&nbsp;Next.js&nbsp;+&nbsp;
<Link href={library.href} target="_blank" rel="noreferrer">
{library.title}
</Link>
Expand Down
2 changes: 1 addition & 1 deletion examples/telescope/pages/mobx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default observer(function Home() {
'primary.200'
)}
>
CosmosKit&nbsp;+&nbsp;Next.js&nbsp;+&nbsp;
Cosmos Kit&nbsp;+&nbsp;Next.js&nbsp;+&nbsp;
<Link href={library.href} target="_blank" rel="noreferrer">
{library.title}
</Link>
Expand Down
2 changes: 1 addition & 1 deletion examples/telescope/pages/validator-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export default function Home() {
'primary.200'
)}
>
CosmosKit&nbsp;+&nbsp;Next.js&nbsp;+&nbsp;
Cosmos Kit&nbsp;+&nbsp;Next.js&nbsp;+&nbsp;
<Link href={library.href} target="_blank" rel="noreferrer">
{library.title}
</Link>
Expand Down
2 changes: 1 addition & 1 deletion examples/telescope/pages/vote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function Home() {
as="span"
color={useColorModeValue('primary.500', 'primary.200')}
>
CosmosKit + Next.js
Cosmos Kit + Next.js
</Text>
</Heading>
</Box>
Expand Down
Loading