Merge pull request #18 from DLC-link/feat/network-vaults #58
Annotations
10 warnings
src/app/components/mint-unmint/components/transaction-summary/transaction-summary.tsx#L61
React Hook useEffect has a missing dependency: 'getVault'. Either include it or remove the dependency array
|
src/app/hooks/use-confirmation-checker.ts#L37
Unexpected console statement
|
src/app/hooks/use-confirmation-checker.ts#L50
Unexpected console statement
|
src/app/hooks/use-confirmation-checker.ts#L63
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-confirmation-checker.ts#L71
React Hook useEffect has a missing dependency: 'fetchTransactionDetails'. Either include it or remove the dependency array
|
src/app/hooks/use-endpoints.ts#L34
React Hook useEffect has a missing dependency: 'getEndpoints'. Either include it or remove the dependency array
|
src/app/hooks/use-ethereum.ts#L68
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#L75
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#L91
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#L220
Unexpected console statement
|
The logs for this run have expired and are no longer available.
Loading