feat: widened mint/unmint page #34
Annotations
10 warnings
src/app/components/mint-unmint/components/transaction-summary/transaction-summary.tsx#L62
React Hook useEffect has a missing dependency: 'getVault'. Either include it or remove the dependency array
|
src/app/hooks/use-bitcoin.ts#L19
Unexpected console statement
|
src/app/hooks/use-bitcoin.ts#L42
Unexpected console statement
|
src/app/hooks/use-bitcoin.ts#L51
Unexpected console statement
|
src/app/hooks/use-ethereum.ts#L56
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
src/app/hooks/use-ethereum.ts#L58
React Hook useEffect has missing dependencies: 'dlcBTCContract', 'dlcManagerContract', 'protocolContract', and 'setupEthereumConfiguration'. Either include them or remove the dependency array
|
src/app/hooks/use-ethereum.ts#L69
Unexpected console statement
|
src/app/hooks/use-ethereum.ts#L73
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
src/app/hooks/use-ethereum.ts#L74
React Hook useEffect has missing dependencies: 'dlcBTCContract', 'dlcManagerContract', 'getDLCBTCBalance', 'getLockedBTCBalance', and 'protocolContract'. Either include them or remove the dependency array
|
src/app/hooks/use-ethereum.ts#L191
Unexpected console statement
|
The logs for this run have expired and are no longer available.
Loading