Skip to content

Commit

Permalink
fix: marking IMX as token valid for native bridge (#2516)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoloaiza authored Jan 31, 2025
1 parent 4ab0efa commit 417776d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/checkout/sdk/src/config/tokensFetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export class TokensFetcher {
decimals: 18,
name: 'IMX',
symbol: 'IMX',
bridge: null,
bridge: 'native',
});
});

Expand Down

0 comments on commit 417776d

Please sign in to comment.