Context
In order to enable farming and distribute rewards to the Nabla LP's. We want to deploy the farming smart contract on Pendulum. This is the follow up ticket of the research done on this smart contract whether it is compatible with Pendulum, results can be found here.
tl;dr -
Can it be compiled to WASM?
It is. With only a minor modification. It was compiled and deployed to foucoco-standalone using wasm-deploy. Along with the SafeERC20 contract which is already implemented by Nabla
Requirement
Notes
- Should be first deployed on Foucoco and tested there before deploying on Pendulum.
Context
In order to enable farming and distribute rewards to the Nabla LP's. We want to deploy the farming smart contract on Pendulum. This is the follow up ticket of the research done on this smart contract whether it is compatible with Pendulum, results can be found here.
tl;dr -
Can it be compiled to WASM?
It is. With only a minor modification. It was compiled and deployed to foucoco-standalone using wasm-deploy. Along with the
SafeERC20contract which is already implemented by NablaRequirement
Notes