Skip to content

Commit

Permalink
fix: remove default tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed May 18, 2022
1 parent bbd5926 commit 1428e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/widget-embedded/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const config: WidgetConfig = {
enabledChains: JSON.parse(process.env.LIFI_ENABLED_CHAINS_JSON!),
fromChain: 'pol',
toChain: 'bsc',
fromToken: '0x0000000000000000000000000000000000000000',
toToken: '0xcc42724c6683b7e57334c4e856f4c9965ed682bd',
// fromToken: '0x0000000000000000000000000000000000000000',
// toToken: '0xcc42724c6683b7e57334c4e856f4c9965ed682bd',
useInternalWalletManagement: true,
containerStyle: {
width: 480,
Expand Down

0 comments on commit 1428e75

Please sign in to comment.