export type SupportChain = 'rooch' | 'bitcoin';
export type SupportWallet = 'UniSat' | 'OKX' | 'OneKey';
