Skip to content

Commit

Permalink
fix: change example address
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Grimal committed Nov 6, 2024
1 parent c5d1f25 commit a2a6b7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/strategies/morpho-delegation/README.md
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
}
```
2 changes: 1 addition & 1 deletion src/strategies/morpho-delegation/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"address": {
"type": "string",
"title": "Contract address",
"examples": ["e.g. 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984"],
"examples": ["e.g. 0x3CF66a662390e37ff260D0cBAa8Af6d426D60D43"],
"pattern": "^0x[a-fA-F0-9]{40}$",
"minLength": 42,
"maxLength": 42
Expand Down

0 comments on commit a2a6b7e

Please sign in to comment.