generated from m0-foundation/foundry-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9cb6fe
commit aac5bf4
Showing
19 changed files
with
2,664 additions
and
2,685 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
{ | ||
"name": "@mzero-labs/wrapped-m-token", | ||
"name": "@mzero-labs/smart-m-token", | ||
"version": "2.0.0", | ||
"description": "Wrapped M Token", | ||
"author": "M^0 Labs <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/m0-foundation/wrapped-m-token.git" | ||
"url": "git+https://github.com/m0-foundation/smart-m-token.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/m0-foundation/wrapped-m-token/issues" | ||
"url": "https://github.com/m0-foundation/smart-m-token/issues" | ||
}, | ||
"homepage": "https://github.com/m0-foundation/wrapped-m-token#readme", | ||
"homepage": "https://github.com/m0-foundation/smart-m-token#readme", | ||
"scripts": { | ||
"build": "make -B build", | ||
"clean": "make -B clean", | ||
"compile": "forge compile", | ||
"coverage": "make -B coverage", | ||
"deploy": "make -B deploy", | ||
"deploy-local": "make -B deploy-local", | ||
"deploy-sepolia": "make -B deploy-sepolia", | ||
"doc": "forge doc --serve --port 4000", | ||
"lint-staged": "lint-staged", | ||
"prepack": "npm run clean && npm run build", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.