You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(kms): enhance onboard page with site name, chain info, and k256 pubkey
- Add configurable site_name to core config, displayed as page title
and heading on the onboard page for operator visibility.
- Read eth_rpc_url and kms_contract_address from auth-api instead of
duplicating in onboard config. Display chain info in a separate card.
- Return k256_pubkey in OnboardResponse so it can be compared with the
on-chain kmsInfo.k256Pubkey after onboarding.
0 commit comments