Skip to content

Commit

Permalink
feat: remove wbtc 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 4d4c194 commit 2323162
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/settings/swap-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,6 @@ const swapAssets = [
onPnetworkV2: true,
chainId: ChainId.EthereumMainnet,
},
{
address: '0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599',
id: 'WBTC_ON_ETH_MAINNET',
name: 'WBTC',
workingName: 'wbtc',
nativeDecimals: 8,
network: 'mainnet',
isHidden: false,
blockchain: 'ETH',
decimals: 8,
withMiniImage: true,
symbol: 'WBTC',
isPtoken: false,
requiresCurve: true,
curveChainId: 1,
pTokenId: 'PBTC_ON_ETH_MAINNET',
swapToAddress: '0x62199B909FB8B8cf870f97BEf2cE6783493c4908',
nativeSymbol: 'BTC',
nativeBlockchain: 'BTC',
image: 'wBTC.svg',
withBalanceDecimalsConversion: true,
onPnetworkV2: true,
chainId: ChainId.EthereumMainnet,
},
{
address: 'btc.ptokens',
id: 'PBTC_ON_EOS_MAINNET',
Expand Down

0 comments on commit 2323162

Please sign in to comment.