mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
edits
This commit is contained in:
parent
203b5652e9
commit
10372bbdbd
|
@ -10,8 +10,6 @@ Connectors are standardized modules that let Smart Account interact with various
|
|||
4. Push to the remote branch: `git push origin new-connector`
|
||||
5. Create a new Pull Request
|
||||
|
||||
Check out [mock.sol](https://github.com/InstaDApp/dsa-connectors/blob/master/contracts/connectors/mock.sol) for reference.
|
||||
|
||||
## Requirements
|
||||
|
||||
- The contracts should not have `selfdestruct()`.
|
||||
|
@ -23,6 +21,8 @@ Check out [mock.sol](https://github.com/InstaDApp/dsa-connectors/blob/master/con
|
|||
- Use `getUint()` or `setUint()` functions to fetch or store values.
|
||||
- Call `emitEvent()` after every external public facing functions to follow a common event standard for better analytics.
|
||||
|
||||
Check out [mock.sol](https://github.com/InstaDApp/dsa-connectors/blob/master/contracts/connectors/mock.sol) for reference.
|
||||
|
||||
## Support
|
||||
|
||||
If you can't find something you're looking for or have any questions, ask them at our developers community on [Telegram](https://t.me/instadevelopers), [Discord](https://discord.gg/83vvrnY) or simply send an [Email](mailto:info@instadapp.io).
|
Loading…
Reference in New Issue
Block a user