core-contracts icon indicating copy to clipboard operation
core-contracts copied to clipboard

Lockup factory

Open ilblackdragon opened this issue 3 years ago • 1 comments

Currently our tooling only knows to look for lockup contracts under *.lockup.near

But this means that only NF can deploy those.

This can be easily made permissionless by creating a factory contract similar to staking factory to deploy lockups and deploy that to lockup.near account.

ilblackdragon avatar Oct 14 '20 17:10 ilblackdragon

Should be an easy way of doing it by copying the staking pool factory contract and modifying the input params.

evgenykuzyakov avatar Oct 26 '20 22:10 evgenykuzyakov