GetConnectedWalletsQuery: {
    __typename?: "NotifiQuery";
    connectedWallet?: ({
        __typename?: "ConnectedWallet";
        address?: string;
        walletBlockchain: WalletBlockchain;
    } | undefined)[];
}