-
Notifications
You must be signed in to change notification settings - Fork 787
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5d1f25
commit a2a6b7e
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# erc20-balance-of | ||
# morpho-delegation | ||
|
||
This is the most common strategy, it returns the balances of the voters for a specific ERC20 token. | ||
This strategy allows to get any address' voting power for tokens inheriting from Morpho Labs Delegation Token. | ||
|
||
Here is an example of parameters: | ||
|
||
```json | ||
{ | ||
"address": "0x6b175474e89094c44da98b954eedeac495271d0f", | ||
"symbol": "DAI", | ||
"address": "0x3CF66a662390e37ff260D0cBAa8Af6d426D60D43", | ||
"symbol": "MORPHO", | ||
"decimals": 18 | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters