Skip to content

Commit

Permalink
feat: remove native usdt and usdc on Algorand from the asset list
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Nov 28, 2024
1 parent 2323162 commit 4067112
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions src/settings/swap-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -906,31 +906,6 @@ const swapAssets = [
onPnetworkV2: true,
chainId: ChainId.AlgorandMainnet,
},
{
address: '31566704',
id: 'USDC_ON_ALGORAND_MAINNET',
name: 'USDC',
workingName: 'pusdc',
nativeDecimals: 6,
network: 'mainnet',
isHidden: false,
blockchain: 'ALGORAND',
decimals: 6,
withMiniImage: true,
symbol: 'USDC',
isPseudoNative: true,
swapperAddress: '770102986',
ptokenAddress: '748211185',
nativeSymbol: 'USDC',
nativeBlockchain: 'ETH',
image: 'USDC.svg',
withBalanceDecimalsConversion: true,
isPerc20: true,
symbolToDisplay: 'USDC',
onPnetworkV2: true,
isSpecial: true,
chainId: ChainId.AlgorandMainnet,
},
{
address: '748208047',
id: 'PUSDT_ON_ALGORAND_MAINNET',
Expand All @@ -952,31 +927,6 @@ const swapAssets = [
onPnetworkV2: true,
chainId: ChainId.AlgorandMainnet,
},
{
address: '312769',
id: 'USDT_ON_ALGORAND_MAINNET',
name: 'USDT',
workingName: 'pusdt',
nativeDecimals: 6,
network: 'mainnet',
isHidden: false,
blockchain: 'ALGORAND',
decimals: 6,
withMiniImage: true,
symbol: 'USDT',
isPseudoNative: true,
swapperAddress: '770102986',
ptokenAddress: '748208047',
nativeSymbol: 'USDT',
nativeBlockchain: 'ETH',
image: 'USDT.svg',
withBalanceDecimalsConversion: true,
isPerc20: true,
symbolToDisplay: 'USDT',
onPnetworkV2: true,
isSpecial: true,
chainId: ChainId.AlgorandMainnet,
},
{
address: 'wmbt.ptokens',
id: 'PWOMBAT_ON_EOS_MAINNET',
Expand Down

0 comments on commit 4067112

Please sign in to comment.