Commit graph

3 commits

Author SHA1 Message Date
undercover-cactus
af10706ba6 need anvil files 2025-11-04 15:23:48 +01:00
Facundo Farall
c7cf6cead8
chore(contracts): 🗑️ Remove unused contracts (#29) 2025-04-03 14:43:25 -03:00
Facundo Farall
75e39ff98f
feat(contracts): 🚀 Implement deployment scripts for all contracts (#28)
In this PR:
1. Implement deployment script for all contracts involved. This includes
    1. EigenLayer core contracts.
    2. Snowbridge contracts.
    3. Our custom contracts to interact with both protocols.
4. Update README to document functionalities of `contracts` directory.

Future work:
1. Deployment of EigenLayer contracts should be conditional, as we
wouldn't deploy them in testnet or mainnet, but we would do it in an
internal stagenet.
5. Cleaning up unused smart contracts.
2025-04-03 14:06:32 -03:00