Skip to content

Commit

Permalink
restore decimals
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaptosj committed Apr 16, 2024
1 parent 55ac323 commit 00e8b6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types/generated/operations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export type CurrentTokenOwnershipFieldsFragment = {
token_properties: any;
token_standard: string;
token_uri: string;
decimals: any;
current_collection?: {
collection_id: string;
collection_name: string;
Expand Down Expand Up @@ -219,6 +220,7 @@ export type GetAccountOwnedTokensQuery = {
token_properties: any;
token_standard: string;
token_uri: string;
decimals: any;
current_collection?: {
collection_id: string;
collection_name: string;
Expand Down Expand Up @@ -274,6 +276,7 @@ export type GetAccountOwnedTokensByTokenDataQuery = {
token_properties: any;
token_standard: string;
token_uri: string;
decimals: any;
current_collection?: {
collection_id: string;
collection_name: string;
Expand Down Expand Up @@ -329,6 +332,7 @@ export type GetAccountOwnedTokensFromCollectionQuery = {
token_properties: any;
token_standard: string;
token_uri: string;
decimals: any;
current_collection?: {
collection_id: string;
collection_name: string;
Expand Down Expand Up @@ -601,6 +605,7 @@ export type GetCurrentTokenOwnershipQuery = {
token_properties: any;
token_standard: string;
token_uri: string;
decimals: any;
current_collection?: {
collection_id: string;
collection_name: string;
Expand Down
1 change: 1 addition & 0 deletions src/types/generated/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const CurrentTokenOwnershipFieldsFragmentDoc = `
token_properties
token_standard
token_uri
decimals
current_collection {
collection_id
collection_name
Expand Down

0 comments on commit 00e8b6f

Please sign in to comment.