© 2026 Hedgehog Software, LLC
type BlockainsName = "bitcoin" | "ethereum" | "solana" | "polygon-pos" | "binance-smart-chain" | "avalanche"
export const walletType = type({ address: "string", blockchain: "BlockainsName", {...}
export type BlockainsName = keyof typeof blockchains