feat: mainnet deployment #61
Annotations
10 errors and 4 warnings
Lint:
frontend/src/App.tsx#L6
'useAssets' is defined but never used
|
Lint:
frontend/src/App.tsx#L7
'useAddAssets' is defined but never used
|
Lint:
frontend/src/App.tsx#L16
'FARM_COIN_ASSET' is defined but never used
|
Lint:
frontend/src/App.tsx#L24
'mounted' is assigned a value but never used
|
Lint:
frontend/src/App.tsx#L24
'setMounted' is assigned a value but never used
|
Lint:
frontend/src/components/NewPlayer.tsx#L6
'TESTNET_FAUCET_URL' is defined but never used
|
Lint:
frontend/src/components/NewPlayer.tsx#L41
'tx' is assigned a value 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
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/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
|