Skip to content

Merge pull request #13 from Apillon/develop #5

Merge pull request #13 from Apillon/develop

Merge pull request #13 from Apillon/develop #5

Triggered via push July 7, 2025 10:18
Status Failure
Total duration 45s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
deploy
Process completed with exit code 2.
deploy: src/lib/wagmiConfig.ts#L62
Type '({ blockExplorers: { readonly default: { readonly name: "Moonscan"; readonly url: "https://moonbase.moonscan.io"; readonly apiUrl: "https://moonbase.moonscan.io/api"; }; }; blockTime?: number | undefined; ... 11 more ...; serializers?: ChainSerializers<...> | undefined; } | ... 15 more ... | { ...; })[]' is not assignable to type 'readonly [Chain, ...Chain[]]'.
deploy: src/lib/wagmiConfig.ts#L58
Argument of type 'CreateConnectorFn<EthereumProvider, { connect(parameters?: { chainId?: number | undefined; isReconnecting?: boolean | undefined; pairingTopic?: string | undefined; } | undefined): Promise<...>; ... 7 more ...; requestedChainsStorageKey: `${string}.requestedChains`; }, { ...; }>' is not assignable to parameter of type 'CreateConnectorFn<SDKProvider, { onConnect(connectInfo: ProviderConnectInfo): void; onDisplayUri(uri: string): void; }, Record<string, unknown>> | CreateConnectorFn<...> | CreateConnectorFn<...>'.
deploy: src/layout/MainLayout.tsx#L10
Type '{ type: string; position: "bottom-right"; }' is not assignable to type 'IntrinsicAttributes & ToastContainerProps & RefAttributes<HTMLDivElement>'.
deploy: src/hooks/useWalletConnect.tsx#L38
Argument of type '"disconnect"' is not assignable to parameter of type 'never'.
deploy: src/hooks/useNft.tsx#L120
Type '{ type: "ERC721"; options: { address: any; tokenId: string; image: string; }; }' is not assignable to type 'readonly [] | [string] | [data: `0x${string}`] | readonly [transaction: ExactPartial<RpcTransactionRequest>] | readonly [transaction: ExactPartial<RpcTransactionRequest>, block: `0x${string}` | ... 1 more ... | RpcBlockIdentifier] | ... 60 more ... | undefined'.
deploy: src/hooks/useContract.tsx#L45
Type 'any' is not assignable to type 'never'.