Skip to content

Commit 89aa7fb

Browse files
fix: Fix token data model (#38)
1 parent f83a727 commit 89aa7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snip-29/components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export type TIME_BOUNDS = {
198198
* Object containing data about the token: contract address, number of decimals and current price in STRK
199199
*/
200200
export type TOKEN_DATA = {
201-
address: ADDRESS;
201+
token_address: ADDRESS;
202202
decimals: number;
203203
price_in_strk: u256;
204204
};

0 commit comments

Comments
 (0)