From d8589a5724a36179b4cd4a458346fc7187aff4fb Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 18 Jun 2024 15:24:04 +0300 Subject: [PATCH] add security details, migrate README details --- README.md | 4 ++-- SECURITY.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 660d785..a36ecd4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Solidity Development Template(Foundry) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![CI Status](https://github.com/wschwab/sol-template/actions/workflows/test.yml/badge.svg)](https://github.com/wschwab/sol-template/actions/workflows/test.yml) +[![CI Status](https://github.com/alchemix-finance/alchemix-sol-template/actions/workflows/test.yml/badge.svg)](https://github.com/alchemix-finance/alchemix-sol-template/actions/workflows/test.yml) This template repo is a quick and easy way to get started with a new Solidity project. It comes with a number of features that are useful for developing and deploying smart contracts. Such as pre-commit hooks for formatting, auto generated documentation, and more @@ -48,7 +48,7 @@ Follow these steps to set up your local environment for development: - Test contracts: `forge test` - Run coverage: `forge coverage` -Note: the CI badge above is configured to run from `github.com/wschwab/sol-template/`. When forking to use this template, the badge should be modified (via the url embedded in the Markdown at the beginning of the README) to point at the target repo. +Note: the CI badge above is configured to run from `github.com/alchemix-finance/alchemix-sol-template/`. When forking to use this template, the badge should be modified (via the url embedded in the Markdown at the beginning of the README) to point at the target repo. ## Pre-commit Hooks diff --git a/SECURITY.md b/SECURITY.md index 290bd40..6a733cf 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -10,8 +10,8 @@ Preferred-Languages: en ## Security contact details. -security@ +security@alchemix.fi ## The URL for accessing the security.txt file. -https:///security.txt +https://alchemix.fi/security.txt