Open esteblock opened 1 year ago
/packages/types/src/index.tsx
export type ChainName =
| 'futurenet'
| 'public'
| 'testnet'
| 'sandbox'
| 'standalone'
export type ChainMetadata = WalletChain
packages/types/src/index.tsx
export interface NetworkDetails {
network: string
networkUrl: string
networkPassphrase: string
sorobanRpcUrl?: string
}
export interface WalletChain {
id: string
name?: string
networkPassphrase: string
iconBackground?: string
iconUrl?: string | null
unsupported?: boolean
network: string
networkUrl: string
sorobanRpcUrl?: string
}
@esteblock please can I be assigned to this
There is reduntant information in these objects https://github.com/paltalabs/soroban-react/blob/main/packages/types/src/index.tsx