Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Nov 9, 2024
2 parents 8940807 + adabb92 commit 1cf2ef3
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 3 deletions.
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: {}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ptokens-dapp-v2

## 1.29.0

### Minor Changes

- ed59959: disable tokens

## 1.28.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ptokens-dapp-v2",
"private": true,
"version": "1.28.0",
"version": "1.29.0",
"type": "module",
"scripts": {
"dev": "npm run create-version-file && vite",
Expand Down
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 1cf2ef3

Please sign in to comment.