diff --git a/README.md b/README.md index 96bbb5e..d639c86 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,17 @@ [![Github Actions][gha-release-badge]][gha-release-url] [![Foundry][foundry-badge]][foundry] [![License: MIT][license-badge]][license] -[github-editor-url]: https://github.dev/get-smooth/smart-accounts/tree/main +[github-editor-url]: https://github.dev/get-smooth/smart-contracts/tree/main [github-editor-badge]: https://img.shields.io/badge/Github-Open%20the%20Editor-purple?logo=github -[gha-quality-url]: https://github.com/get-smooth/smart-accounts/actions/workflows/quality-checks.yml -[gha-quality-badge]: https://github.com/get-smooth/smart-accounts/actions/workflows/quality-checks.yml/badge.svg?branch=main -[gha-test-url]: https://github.com/get-smooth/smart-accounts/actions/workflows/tests.yml -[gha-test-badge]: https://github.com/get-smooth/smart-accounts/actions/workflows/tests.yml/badge.svg?branch=main -[gha-static-analysis-url]: https://github.com/get-smooth/smart-accounts/actions/workflows/static-analysis.yml +[gha-quality-url]: https://github.com/get-smooth/smart-contracts/actions/workflows/quality-checks.yml +[gha-quality-badge]: https://github.com/get-smooth/smart-contracts/actions/workflows/quality-checks.yml/badge.svg?branch=main +[gha-test-url]: https://github.com/get-smooth/smart-contracts/actions/workflows/tests.yml +[gha-test-badge]: https://github.com/get-smooth/smart-contracts/actions/workflows/tests.yml/badge.svg?branch=main +[gha-static-analysis-url]: https://github.com/get-smooth/smart-contracts/actions/workflows/static-analysis.yml [gha-static-analysis-badge]: https://github.com/get-smooth/template-foundry/actions/workflows/static-analysis.yml/badge.svg?branch=main -[gha-release-url]: https://github.com/get-smooth/smart-accounts/actions/workflows/release-package.yml -[gha-release-badge]: https://github.com/get-smooth/smart-accounts/actions/workflows/release-package.yml/badge.svg +[gha-release-url]: https://github.com/get-smooth/smart-contracts/actions/workflows/release-package.yml +[gha-release-badge]: https://github.com/get-smooth/smart-contracts/actions/workflows/release-package.yml/badge.svg [foundry]: https://book.getfoundry.sh/ [foundry-badge]: https://img.shields.io/badge/Built%20with-Foundry-FFDB1C.svg [license]: ./LICENSE.md diff --git a/package-lock.json b/package-lock.json index 1c11f5c..b13c732 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@smoo.th/smart-accounts", + "name": "@smoo.th/smart-contracts", "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@smoo.th/smart-accounts", + "name": "@smoo.th/smart-contracts", "version": "0.0.1", "devDependencies": { "lefthook": "^1.4.1", diff --git a/package.json b/package.json index f64453e..bca3118 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "@smoo.th/smart-accounts", + "name": "@smoo.th/smart-contracts", "description": "", "version": "0.0.1", "author": "get-smooth https://github.com/get-smooth", - "repository": "github:@get-smooth/smart-accounts", - "bugs": "https://github.com/@get-smooth/smart-accounts/issues", - "homepage": "https://github.com/@get-smooth/smart-accounts#readme", + "repository": "github:@get-smooth/smart-contracts", + "bugs": "https://github.com/@get-smooth/smart-contracts/issues", + "homepage": "https://github.com/@get-smooth/smart-contracts#readme", "engines": { "node": ">= 18" },