diff --git a/CHANGELOG.md b/CHANGELOG.md index d3edfe841..df2351570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to the Aptos TypeScript SDK will be captured in this file. T # Unreleased +- [`Fix`] Remove decimals field from `CurrentTokenOwnershipFields` gql fragement + # 1.9.0 (2024-02-27) - Add `getCollectionByCollectionId` API diff --git a/src/internal/queries/currentTokenOwnershipFieldsFragment.graphql b/src/internal/queries/currentTokenOwnershipFieldsFragment.graphql index fe5c746ce..bdf67d360 100644 --- a/src/internal/queries/currentTokenOwnershipFieldsFragment.graphql +++ b/src/internal/queries/currentTokenOwnershipFieldsFragment.graphql @@ -25,7 +25,6 @@ fragment CurrentTokenOwnershipFields on current_token_ownerships_v2 { token_properties token_standard token_uri - decimals current_collection { collection_id collection_name