Skip to content

Added column for tokens in the tenantrpcconfig table #23

Added column for tokens in the tenantrpcconfig table

Added column for tokens in the tenantrpcconfig table #23

Triggered via pull request October 15, 2025 09:00
Status Success
Total duration 2m 38s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: src/components/simulate-transaction/simulate-transaction-page.tsx#L403
React Hook useEffect has a missing dependency: '_contractCalls'. Either include it or remove the dependency array
test: src/components/simulate-transaction/simulate-transaction-page.tsx#L332
React Hook useEffect has missing dependencies: '_contractCalls' and 'fetchFunctionsForContractAddress'. Either include them or remove the dependency array
test: src/components/simulate-transaction/simulate-transaction-page.tsx#L156
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
test: src/components/simulate-transaction/simulate-transaction-page.tsx#L156
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
test: src/components/simulate-transaction/simulate-transaction-page.tsx#L156
React Hook useEffect has missing dependencies: '_contractCalls' and 'calldataDecoder'. Either include them or remove the dependency array
test: src/components/networks-select.tsx#L49
React Hook useEffect has a missing dependency: 'onChainChangedCallback'. Either include it or remove the dependency array. If 'onChainChangedCallback' changes too often, find the parent component that defines it and wrap that definition in useCallback
test: src/components/code-viewer/file-explorer.tsx#L179
React Hook useMemo has a missing dependency: 'activeFile'. Either include it or remove the dependency array
test: src/components/code-viewer/code-viewer.tsx#L187
React Hook useCallback has unnecessary dependencies: 'args' and 'results'. Either exclude them or remove the dependency array
test: src/components/call-trace/root.tsx#L71
React Hook useCallback has missing dependencies: 'activeTab' and 'setChosenCallName'. Either include them or remove the dependency array
test: src/app/demo/root.tsx#L73
React Hook useCallback has missing dependencies: 'activeTab' and 'setChosenCallName'. Either include them or remove the dependency array