From 109e6ed0db54138283781593d3de017f6470680e Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Mon, 6 Nov 2023 19:51:42 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=20Adjust=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Marco Caversaccio --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/pull_request_template.md | 2 +- README.md | 8 ++++++-- package.json | 6 +++--- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 490cc3d..21018ca 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,7 +8,7 @@ assignees: body: - attributes: value: | - Please check the [issues tab](https://github.com/pcaversaccio/hardhat-project-template-ts/issues) to avoid duplicates. + Please check the [issues tab](https://github.com/blokk-studio/hardhat-project-template-ts/issues) to avoid duplicates. Thanks for taking the time to fill out this bug report! type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e396ba5..0016ff3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -8,7 +8,7 @@ assignees: body: - attributes: value: | - Please check the [issues tab](https://github.com/pcaversaccio/hardhat-project-template-ts/issues) to avoid duplicates. + Please check the [issues tab](https://github.com/blokk-studio/hardhat-project-template-ts/issues) to avoid duplicates. Thanks for taking the time to provide feedback on my Hardhat project template! type: markdown diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 187e74d..6cb3fbd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,7 +12,7 @@ Please: #### ✅ PR Checklist - [ ] Because this PR includes a **bug fix**, relevant tests have been included. -- [ ] Because this PR includes a **new feature**, the change was previously discussed in an [issue](https://github.com/pcaversaccio/hardhat-project-template-ts/issues) or in the [discussions](https://github.com/pcaversaccio/hardhat-project-template-ts/discussions) section. +- [ ] Because this PR includes a **new feature**, the change was previously discussed in an [issue](https://github.com/blokk-studio/hardhat-project-template-ts/issues) or in the [discussions](https://github.com/blokk-studio/hardhat-project-template-ts/discussions) section. - [x] I didn't do anything of this. --- diff --git a/README.md b/README.md index 70f774f..bc18322 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fully-Fledged Hardhat Project Template Based on TypeScript -[![🕵️‍♂️ Test smart contracts](https://github.com/pcaversaccio/hardhat-project-template-ts/actions/workflows/test-contracts.yml/badge.svg)](https://github.com/pcaversaccio/hardhat-project-template-ts/actions/workflows/test-contracts.yml) +[![🕵️‍♂️ Test smart contracts](https://github.com/blokk-studio/hardhat-project-template-ts/actions/workflows/test-contracts.yml/badge.svg)](https://github.com/blokk-studio/hardhat-project-template-ts/actions/workflows/test-contracts.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/license/mit/) ## Installation @@ -22,7 +22,7 @@ pnpm install ## Running Deployments > **Note**
-> The deployment script [`deploy.ts`](https://github.com/pcaversaccio/hardhat-project-template-ts/blob/main/scripts/deploy.ts) attempts to automatically verify the contract on the target chain after deployment. If you have not configured an API key, the verification will fail. +> The deployment script [`deploy.ts`](https://github.com/blokk-studio/hardhat-project-template-ts/blob/main/scripts/deploy.ts) attempts to automatically verify the contract on the target chain after deployment. If you have not configured an API key, the verification will fail. **Example Goerli:** @@ -180,3 +180,7 @@ Inside the [`scripts/`](./scripts) folder are a few preconfigured scripts that c ```console make scripts ``` + +## Acknowledgement + +This template is a public fork of [pcaversaccio](https://github.com/pcaversaccio)'s [template](https://github.com/pcaversaccio/hardhat-project-template-ts), licensed under the [MIT License](https://github.com/pcaversaccio/hardhat-project-template-ts/blob/main/LICENSE). diff --git a/package.json b/package.json index c9fc531..b90ac68 100644 --- a/package.json +++ b/package.json @@ -13,11 +13,11 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/pcaversaccio/hardhat-project-template-ts.git" + "url": "git+https://github.com/blokk-studio/hardhat-project-template-ts.git" }, - "homepage": "https://github.com/pcaversaccio/hardhat-project-template-ts#readme", + "homepage": "https://github.com/blokk-studio/hardhat-project-template-ts#readme", "bugs": { - "url": "https://github.com/pcaversaccio/hardhat-project-template-ts/issues" + "url": "https://github.com/blokk-studio/hardhat-project-template-ts/issues" }, "author": "Pascal Marco Caversaccio ", "license": "MIT",