Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie-analytics committed Oct 2, 2024
1 parent c884f03 commit fe4276f
Showing 1 changed file with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,36 @@ models:
- &blockchain
name: blockchain
description: "Blockchain for the token"
- &version
name: version
description: "Version of the token"
- &day
name: day
description: "Date on which the token balance is logged"
- &address
name: address
description: "Address for the token holder"
- &token_symbol
name: token_symbol
description: "Symbol for the token"
- &token_address
name: token_address
description: "Address for the token"
- &token_standard
name: token_standard
description: "Standard for the token"
- &token_id
name: token_id
description: "ID for the token"
- &balance
name: balance
description: "Balance for the user"
- &balance_usd
name: balance_usd
description: "USD value of balance for the user"
description: "USD value of balance for the user"
- &last_updated
name: last_updated
description: "UTC timestamp when data was last updated"
- &next_update
name: next_update
description: "UTC timestamp when data is next updated"

0 comments on commit fe4276f

Please sign in to comment.