<CardPay::MerchantCard
  @balance={{@safe.accumulatedSpendValue}}
  @usdBalance={{spend-to-usd @safe.accumulatedSpendValue}}
  @address={{@safe.address}}
  @managerCount={{@safe.owners.length}}
  @network={{network-display-info "layer2" "fullName"}}
  @id={{this.info.id}}
  @name={{this.info.name}}
  @logoBackground={{this.info.backgroundColor}}
  @logoTextColor={{this.info.textColor}}
  @error={{this.info.errored}}
  ...attributes
/>