Skip to content

Commit

Permalink
Merge pull request #620 from EdgeApp/matthew/paypalToken
Browse files Browse the repository at this point in the history
Add tokens
  • Loading branch information
peachbits authored Sep 8, 2023
2 parents e9bf829 + ab08299 commit d1d838f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ethereum/info/avalancheInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
8 changes: 8 additions & 0 deletions src/ethereum/info/ethereumInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d1d838f

Please sign in to comment.