feat: add network config to every chain #82
Annotations
4 errors
lint_test / build:
src/components/Chains/index.stories.ts#L17
Property 'config' is missing in type '{ id: string; name: string; icon: string; wallets: { id: string; name: string; installed: true; icon: string; docs: string; provider: null; account: null; label: string; }[]; }' but required in type 'IChain<string, IProvider, any>'.
|
lint_test / build:
src/components/Chains/index.stories.ts#L34
Property 'config' is missing in type '{ id: string; name: string; icon: string; wallets: never[]; }' but required in type 'IChain<string, IProvider, any>'.
|
lint_test / build:
src/components/Wallets/index.stories.tsx#L74
Property 'config' is missing in type '{ id: string; name: string; icon: string; wallets: IWallet<IProvider>[]; }' but required in type 'IChain<string, IProvider, any>'.
|
lint_test / build
Process completed with exit code 2.
|