Skip to content

Commit

Permalink
Merge pull request #98 from pnetwork-association/feat/disable-more-to…
Browse files Browse the repository at this point in the history
…kens

Feat/disable more tokens
  • Loading branch information
envin3 authored Nov 9, 2024
2 parents 1f692ae + aed96ac commit d1bc303
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-windows-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'ptokens-dapp-v2': minor
---

disable tokens
5 changes: 5 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@ ignore:
reason: Will be fixed in v4 - fix planned
expires: 2024-12-10T00:00:00.000Z
created: 2024-08-28T11:30:11.068Z
SNYK-JS-CROSSSPAWN-8303230:
- '*':
reason: Will be fixed in v4 - fix planned
expires: 2024-12-10T00:00:00.000Z
created: 2024-08-28T11:30:11.068Z
patch: {}
10 changes: 10 additions & 0 deletions src/settings/swap-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ import { ChainId } from '@p.network/ptokens-constants'
export const disabledAssets = [
'GALA_ON_BSC_MAINNET',
'$ANRX_ON_BSC_MAINNET',
'PBTC_ON_ETH_MAINNET',
'PBTC_ON_BSC_MAINNET',
'PBTC_ON_ALGORAND_MAINNET',
'PBTC_ON_ARBITRUM_MAINNET',
'PBTC_ON_TELOS_MAINNET',
'PNT_ON_ARBITRUM_MAINNET',
'PNT_ON_POLYGON_MAINNET',
'PNT_ON_GNOSIS_MAINNET',
'PKEYS_ON_BSC_MAINNET',
'LUXO_ON_BSC_MAINNET',
'POPEN_ON_BSC_MAINNET',
Expand All @@ -14,12 +19,17 @@ export const disabledAssets = [
'PSEEDS_ON_ETH_MAINNET',
'TLOS_ON_ETH_MAINNET',
'TLOS_ON_BSC_MAINNET',
'PUSDC_ON_ALGORAND_MAINNET',
'PUSDC_ON_TELOS_MAINNET',
'PUSDT_ON_ALGORAND_MAINNET',
'PUSDT_ON_TELOS_MAINNET',
'PETH_ON_TELOS_MAINNET',
'NUCO_ON_TELOS_MAINNET',
'ZMT_ON_BSC_MAINNET',
'PUOS_ON_ULTRA_MAINNET',
'WSB_ON_ETH_MAINNET',
'PLTC_ON_ETH_MAINNET',
'BIST_ON_BSC_MAINNET',
]

export const dismissedAssets = [
Expand Down

0 comments on commit d1bc303

Please sign in to comment.