diff --git a/src/ethereum/info/avalancheInfo.ts b/src/ethereum/info/avalancheInfo.ts index c56790920..cfe69babf 100644 --- a/src/ethereum/info/avalancheInfo.ts +++ b/src/ethereum/info/avalancheInfo.ts @@ -118,6 +118,14 @@ const builtinTokens: EdgeTokenMap = { contractAddress: '0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664' } }, + '9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7': { + currencyCode: 'USDT', + displayName: 'Tether USD', + denominations: [{ name: 'USDT', multiplier: '1000000' }], + networkLocation: { + contractAddress: '0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7' + } + }, c7198437980c041c805a1edcba50c1ce5db95118: { currencyCode: 'USDT.e', displayName: 'Tether USD', diff --git a/src/ethereum/info/ethereumInfo.ts b/src/ethereum/info/ethereumInfo.ts index 8daa93ff5..9d459635a 100644 --- a/src/ethereum/info/ethereumInfo.ts +++ b/src/ethereum/info/ethereumInfo.ts @@ -934,6 +934,14 @@ const builtinTokens: EdgeTokenMap = { contractAddress: '0x3a4f40631a4f906c2BaD353Ed06De7A5D3fCb430' } }, + e17b8adf8e46b15f3f9ab4bb9e3b6e31db09126e: { + currencyCode: 'PYUSD', + displayName: 'PayPal USD', + denominations: [{ name: 'PYUSD', multiplier: '1000000' }], + networkLocation: { + contractAddress: '0xe17b8aDF8E46b15f3F9aB4Bb9E3b6e31Db09126E' + } + }, '4a220e6096b25eadb88358cb44068a3248254675': { currencyCode: 'QNT', displayName: 'Quant',