Commit d62dd585 authored by eddie's avatar eddie Committed by GitHub

feat: upgrade widget again (#6106)

parent 6ba3c6cf
...@@ -662,10 +662,10 @@ export type Query = { ...@@ -662,10 +662,10 @@ export type Query = {
export type QueryNftActivityArgs = { export type QueryNftActivityArgs = {
after?: InputMaybe<Scalars['String']>;
chain?: InputMaybe<Chain>; chain?: InputMaybe<Chain>;
cursor?: InputMaybe<Scalars['String']>;
filter?: InputMaybe<NftActivityFilterInput>; filter?: InputMaybe<NftActivityFilterInput>;
limit?: InputMaybe<Scalars['Int']>; first?: InputMaybe<Scalars['Int']>;
}; };
...@@ -675,11 +675,9 @@ export type QueryNftAssetsArgs = { ...@@ -675,11 +675,9 @@ export type QueryNftAssetsArgs = {
asc?: InputMaybe<Scalars['Boolean']>; asc?: InputMaybe<Scalars['Boolean']>;
before?: InputMaybe<Scalars['String']>; before?: InputMaybe<Scalars['String']>;
chain?: InputMaybe<Chain>; chain?: InputMaybe<Chain>;
cursor?: InputMaybe<Scalars['String']>;
filter?: InputMaybe<NftAssetsFilterInput>; filter?: InputMaybe<NftAssetsFilterInput>;
first?: InputMaybe<Scalars['Int']>; first?: InputMaybe<Scalars['Int']>;
last?: InputMaybe<Scalars['Int']>; last?: InputMaybe<Scalars['Int']>;
limit?: InputMaybe<Scalars['Int']>;
orderBy?: InputMaybe<NftAssetSortableField>; orderBy?: InputMaybe<NftAssetSortableField>;
}; };
...@@ -688,20 +686,18 @@ export type QueryNftBalancesArgs = { ...@@ -688,20 +686,18 @@ export type QueryNftBalancesArgs = {
after?: InputMaybe<Scalars['String']>; after?: InputMaybe<Scalars['String']>;
before?: InputMaybe<Scalars['String']>; before?: InputMaybe<Scalars['String']>;
chain?: InputMaybe<Chain>; chain?: InputMaybe<Chain>;
cursor?: InputMaybe<Scalars['String']>;
filter?: InputMaybe<NftBalancesFilterInput>; filter?: InputMaybe<NftBalancesFilterInput>;
first?: InputMaybe<Scalars['Int']>; first?: InputMaybe<Scalars['Int']>;
last?: InputMaybe<Scalars['Int']>; last?: InputMaybe<Scalars['Int']>;
limit?: InputMaybe<Scalars['Int']>;
ownerAddress: Scalars['String']; ownerAddress: Scalars['String'];
}; };
export type QueryNftCollectionsArgs = { export type QueryNftCollectionsArgs = {
after?: InputMaybe<Scalars['String']>;
chain?: InputMaybe<Chain>; chain?: InputMaybe<Chain>;
cursor?: InputMaybe<Scalars['String']>;
filter?: InputMaybe<NftCollectionsFilterInput>; filter?: InputMaybe<NftCollectionsFilterInput>;
limit?: InputMaybe<Scalars['Int']>; first?: InputMaybe<Scalars['Int']>;
}; };
...@@ -750,9 +746,11 @@ export type QueryTokensArgs = { ...@@ -750,9 +746,11 @@ export type QueryTokensArgs = {
export type QueryTopCollectionsArgs = { export type QueryTopCollectionsArgs = {
after?: InputMaybe<Scalars['String']>;
chains?: InputMaybe<Array<Chain>>; chains?: InputMaybe<Array<Chain>>;
cursor?: InputMaybe<Scalars['String']>; cursor?: InputMaybe<Scalars['String']>;
duration?: InputMaybe<HistoryDuration>; duration?: InputMaybe<HistoryDuration>;
first?: InputMaybe<Scalars['Int']>;
limit?: InputMaybe<Scalars['Int']>; limit?: InputMaybe<Scalars['Int']>;
orderBy?: InputMaybe<CollectionSortableField>; orderBy?: InputMaybe<CollectionSortableField>;
}; };
......
...@@ -5255,10 +5255,10 @@ ...@@ -5255,10 +5255,10 @@
"@uniswap/v3-core" "1.0.0" "@uniswap/v3-core" "1.0.0"
"@uniswap/v3-periphery" "^1.0.1" "@uniswap/v3-periphery" "^1.0.1"
"@uniswap/widgets@^2.47.1": "@uniswap/widgets@^2.47.3":
version "2.47.1" version "2.47.3"
resolved "https://registry.yarnpkg.com/@uniswap/widgets/-/widgets-2.47.1.tgz#d52908f1c445c4de7953962b8eae844f981c59dd" resolved "https://registry.yarnpkg.com/@uniswap/widgets/-/widgets-2.47.3.tgz#d4194c86604199ac717be27396e653e4f8c0f5f8"
integrity sha512-rzY9v/t/ic1vvq1jgT5FR1t7VHfhnkii3D0Tru8Veuc0i/vC53C30QBpjrcBmmoZTg/YFO2vHdpT2NhBmQmH7Q== integrity sha512-OO9CKMmQAuq7hpnM+SU5t5BynlXLG8S6zCCG/L6ifCueJlThzNjOPhqVbNOxpyeCHVhAGhrZb57EPgfmaZf1Hg==
dependencies: dependencies:
"@babel/runtime" ">=7.17.0" "@babel/runtime" ">=7.17.0"
"@fontsource/ibm-plex-mono" "^4.5.1" "@fontsource/ibm-plex-mono" "^4.5.1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment