Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Update naming (5afe#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmeissner authored Jul 13, 2023
1 parent 4e29e09 commit 77e091a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: safe-protocol-demo-contracts
name: safe-core-protocol-demo-contracts
on: [ push, pull_request ]
defaults:
run:
Expand Down
16 changes: 2 additions & 14 deletions contracts/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -26,16 +26,4 @@ yarn test

```bash
yarn deploy <network>
```

### Verify

#### SafeProtocolRegistry.sol/TestSafeProtocolRegistryUnrestricted.sol
```
npx hardhat verify --network goerli <contract_address> <initial_owner>
```

#### SafeProtocolManager.sol
```
npx hardhat verify --network goerli <contract_address> <initial_owner> <registry_address>
```
14 changes: 7 additions & 7 deletions contracts/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:5afe/safe-core-protocol-demo.git",
"author": "safe.global",
"license": "LGPL-3.0",
"scripts": {
"build": "hardhat compile",
"test": "hardhat test",
Expand Down Expand Up @@ -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": "[email protected]:5afe/safe-protocol-demo.git",
"author": "safe.global",
"license": "LGPL-3.0",
"files": [
"contracts",
"dist",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "safe-protocol-app",
"name": "safe-core-protocol-app",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 77e091a

Please sign in to comment.