diff --git a/examples/privy-next-yield-demo/src/components/FeeRecipientCard.tsx b/examples/privy-next-yield-demo/src/components/FeeRecipientCard.tsx index f64c30c..79ebf42 100644 --- a/examples/privy-next-yield-demo/src/components/FeeRecipientCard.tsx +++ b/examples/privy-next-yield-demo/src/components/FeeRecipientCard.tsx @@ -5,6 +5,7 @@ import { getVaultId, truncateAddress } from '@/lib/constants'; interface VaultInfo { id: string; + name: string; provider: string; vault_address: string; asset_address: string; @@ -81,7 +82,7 @@ export function FeeRecipientCard() { return (