Merge pull request #46 from DLC-link/feat/add-token #127
Annotations
10 warnings
Lint:
src/app/components/mint-unmint/components/lock-screen/lock-screen.tsx#L34
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
|
Lint:
src/app/components/mint-unmint/mint-unmint.tsx#L28
React Hook useEffect has a missing dependency: 'address'. Either include it or remove the dependency array
|
Lint:
src/app/hooks/use-bitcoin.ts#L26
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
|
Lint:
src/app/hooks/use-confirmation-checker.ts#L30
Unexpected console statement
|
Lint:
src/app/hooks/use-confirmation-checker.ts#L42
Unexpected console statement
|
Lint:
src/app/hooks/use-confirmation-checker.ts#L54
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
|
Lint:
src/app/hooks/use-confirmation-checker.ts#L59
React Hook useEffect has a missing dependency: 'fetchTransactionDetails'. Either include it or remove the dependency array
|
Lint:
src/app/hooks/use-endpoints.ts#L30
React Hook useEffect has a missing dependency: 'getEndpoints'. Either include it or remove the dependency array
|
Lint:
src/app/hooks/use-ethereum.ts#L71
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
|
Lint:
src/app/hooks/use-ethereum.ts#L83
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
|
The logs for this run have expired and are no longer available.
Loading