We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is reduntant information in these objects https://github.com/paltalabs/soroban-react/blob/main/packages/types/src/index.tsx
The text was updated successfully, but these errors were encountered:
/packages/types/src/index.tsx
export type ChainName = | 'futurenet' | 'public' | 'testnet' | 'sandbox' | 'standalone' export type ChainMetadata = WalletChain
Sorry, something went wrong.
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
No branches or pull requests
There is reduntant information in these objects
https://github.com/paltalabs/soroban-react/blob/main/packages/types/src/index.tsx
The text was updated successfully, but these errors were encountered: