Skip to content

Commit

Permalink
Fix contract address for PYUSD
Browse files Browse the repository at this point in the history
  • Loading branch information
samholmes committed Nov 6, 2023
1 parent c08ea3a commit 504529b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- fixed: Corrected token address for PYUSD on Ethereum to be the proxy contract

## 2.9.3 (2023-11-03)

- fixed: (Piratechain) alias format from base64 to base16
Expand Down
4 changes: 2 additions & 2 deletions src/ethereum/info/ethereumInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -935,12 +935,12 @@ const builtinTokens: EdgeTokenMap = {
contractAddress: '0x3a4f40631a4f906c2BaD353Ed06De7A5D3fCb430'
}
},
e17b8adf8e46b15f3f9ab4bb9e3b6e31db09126e: {
'6c3ea9036406852006290770bedfcaba0e23a0e8': {
currencyCode: 'PYUSD',
displayName: 'PayPal USD',
denominations: [{ name: 'PYUSD', multiplier: '1000000' }],
networkLocation: {
contractAddress: '0xe17b8aDF8E46b15f3F9aB4Bb9E3b6e31Db09126E'
contractAddress: '0x6c3ea9036406852006290770bedfcaba0e23a0e8'
}
},
'4a220e6096b25eadb88358cb44068a3248254675': {
Expand Down

0 comments on commit 504529b

Please sign in to comment.