sablier-labs / v2-deployments

Keeping track of Sablier V2 deployments
GNU General Public License v3.0
2 stars 1 forks source link

Think of a way to merge the `core` and `periphery` dirs #10

Open andreivladbrg opened 1 month ago

andreivladbrg commented 1 month ago

Ref https://github.com/sablier-labs/v2-core/pull/979

andreivladbrg commented 1 month ago

Idea:

└── deployments
    ├── lockup
    │  ├── v1.0.0 // both core and periphery
    │  └── v1.1.0 // both core and periphery 
    └── flow
       ├── v1.0.0 
       └── v1.1.0 
smol-ninja commented 1 month ago

Looks good to me.