Skip to content

Commit

Permalink
fix(swap): fix disabledAssets list
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Sep 9, 2024
1 parent 897ceae commit 3a1d5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/swap-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ChainId } from '@p.network/ptokens-constants'

export const disabledAssets = [
'GALA_ON_BSC_MAINNET',
'ANRX_ON_BSC_MAINNET',
'$ANRX_ON_BSC_MAINNET',
'PBTC_ON_ARBITRUM_MAINNET',
'PBTC_ON_LIBRE_MAINNET',
'PBTC_ON_TELOS_MAINNET',
Expand Down

0 comments on commit 3a1d5c0

Please sign in to comment.