Skip to content

Commit

Permalink
Merge pull request #68 from decentraland/feat/user-balances
Browse files Browse the repository at this point in the history
feat: add endpoint to retrieve user ERC20 balances from a specific chain
  • Loading branch information
juanmahidalgo authored Nov 27, 2023
2 parents 6315d08 + e0ab920 commit d9b9647
Show file tree
Hide file tree
Showing 10 changed files with 747 additions and 77 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
{
"files": ["*.ts"],
"rules": {
"import/no-unresolved": [
"error",
{
"ignore": ["^@covalenthq/client-sdk"]
}
],
"@typescript-eslint/naming-convention": [
"error",
{ "selector": "enumMember", "format": ["UPPER_CASE"] },
Expand Down
Loading

0 comments on commit d9b9647

Please sign in to comment.