Skip to content

Commit

Permalink
fix(swap-assets): use correct id for PNT asset
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Jan 23, 2024
1 parent 38a92dd commit a0a851a
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 @@ -1109,7 +1109,7 @@ const swapAssets = [
},
{
address: '0x89ab32156e46f46d02ade3fecbe5fc4243b9aaed',
id: 'PNT',
id: 'PNT_ON_ETH_MAINNET',
symbol: 'PNT',
name: 'pNetwork',
network: 'mainnet',
Expand Down

0 comments on commit a0a851a

Please sign in to comment.