Skip to content

Commit

Permalink
Fix broken link to spec in README (#93)
Browse files Browse the repository at this point in the history
There was a broken link to the protocol specification in the README, fixed it to a working one.
  • Loading branch information
KumaCrypto committed Aug 30, 2023
1 parent 0a4cd02 commit dabab62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Safe{Core} Protocol

This project is an implementation of [Safe{Core} Protocol specification](https://github.com/safe-global/safe-protocol-specs)
This project is an implementation of [Safe{Core} Protocol specification](https://github.com/safe-global/safe-core-protocol-specs)
## Architecture

Safe{Core} Protocol implementation consists of following main components:
Expand Down Expand Up @@ -141,4 +141,4 @@ npx hardhat test
|----------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|
| ``` yarn hardhat generate:deployments ``` | Generate deployments markdown in [./docs/deployments.md](./docs/deployments.md) from [./deployments.ts](./deployments.ts) |
| ``` yarn hardhat verify --network goerli <contract_address> <initial_owner> ``` | Verify Registry contract(s)<br/> Applicable for<br/> - SafeProtocolRegistry.sol<br/> - TestSafeProtocolRegistryUnrestricted.sol<br/> |
| ``` yarn hardhat verify --network goerli <contract_address> <initial_owner> <registry_address> ``` | Verify SafeProtocolManager.sol |
| ``` yarn hardhat verify --network goerli <contract_address> <initial_owner> <registry_address> ``` | Verify SafeProtocolManager.sol |

0 comments on commit dabab62

Please sign in to comment.