@@ -512,7 +512,13 @@ export enum GQLOraclesOrder {
512512
513513export type GQLProxies = {
514514 readonly __typename ?: 'Proxies' ;
515- readonly bybit : GQLBybitResponse ;
515+ readonly bybit ?: Maybe < GQLBybitResponse > ;
516+ readonly unstoppableDomains ?: Maybe < GQLUnstoppableDomainsResponse > ;
517+ } ;
518+
519+
520+ export type GQLProxiesGqlUnstoppableDomainsArgs = {
521+ domainName : Scalars [ 'String' ] [ 'input' ] ;
516522} ;
517523
518524export type GQLQuery = {
@@ -614,6 +620,17 @@ export type GQLQueryGqlValidatorsArgs = {
614620 where ?: InputMaybe < GQLValidatorFilter > ;
615621} ;
616622
623+ export type GQLRecords = {
624+ readonly __typename ?: 'Records' ;
625+ readonly cryptoEthAddress ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
626+ readonly cryptoNibiAddress ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
627+ readonly ipfsHtmlValue ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
628+ readonly tokenEvmEthEthAddress ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
629+ readonly tokenEvmMaticMaticAddress ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
630+ readonly tokenEvmMaticPolAddress ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
631+ readonly tokenNibiNibiNibiAddress ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
632+ } ;
633+
617634export type GQLRedelegation = {
618635 readonly __typename ?: 'Redelegation' ;
619636 readonly amount : Scalars [ 'Int' ] [ 'output' ] ;
@@ -824,6 +841,26 @@ export enum GQLUnbondingOrder {
824841 GQLValidatorAddress = 'validator_address'
825842}
826843
844+ export type GQLUnstoppableDomainsMeta = {
845+ readonly __typename ?: 'UnstoppableDomainsMeta' ;
846+ readonly blockchain : Scalars [ 'String' ] [ 'output' ] ;
847+ readonly domain : Scalars [ 'String' ] [ 'output' ] ;
848+ readonly namehash : Scalars [ 'String' ] [ 'output' ] ;
849+ readonly networkId : Scalars [ 'Int' ] [ 'output' ] ;
850+ readonly owner : Scalars [ 'String' ] [ 'output' ] ;
851+ readonly registry : Scalars [ 'String' ] [ 'output' ] ;
852+ readonly resolver : Scalars [ 'String' ] [ 'output' ] ;
853+ readonly reverse : Scalars [ 'Boolean' ] [ 'output' ] ;
854+ readonly tokenId : Scalars [ 'String' ] [ 'output' ] ;
855+ readonly type : Scalars [ 'String' ] [ 'output' ] ;
856+ } ;
857+
858+ export type GQLUnstoppableDomainsResponse = {
859+ readonly __typename ?: 'UnstoppableDomainsResponse' ;
860+ readonly meta : GQLUnstoppableDomainsMeta ;
861+ readonly records : GQLRecords ;
862+ } ;
863+
827864export type GQLUser = {
828865 readonly __typename ?: 'User' ;
829866 readonly address : Scalars [ 'String' ] [ 'output' ] ;
0 commit comments