Skip to content

Commit

Permalink
🚚 rename package to smart-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
qd-qd committed May 8, 2024
1 parent 41662e2 commit b781f90
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit b781f90

Please sign in to comment.