Skip to content

Commit 27d1202

Browse files
committed
fix
1 parent 6cbb153 commit 27d1202

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ dist/
44
.env
55
.next
66
.turbo
7+
.claude
78
*.tgz
89
*.tsbuildinfo
910
__pycache__/

defillama-openapi-pro.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3563,8 +3563,8 @@
35633563
"description": "Set to \"tokens\" to return values denominated in raw token amounts instead of USD",
35643564
"schema": {
35653565
"type": "string",
3566-
"enum": ["tokens"],
3567-
"example": "tokens"
3566+
"enum": ["usd", "token", "raw"],
3567+
"example": "usd"
35683568
}
35693569
}
35703570
],

0 commit comments

Comments
 (0)