Skip to content

Commit

Permalink
refactor: migrate github organization
Browse files Browse the repository at this point in the history
  • Loading branch information
grikomsn committed Jul 31, 2023
1 parent 28b6c91 commit 0120d27
Show file tree
Hide file tree
Showing 27 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
[email protected].
[email protected].
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Thanks for showing interest to contribute to `graz` <3

The following is a set of guidelines for contributing to graz, which are hosted in the [Strangelove Ventures Organization](https://github.com/strangelove-ventures) on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
The following is a set of guidelines for contributing to graz, which are hosted in the [Graz Organization](https://github.com/graz-sh) on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

## Code of Conduct

Expand Down Expand Up @@ -31,7 +31,7 @@ It would be better you know these things:

The following steps will get you up and running to contribute to `graz`:

1. Fork the repo (click the <kbd>Fork</kbd> button at the top right of [this page](https://github.com/strangelove-ventures/graz))
1. Fork the repo (click the <kbd>Fork</kbd> button at the top right of [this page](https://github.com/graz-sh/graz))

2. Clone your fork locally

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Strangelove Ventures
Copyright (c) 2023 Graz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![npm/v](https://badgen.net/npm/v/graz)](https://www.npmjs.com/package/graz)
[![npm/dt](https://badgen.net/npm/dt/graz)](https://www.npmjs.com/package/graz)
[![stars](https://badgen.net/github/stars/strangelove-ventures/graz)](https://github.com/strangelove-ventures/graz)
[![stars](https://badgen.net/github/stars/graz-sh/graz)](https://github.com/graz-sh/graz)

`graz` is a collection of React hooks containing everything you need to start working with the [Cosmos ecosystem](https://cosmos.network/).

Expand Down Expand Up @@ -102,7 +102,7 @@ pnpm add @cosmjs/cosmwasm-stargate @cosmjs/proto-signing @cosmjs/stargate @keplr

## API

You can read more about available hooks and exports on [Documentation Site](https://graz.strange.love/) or via [paka.dev](https://paka.dev/npm/graz).
You can read more about available hooks and exports on [Documentation Site](https://graz.sh/) or via [paka.dev](https://paka.dev/npm/graz).

## Maintainers

Expand All @@ -111,4 +111,4 @@ You can read more about available hooks and exports on [Documentation Site](http

## License

[MIT License, Copyright (c) 2023 Strangelove Ventures](./LICENSE)
[MIT License, Copyright (c) 2023 Graz](./LICENSE)
2 changes: 1 addition & 1 deletion docs/docs/code-of-conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
[email protected].
[email protected].
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Thanks for showing interest to contribute to `graz` <3

The following is a set of guidelines for contributing to graz, which are hosted in the [Strangelove Ventures Organization](https://github.com/strangelove-ventures) on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
The following is a set of guidelines for contributing to graz, which are hosted in the [Graz Organization](https://github.com/graz-sh) on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

## Code of Conduct

Expand Down Expand Up @@ -31,7 +31,7 @@ It greatly helps if you already have a basic understanding of:

The following steps will get you up and running to contribute to `graz`:

1. Fork the repo (click the <kbd>Fork</kbd> button at the top right of [this page](https://github.com/strangelove-ventures/graz))
1. Fork the repo (click the <kbd>Fork</kbd> button at the top right of [this page](https://github.com/graz-sh/graz))

2. Clone your fork locally

Expand Down
8 changes: 4 additions & 4 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ function Wallet() {

## Examples

- Next.js + Chakra UI: https://graz-example.vercel ([source code](https://github.com/strangelove-ventures/graz/tree/dev/example/next))
- Vite: https://graz-vite-example.vercel.app ([source code](https://github.com/strangelove-ventures/graz/tree/dev/example/vite/))
- Next.js + Chakra UI: https://graz-example.vercel ([source code](https://github.com/graz-sh/graz/tree/dev/example/next))
- Vite: https://graz-vite-example.vercel.app ([source code](https://github.com/graz-sh/graz/tree/dev/example/vite/))

## Third-party dependencies

`graz` uses various dependencies such as [`@cosmjs/cosmwasm-stargate`](https://www.npmjs.com/package/@cosmjs/cosmwasm-stargate) and [`@keplr-wallet/types`](https://www.npmjs.com/package/@keplr-wallet/types).

Rather than importing those packages directly, you can import from [`graz/dist/cosmjs`](https://github.com/strangelove-ventures/graz/tree/dev/packages/graz/src/cosmjs.ts) and [`graz/dist/keplr`](https://github.com/strangelove-ventures/graz/tree/dev/packages/graz/src/keplr.ts) which re-exports all respective dependencies:
Rather than importing those packages directly, you can import from [`graz/dist/cosmjs`](https://github.com/graz-sh/graz/tree/dev/packages/graz/src/cosmjs.ts) and [`graz/dist/keplr`](https://github.com/graz-sh/graz/tree/dev/packages/graz/src/keplr.ts) which re-exports all respective dependencies:

```diff
- import type { CosmWasmClient } from "@cosmjs/cosmwasm-stargate";
Expand All @@ -102,4 +102,4 @@ yarn add @cosmjs/cosmwasm-stargate @cosmjs/proto-signing @cosmjs/stargate @keplr

## License

[MIT License, Copyright (c) 2023 Strangelove Ventures](./license)
[MIT License, Copyright (c) 2023 Graz](./license)
2 changes: 1 addition & 1 deletion docs/docs/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

MIT License

Copyright (c) 2023 Strangelove Ventures
Copyright (c) 2023 Graz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
const config = {
title: "graz",
tagline: "React hooks for cosmos",
url: "https://graz.strange.love",
url: "https://graz.sh",
baseUrl: "/",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.ico",

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "strangelove-ventures", // Usually your GitHub org/user name.
organizationName: "graz-sh", // Usually your GitHub org/user name.
projectName: "graz", // Usually your repo name.

// Even if you don't use internalization, you can use this field to set useful
Expand All @@ -34,7 +34,7 @@ const config = {
({
docs: {
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://github.com/strangelove-ventures/graz/tree/dev/docs/",
editUrl: "https://github.com/graz-sh/graz/tree/dev/docs/",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down Expand Up @@ -66,7 +66,7 @@ const config = {
position: "left",
},
{
href: "https://github.com/strangelove-ventures/graz",
href: "https://github.com/graz-sh/graz",
label: "GitHub",
position: "right",
},
Expand All @@ -93,12 +93,12 @@ const config = {
},
{
label: "GitHub",
href: "https://github.com/strangelove-ventures/graz",
href: "https://github.com/graz-sh/graz",
},
],
},
],
copyright: `MIT License, Copyright © ${new Date().getFullYear()} Strangelove Ventures`,
copyright: `MIT License, Copyright © ${new Date().getFullYear()} Graz`,
},
image: "img/social.png",
prism: {
Expand Down
4 changes: 2 additions & 2 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const HomepageHeader: FC = () => {
<a href="https://www.npmjs.com/package/graz" rel="noopener" target="_blank">
<img alt="downloads badge" src="https://badgen.net/npm/dt/graz" />
</a>
<a href="https://github.com/strangelove-ventures/graz" rel="noopener" target="_blank">
<img alt="stars badge" src="https://badgen.net/github/stars/strangelove-ventures/graz" />
<a href="https://github.com/graz-sh/graz" rel="noopener" target="_blank">
<img alt="stars badge" src="https://badgen.net/github/stars/graz-sh/graz" />
</a>
</div>

Expand Down
4 changes: 2 additions & 2 deletions example/vite/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# graz-vite-example

Example Vite + React + TypeScript project demonstrating how to use [graz](https://github.com/strangelove-ventures/graz) ⚡️
Example Vite + React + TypeScript project demonstrating how to use [graz](https://github.com/graz-sh/graz) ⚡️

## Notes

Expand All @@ -9,4 +9,4 @@ Example Vite + React + TypeScript project demonstrating how to use [graz](https:

## References

- <https://github.com/strangelove-ventures/graz>
- <https://github.com/graz-sh/graz>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@strangelove-ventures/graz",
"name": "@graz-sh/graz",
"version": "0.0.0",
"workspaces": [
"docs",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-graz-app/create-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const createApp = async ({
packageManager: PackageManager;
}): Promise<void> => {
const repo: RepoInfo = {
username: "strangelove-ventures",
username: "graz-sh",
branch: "dev",
name: "graz",
filePath: "templates/default",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-graz-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "Bootstrap your cosmos app with one command",
"version": "0.0.1",
"author": "Nur Fikri <[email protected]>",
"repository": "https://github.com/strangelove-ventures/graz.git",
"homepage": "https://github.com/strangelove-ventures/graz",
"bugs": "https://github.com/strangelove-ventures/graz/issues",
"repository": "https://github.com/graz-sh/graz.git",
"homepage": "https://github.com/graz-sh/graz",
"bugs": "https://github.com/graz-sh/graz/issues",
"bin": {
"create-graz-app": "./dist/index.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graz-adapter-keplr/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Strangelove Ventures
Copyright (c) 2023 Graz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions packages/graz-adapter-keplr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![npm/v](https://badgen.net/npm/v/graz-adapter-keplr)](https://www.npmjs.com/package/graz-adapter-keplr)
[![npm/dt](https://badgen.net/npm/dt/graz-adapter-keplr)](https://www.npmjs.com/package/graz-adapter-keplr)
[![stars](https://badgen.net/github/stars/strangelove-ventures/graz)](https://github.com/strangelove-ventures/graz)
[![stars](https://badgen.net/github/stars/graz-sh/graz)](https://github.com/graz-sh/graz)

React hooks for Cosmos. Learn more about graz on the [official GitHub repository](https://github.com/strangelove-ventures/graz).
React hooks for Cosmos. Learn more about graz on the [official GitHub repository](https://github.com/graz-sh/graz).

[MIT License, Copyright (c) 2023 Strangelove Ventures](./LICENSE)
[MIT License, Copyright (c) 2023 Graz](./LICENSE)
6 changes: 3 additions & 3 deletions packages/graz-adapter-keplr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "graz-adapter-keplr",
"description": "Graz adapter for Keplr Wallet",
"version": "0.0.2",
"repository": "https://github.com/strangelove-ventures/graz.git",
"homepage": "https://github.com/strangelove-ventures/graz",
"bugs": "https://github.com/strangelove-ventures/graz/issues",
"repository": "https://github.com/graz-sh/graz.git",
"homepage": "https://github.com/graz-sh/graz",
"bugs": "https://github.com/graz-sh/graz/issues",
"files": [
"dist/*.d.ts",
"dist/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/graz-adapter-leap/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Strangelove Ventures
Copyright (c) 2023 Graz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions packages/graz-adapter-leap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![npm/v](https://badgen.net/npm/v/graz-adapter-leap)](https://www.npmjs.com/package/graz-adapter-leap)
[![npm/dt](https://badgen.net/npm/dt/graz-adapter-leap)](https://www.npmjs.com/package/graz-adapter-leap)
[![stars](https://badgen.net/github/stars/strangelove-ventures/graz)](https://github.com/strangelove-ventures/graz)
[![stars](https://badgen.net/github/stars/graz-sh/graz)](https://github.com/graz-sh/graz)

React hooks for Cosmos. Learn more about graz on the [official GitHub repository](https://github.com/strangelove-ventures/graz).
React hooks for Cosmos. Learn more about graz on the [official GitHub repository](https://github.com/graz-sh/graz).

[MIT License, Copyright (c) 2023 Strangelove Ventures](./LICENSE)
[MIT License, Copyright (c) 2023 Graz](./LICENSE)
6 changes: 3 additions & 3 deletions packages/graz-adapter-leap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "graz-adapter-leap",
"description": "Graz adapter for Leap Wallet",
"version": "0.0.2",
"repository": "https://github.com/strangelove-ventures/graz.git",
"homepage": "https://github.com/strangelove-ventures/graz",
"bugs": "https://github.com/strangelove-ventures/graz/issues",
"repository": "https://github.com/graz-sh/graz.git",
"homepage": "https://github.com/graz-sh/graz",
"bugs": "https://github.com/graz-sh/graz/issues",
"files": [
"dist/*.d.ts",
"dist/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/graz-adapter-vectis/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Strangelove Ventures
Copyright (c) 2023 Graz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions packages/graz-adapter-vectis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![npm/v](https://badgen.net/npm/v/graz-adapter-vectis)](https://www.npmjs.com/package/graz-adapter-vectis)
[![npm/dt](https://badgen.net/npm/dt/graz-adapter-vectis)](https://www.npmjs.com/package/graz-adapter-vectis)
[![stars](https://badgen.net/github/stars/strangelove-ventures/graz)](https://github.com/strangelove-ventures/graz)
[![stars](https://badgen.net/github/stars/graz-sh/graz)](https://github.com/graz-sh/graz)

React hooks for Cosmos. Learn more about graz on the [official GitHub repository](https://github.com/strangelove-ventures/graz).
React hooks for Cosmos. Learn more about graz on the [official GitHub repository](https://github.com/graz-sh/graz).

[MIT License, Copyright (c) 2023 Strangelove Ventures](./LICENSE)
[MIT License, Copyright (c) 2023 Graz](./LICENSE)
6 changes: 3 additions & 3 deletions packages/graz-adapter-vectis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "graz-adapter-vectis",
"description": "Graz adapter for Vectis Wallet",
"version": "0.0.2",
"repository": "https://github.com/strangelove-ventures/graz.git",
"homepage": "https://github.com/strangelove-ventures/graz",
"bugs": "https://github.com/strangelove-ventures/graz/issues",
"repository": "https://github.com/graz-sh/graz.git",
"homepage": "https://github.com/graz-sh/graz",
"bugs": "https://github.com/graz-sh/graz/issues",
"files": [
"dist/*.d.ts",
"dist/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/graz/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Strangelove Ventures
Copyright (c) 2023 Graz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions packages/graz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![npm/v](https://badgen.net/npm/v/graz)](https://www.npmjs.com/package/graz)
[![npm/dt](https://badgen.net/npm/dt/graz)](https://www.npmjs.com/package/graz)
[![stars](https://badgen.net/github/stars/strangelove-ventures/graz)](https://github.com/strangelove-ventures/graz)
[![stars](https://badgen.net/github/stars/graz-sh/graz)](https://github.com/graz-sh/graz)

React hooks for Cosmos. Learn more about graz on the [official GitHub repository](https://github.com/strangelove-ventures/graz).
React hooks for Cosmos. Learn more about graz on the [official GitHub repository](https://github.com/graz-sh/graz).

[MIT License, Copyright (c) 2023 Strangelove Ventures](./LICENSE)
[MIT License, Copyright (c) 2023 Graz](./LICENSE)
2 changes: 1 addition & 1 deletion packages/graz/cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Generate options:
-T, --testnet Generate given testnet chain paths seperated by commas (e.g. "atlantic,bitcannadev,cheqdtestnet")
--authz Generate only authz compatible chains
https://github.com/strangelove-ventures/graz
https://github.com/graz-sh/graz
`;

const args = arg({
Expand Down
8 changes: 4 additions & 4 deletions packages/graz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "React hooks for Cosmos",
"version": "0.0.44",
"author": "Griko Nibras <[email protected]>",
"repository": "https://github.com/strangelove-ventures/graz.git",
"homepage": "https://github.com/strangelove-ventures/graz",
"bugs": "https://github.com/strangelove-ventures/graz/issues",
"repository": "https://github.com/graz-sh/graz.git",
"homepage": "https://github.com/graz-sh/graz",
"bugs": "https://github.com/graz-sh/graz/issues",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -62,7 +62,7 @@
"keplr-wallet",
"keplr",
"react-cosmos-hooks",
"strangelove-ventures",
"graz-sh",
"use-keplr"
],
"license": "MIT"
Expand Down

0 comments on commit 0120d27

Please sign in to comment.