From 77e091a1720990d6404a19267fa63770c43bed9d Mon Sep 17 00:00:00 2001 From: Richard Meissner Date: Thu, 13 Jul 2023 21:57:25 +0200 Subject: [PATCH] Update naming (#13) --- .github/workflows/ci.yml | 2 +- contracts/README.md | 16 ++-------------- contracts/package.json | 14 +++++++------- web/package.json | 2 +- 4 files changed, 11 insertions(+), 23 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77ca535..fe7e339 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: safe-protocol-demo-contracts +name: safe-core-protocol-demo-contracts on: [ push, pull_request ] defaults: run: diff --git a/contracts/README.md b/contracts/README.md index 9740eb8..9e1640c 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -1,6 +1,6 @@ -# Safe Protocol demo +# Safe{Core} Protocol demo -This project shows the usage of [Safe protocol](https://github.com/5afe/safe-protocol) +This project shows the usage of [Safe{Core} protocol](https://github.com/5afe/safe-core-protocol) ## Useful commands @@ -26,16 +26,4 @@ yarn test ```bash yarn deploy -``` - -### Verify - -#### SafeProtocolRegistry.sol/TestSafeProtocolRegistryUnrestricted.sol -``` -npx hardhat verify --network goerli -``` - -#### SafeProtocolManager.sol -``` -npx hardhat verify --network goerli ``` \ No newline at end of file diff --git a/contracts/package.json b/contracts/package.json index d6c25cf..2c9db53 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,4 +1,11 @@ { + "name": "@safe-global/safe-core-protocol-demo", + "version": "0.1.0-alpha.0", + "description": "'Demo of Safe{Core} Protocol contracts", + "main": "dist/index.js", + "repository": "git@github.com:5afe/safe-core-protocol-demo.git", + "author": "safe.global", + "license": "LGPL-3.0", "scripts": { "build": "hardhat compile", "test": "hardhat test", @@ -53,13 +60,6 @@ "typescript": "~5.0.0", "yargs": "^17.7.2" }, - "name": "@safe-global/safe-protocol-demo", - "version": "0.1.0-alpha.0", - "description": "'Demo of Safe protocol contracts", - "main": "dist/index.js", - "repository": "git@github.com:5afe/safe-protocol-demo.git", - "author": "safe.global", - "license": "LGPL-3.0", "files": [ "contracts", "dist", diff --git a/web/package.json b/web/package.json index 141306c..211bb97 100644 --- a/web/package.json +++ b/web/package.json @@ -1,5 +1,5 @@ { - "name": "safe-protocol-app", + "name": "safe-core-protocol-app", "version": "0.1.0", "private": true, "dependencies": {