Skip to content

Commit 5c7c5d1

Browse files
committed
chore: lint
1 parent 34bba33 commit 5c7c5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/ducks/bridge/selectors.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ describe('Bridge selectors', () => {
182182

183183
// Only FEATURED_RPCS that are explicitly allowed for bridging
184184
const allowedFeaturedRpcs = FEATURED_RPCS.filter(({ chainId }) =>
185-
ALLOWED_BRIDGE_CHAIN_IDS.includes(chainId),
185+
(ALLOWED_BRIDGE_CHAIN_IDS as readonly string[]).includes(chainId),
186186
);
187187

188188
// Ensure all allowed FEATURED_RPCS networks are present and correctly shaped

0 commit comments

Comments
 (0)