diff --git a/package.json b/package.json index cb21056e55..525163ee08 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "@uniswap/v3-core": "1.0.0", "@uniswap/v3-periphery": "^1.1.1", "@uniswap/v3-sdk": "^3.9.0", - "@uniswap/widgets": "^2.47.1", + "@uniswap/widgets": "^2.47.3", "@vanilla-extract/css": "^1.7.2", "@vanilla-extract/css-utils": "^0.1.2", "@vanilla-extract/dynamic": "^2.0.2", diff --git a/src/graphql/data/__generated__/types-and-hooks.ts b/src/graphql/data/__generated__/types-and-hooks.ts index a30976619c..22f6944cee 100644 --- a/src/graphql/data/__generated__/types-and-hooks.ts +++ b/src/graphql/data/__generated__/types-and-hooks.ts @@ -662,10 +662,10 @@ export type Query = { export type QueryNftActivityArgs = { + after?: InputMaybe; chain?: InputMaybe; - cursor?: InputMaybe; filter?: InputMaybe; - limit?: InputMaybe; + first?: InputMaybe; }; @@ -675,11 +675,9 @@ export type QueryNftAssetsArgs = { asc?: InputMaybe; before?: InputMaybe; chain?: InputMaybe; - cursor?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; last?: InputMaybe; - limit?: InputMaybe; orderBy?: InputMaybe; }; @@ -688,20 +686,18 @@ export type QueryNftBalancesArgs = { after?: InputMaybe; before?: InputMaybe; chain?: InputMaybe; - cursor?: InputMaybe; filter?: InputMaybe; first?: InputMaybe; last?: InputMaybe; - limit?: InputMaybe; ownerAddress: Scalars['String']; }; export type QueryNftCollectionsArgs = { + after?: InputMaybe; chain?: InputMaybe; - cursor?: InputMaybe; filter?: InputMaybe; - limit?: InputMaybe; + first?: InputMaybe; }; @@ -750,9 +746,11 @@ export type QueryTokensArgs = { export type QueryTopCollectionsArgs = { + after?: InputMaybe; chains?: InputMaybe>; cursor?: InputMaybe; duration?: InputMaybe; + first?: InputMaybe; limit?: InputMaybe; orderBy?: InputMaybe; }; diff --git a/yarn.lock b/yarn.lock index debcb04b70..b0883cafb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5255,10 +5255,10 @@ "@uniswap/v3-core" "1.0.0" "@uniswap/v3-periphery" "^1.0.1" -"@uniswap/widgets@^2.47.1": - version "2.47.1" - resolved "https://registry.yarnpkg.com/@uniswap/widgets/-/widgets-2.47.1.tgz#d52908f1c445c4de7953962b8eae844f981c59dd" - integrity sha512-rzY9v/t/ic1vvq1jgT5FR1t7VHfhnkii3D0Tru8Veuc0i/vC53C30QBpjrcBmmoZTg/YFO2vHdpT2NhBmQmH7Q== +"@uniswap/widgets@^2.47.3": + version "2.47.3" + resolved "https://registry.yarnpkg.com/@uniswap/widgets/-/widgets-2.47.3.tgz#d4194c86604199ac717be27396e653e4f8c0f5f8" + integrity sha512-OO9CKMmQAuq7hpnM+SU5t5BynlXLG8S6zCCG/L6ifCueJlThzNjOPhqVbNOxpyeCHVhAGhrZb57EPgfmaZf1Hg== dependencies: "@babel/runtime" ">=7.17.0" "@fontsource/ibm-plex-mono" "^4.5.1"