Skip to content

Commit

Permalink
add nft_token_id
Browse files Browse the repository at this point in the history
  • Loading branch information
0xroll committed Nov 29, 2024
1 parent 107a105 commit 4ca7f52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions schemas/dex/SCHEMA.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Snapshot of LP positions.
| chain_id | The standard id of the chain. | number |
| pool_address | The contract address of the pool. | string |
| user_address | The address of the liquidity provider. | string |
| nft_token_id | The token id of the NFT position. | string |
| token_index | The token index based on the smart contract. | number |
| token_address | The contract address of the token provided as liquidity. | string |
| token_symbol | The symbol of the token. | string |
Expand Down
4 changes: 4 additions & 0 deletions schemas/dex/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
"description": "The address of the liquidity provider.",
"type": "string"
},
"nft_token_id": {
"description": "The token id of the NFT position.",
"type": "string"
},
"token_index": {
"description": "The token index based on the smart contract.",
"type": "number"
Expand Down

0 comments on commit 4ca7f52

Please sign in to comment.