Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test PR #90

Closed
wants to merge 2 commits into from
Closed
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 .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -22,7 +22,7 @@ pnpm install
## Running Deployments

> **Note**<br>
> 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:**

Expand Down Expand Up @@ -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).
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "MIT",
Expand Down
Loading