diff --git a/examples/enskit-react-example/src/AccountView.tsx b/examples/enskit-react-example/src/AccountView.tsx index 895902d796..3d09f0ee06 100644 --- a/examples/enskit-react-example/src/AccountView.tsx +++ b/examples/enskit-react-example/src/AccountView.tsx @@ -15,9 +15,7 @@ const AccountDomainsQuery = graphql(` domains(first: $first, after: $after) { totalCount edges { - # # TODO: after upgrading v2-sepolia to have materialized canonical name, update this to: - # node { __typename id canonical { name { interpreted } } } - node { __typename id name } + node { __typename id name } } pageInfo { hasNextPage endCursor } } @@ -62,12 +60,6 @@ function RenderAccount({ address }: { address: NormalizedAddress }) {