Skip to content

feat: mainnet deployment #54

feat: mainnet deployment

feat: mainnet deployment #54

Triggered via pull request October 27, 2024 12:01
Status Failure
Total duration 53s
Artifacts

pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
Lint: frontend/src/components/NewPlayer.tsx#L6
'TESTNET_FAUCET_URL' is defined but never used
Lint: frontend/src/components/home/Home.tsx#L16
'provider' is assigned a value but never used
Lint: frontend/src/components/show/WalletInfo.tsx#L6
'useIsConnected' is defined but never used
Lint: frontend/src/components/show/WalletInfo.tsx#L7
'useNetwork' is defined but never used
Lint: frontend/src/components/show/WalletInfo.tsx#L26
'contract' is defined but never used
Lint: frontend/src/components/show/WalletInfo.tsx#L27
'updateNum' is defined but never used
Lint: frontend/src/components/show/WalletInfo.tsx#L28
'farmCoinAssetID' is defined but never used
Lint: frontend/src/components/show/WalletInfo.tsx#L32
'valSold' is assigned a value but never used
Lint: frontend/src/components/show/WalletInfo.tsx#L34
'isWalletLoading' is assigned a value but never used
Lint: frontend/src/main.tsx#L5
'BurnerWalletConnector' is defined but never used
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint: frontend/src/App.tsx#L62
React Hook useEffect has missing dependencies: 'addAssets', 'assets', and 'farmCoinAssetID'. Either include them or remove the dependency array
Lint: frontend/src/components/Garden.tsx#L44
React Hook useEffect has a missing dependency: 'setTileStates'. Either include it or remove the dependency array. If 'setTileStates' changes too often, find the parent component that defines it and wrap that definition in useCallback
Lint: frontend/src/components/NewPlayer.tsx#L23
React Hook useEffect has a missing dependency: 'getBalance'. Either include it or remove the dependency array
Lint: frontend/src/components/show/ShowCoins.tsx#L30
React Hook useEffect has a missing dependency: 'farmCoinAssetID'. Either include it or remove the dependency array