11# Sablier EVM Utils [ ![ Github Actions] [ gha-badge ]] [ gha ] [ ![ Coverage] [ codecov-badge ]] [ codecov ] [ ![ Foundry] [ foundry-badge ]] [ foundry ] [ ![ Discord] [ discord-badge ]] [ discord ]
22
3- This repository contains the following two sets of contracts:
3+ This package contains the following two sets of contracts:
44
55### Sablier comptroller
66
@@ -15,15 +15,15 @@ Its a standalone contract with the following responsibilities:
1515Its a collection of smart contracts used across various Sablier Solidity projects. The motivation behind this is to
1616reduce code duplication. The following projects imports these contracts:
1717
18- - [ Sablier Airdrops] ( https://github.com/sablier-labs/airdrops/ )
19- - [ Sablier Flow] ( https://github.com/sablier-labs/flow/ )
20- - [ Sablier Lockup] ( https://github.com/sablier-labs/lockup/ )
18+ - [ Sablier Airdrops] ( https://github.com/sablier-labs/evm-monorepo/tree/main/airdrops )
19+ - [ Sablier Flow] ( https://github.com/sablier-labs/evm-monorepo/tree/main/flow )
20+ - [ Sablier Lockup] ( https://github.com/sablier-labs/evm-monorepo/tree/main/lockup )
2121
2222In-depth documentation is available at [ docs.sablier.com] ( https://docs.sablier.com ) .
2323
2424## Repository Structure
2525
26- This repo contains the following subdirectories:
26+ This package contains the following subdirectories:
2727
2828- [ ` src/interfaces ` ] ( ./src/interfaces/ ) : Interfaces to be used by external projects.
2929- [ ` src/mocks ` ] ( ./src/mocks/ ) : Mock contracts used by external projects in tests.
@@ -71,21 +71,21 @@ contract MyContract is Adminable, Batch, NoDelegateCall {
7171
7272## Contributing
7373
74- Feel free to dive in! [ Open] ( https://github.com/sablier-labs/evm-utils /issues/new ) an issue,
75- [ start] ( https://github.com/sablier-labs/evm-utils /discussions/new ) a discussion or submit a PR. For any informal
74+ Feel free to dive in! [ Open] ( https://github.com/sablier-labs/evm-monorepo /issues/new ) an issue,
75+ [ start] ( https://github.com/sablier-labs/evm-monorepo /discussions/new ) a discussion or submit a PR. For any informal
7676concerns or feedback, please join our [ Discord server] ( https://discord.gg/bSwRCwWRsT ) .
7777
78- For guidance on how to create PRs, see the [ CONTRIBUTING] ( ./CONTRIBUTING.md ) guide.
78+ For guidance on how to create PRs, see the [ CONTRIBUTING] ( .. /CONTRIBUTING.md ) guide.
7979
8080## License
8181
82- See [ LICENSE.md] ( ./LICENSE.md ) .
82+ See [ LICENSE.md] ( .. /LICENSE.md ) .
8383
8484[ codecov ] : https://codecov.io/gh/sablier-labs/evm-utils
8585[ codecov-badge ] : https://codecov.io/gh/sablier-labs/evm-utils/graph/badge.svg?token=iWxbU4RAsi
8686[ discord ] : https://discord.gg/bSwRCwWRsT
8787[ discord-badge ] : https://img.shields.io/discord/659709894315868191
8888[ foundry ] : https://getfoundry.sh
8989[ foundry-badge ] : https://img.shields.io/badge/Built%20with-Foundry-FFDB1C.svg
90- [ gha ] : https://github.com/sablier-labs/evm-utils /actions
91- [ gha-badge ] : https://github.com/sablier-labs/evm-utils /actions/workflows/ci.yml/badge.svg
90+ [ gha ] : https://github.com/sablier-labs/evm-monorepo /actions
91+ [ gha-badge ] : https://github.com/sablier-labs/evm-monorepo /actions/workflows/ci-utils .yml/badge.svg
0 commit comments