Closed CJ42 closed 1 year ago
Allow the contract to be funded on deployment via constructor or initialize(...) public functions.
constructor
initialize(...) public
npm run lint
npm run build
npm run test
What does this PR introduce?
🚀 Feature
Allow the contract to be funded on deployment via
constructor
orinitialize(...) public
functions.PR Checklist
npm run lint
npm run build
npm run test