Skip to content

Commit

Permalink
feat(swap-assets): use new PNT on gnosis
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Mar 7, 2024
1 parent ee8bd95 commit f942cc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-penguins-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'plain-dapp-update': minor
---

Use new PNT on gnosis
3 changes: 1 addition & 2 deletions src/settings/swap-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ const swapAssets = [
onPnetworkV2: true,
},
{
address: '0x0259461eed4d76d4f0f900f9035f6c4dfb39159a',
address: '0x8805Aa0C1a8e59b03fA95740F691E28942Cf44f6',
id: 'PNT_ON_GNOSIS_MAINNET',
name: 'PNT',
workingName: 'pnt',
Expand All @@ -448,7 +448,6 @@ const swapAssets = [
isSpecial: true,
isPerc20: true,
chainId: ChainId.XdaiMainnet,
onlyLegacyRedeem: true,
onPnetworkV2: true,
},
{
Expand Down

0 comments on commit f942cc4

Please sign in to comment.