Skip to content

Commit

Permalink
fixup! feat(suite-native): token definitions redux logic
Browse files Browse the repository at this point in the history
  • Loading branch information
PeKne committed Feb 26, 2024
1 parent cd98e01 commit 8aa4859
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const tokenDefinitionsMiddleware = createMiddleware(
tokens?.forEach(token => {
dispatch(
getTokenDefinitionThunk({
networkSymbol: 'eth',
networkSymbol: symbol,
contractAddress: token.contract,
chainId,
}),
Expand Down

0 comments on commit 8aa4859

Please sign in to comment.