From 504529bfc37fd3232152f3cf9ef8942e831f5b6f Mon Sep 17 00:00:00 2001 From: Samuel Holmes Date: Wed, 1 Nov 2023 15:08:38 -0700 Subject: [PATCH] Fix contract address for PYUSD --- CHANGELOG.md | 2 ++ src/ethereum/info/ethereumInfo.ts | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78a26c7fd..8268059d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/ethereum/info/ethereumInfo.ts b/src/ethereum/info/ethereumInfo.ts index c49188fed..e3c98ba2a 100644 --- a/src/ethereum/info/ethereumInfo.ts +++ b/src/ethereum/info/ethereumInfo.ts @@ -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': {