Skip to content

feat(pre-deposit): add available ETH to WETH vault #3140

feat(pre-deposit): add available ETH to WETH vault

feat(pre-deposit): add available ETH to WETH vault #3140

Triggered via pull request December 30, 2025 02:04
Status Success
Total duration 10m 35s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Build and Test: packages/wallet/src/components/send-assets-modal/index.tsx#L308
Classnames '' could be replaced by the 'px-4' shorthand!
Build and Test: packages/wallet/src/components/send-assets-modal/index.tsx#L308
Classnames 'place-content-between, content-between, justify-between' could be replaced by the 'place-content-between' shorthand!
Build and Test: packages/wallet/src/components/send-assets-modal/index.tsx#L287
Classname 'opacity-100' is not a Tailwind CSS class!
Build and Test: packages/wallet/src/components/password-modal/index.tsx#L113
Classnames 'place-content-between, content-between, justify-between' could be replaced by the 'place-content-between' shorthand!
Build and Test: apps/wallet/src/hooks/use-refetch-toast.tsx#L95
React Hook useEffect has a missing dependency: 'showLoadingAndSuccess'. Either include it or remove the dependency array
Build and Test: apps/connector/src/hooks/use-local-storage.tsx#L19
React Hook useEffect has missing dependencies: 'initialValue' and 'key'. Either include them or remove the dependency array. If 'setStoredValue' needs the current value of 'initialValue', you can also switch to useReducer instead of useState and read 'initialValue' in the reducer