Skip to content

Commit

Permalink
feat(swap-assets): update pETH on EOS to v2 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviera9 authored Nov 7, 2023
1 parent 019fdec commit a4c3ac1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
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": "plain-dapp-update",
"private": true,
"version": "1.15.1",
"version": "1.16.0",
"type": "module",
"scripts": {
"dev": "npm run create-version-file && vite",
Expand Down
5 changes: 3 additions & 2 deletions src/settings/swap-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,16 @@ const swapAssets = [
isPerc20: true,
isHidden: false,
blockchain: 'EOS',
decimals: 0,
decimals: 9,
withMiniImage: true,
symbol: 'PETH',
isPtoken: true,
nativeSymbol: 'ETH',
nativeBlockchain: 'ETH',
image: 'pETH.svg',
withBalanceDecimalsConversion: true,
withBalanceDecimalsConversion: false,
chainId: ChainId.EosMainnet,
onPnetworkV2: true,
},
{
address: 'pnt.ptokens',
Expand Down

0 comments on commit a4c3ac1

Please sign in to comment.