From 10372bbdbd5c5f47bed8cd2e977a2656db7340a1 Mon Sep 17 00:00:00 2001 From: Sowmay Jain Date: Sat, 2 May 2020 22:28:26 +1000 Subject: [PATCH] edits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 837a4b5..064e979 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file