ChorusOne / solido

Lido for Solana is a Lido-DAO governed liquid staking protocol for the Solana blockchain.
https://chorusone.github.io/solido/
GNU General Public License v3.0
101 stars 43 forks source link

Test deploying Anker program with a pre-existing mint #518

Closed ruuda closed 2 years ago

ruuda commented 2 years ago

We should test, in the test_anker.py script, that we can deploy the Anker program in a way that makes it take ownership of a pre-existing mint. Right now we let the solido anker create create a new mint. We should delete that feature, because we will not use it on mainnet anyway. It’s better to test what we will use.