Skip to content

feat: add network config to every chain #82

feat: add network config to every chain

feat: add network config to every chain #82

Triggered via pull request December 24, 2024 11:43
Status Failure
Total duration 29s
Artifacts

ci.yml

on: pull_request
lint_test  /  build
20s
lint_test / build
Fit to window
Zoom out
Zoom in

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.