feat: upgrade widget again (#6106)
This commit is contained in:
parent
6ba3c6cf93
commit
d62dd585ea
@ -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",
|
||||
|
14
src/graphql/data/__generated__/types-and-hooks.ts
generated
14
src/graphql/data/__generated__/types-and-hooks.ts
generated
@ -662,10 +662,10 @@ export type Query = {
|
||||
|
||||
|
||||
export type QueryNftActivityArgs = {
|
||||
after?: InputMaybe<Scalars['String']>;
|
||||
chain?: InputMaybe<Chain>;
|
||||
cursor?: InputMaybe<Scalars['String']>;
|
||||
filter?: InputMaybe<NftActivityFilterInput>;
|
||||
limit?: InputMaybe<Scalars['Int']>;
|
||||
first?: InputMaybe<Scalars['Int']>;
|
||||
};
|
||||
|
||||
|
||||
@ -675,11 +675,9 @@ export type QueryNftAssetsArgs = {
|
||||
asc?: InputMaybe<Scalars['Boolean']>;
|
||||
before?: InputMaybe<Scalars['String']>;
|
||||
chain?: InputMaybe<Chain>;
|
||||
cursor?: InputMaybe<Scalars['String']>;
|
||||
filter?: InputMaybe<NftAssetsFilterInput>;
|
||||
first?: InputMaybe<Scalars['Int']>;
|
||||
last?: InputMaybe<Scalars['Int']>;
|
||||
limit?: InputMaybe<Scalars['Int']>;
|
||||
orderBy?: InputMaybe<NftAssetSortableField>;
|
||||
};
|
||||
|
||||
@ -688,20 +686,18 @@ export type QueryNftBalancesArgs = {
|
||||
after?: InputMaybe<Scalars['String']>;
|
||||
before?: InputMaybe<Scalars['String']>;
|
||||
chain?: InputMaybe<Chain>;
|
||||
cursor?: InputMaybe<Scalars['String']>;
|
||||
filter?: InputMaybe<NftBalancesFilterInput>;
|
||||
first?: InputMaybe<Scalars['Int']>;
|
||||
last?: InputMaybe<Scalars['Int']>;
|
||||
limit?: InputMaybe<Scalars['Int']>;
|
||||
ownerAddress: Scalars['String'];
|
||||
};
|
||||
|
||||
|
||||
export type QueryNftCollectionsArgs = {
|
||||
after?: InputMaybe<Scalars['String']>;
|
||||
chain?: InputMaybe<Chain>;
|
||||
cursor?: InputMaybe<Scalars['String']>;
|
||||
filter?: InputMaybe<NftCollectionsFilterInput>;
|
||||
limit?: InputMaybe<Scalars['Int']>;
|
||||
first?: InputMaybe<Scalars['Int']>;
|
||||
};
|
||||
|
||||
|
||||
@ -750,9 +746,11 @@ export type QueryTokensArgs = {
|
||||
|
||||
|
||||
export type QueryTopCollectionsArgs = {
|
||||
after?: InputMaybe<Scalars['String']>;
|
||||
chains?: InputMaybe<Array<Chain>>;
|
||||
cursor?: InputMaybe<Scalars['String']>;
|
||||
duration?: InputMaybe<HistoryDuration>;
|
||||
first?: InputMaybe<Scalars['Int']>;
|
||||
limit?: InputMaybe<Scalars['Int']>;
|
||||
orderBy?: InputMaybe<CollectionSortableField>;
|
||||
};
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user