Skip to content

Commit

Permalink
change datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
0xroll committed Nov 29, 2024
1 parent 4ca7f52 commit 92b0b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schemas/dex/SCHEMA.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +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 |
| nft_token_id | The token id of the NFT position. | number |
| 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
2 changes: 1 addition & 1 deletion schemas/dex/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"nft_token_id": {
"description": "The token id of the NFT position.",
"type": "string"
"type": "number"
},
"token_index": {
"description": "The token index based on the smart contract.",
Expand Down

0 comments on commit 92b0b68

Please sign in to comment.