Skip to content

Commit a65e9d1

Browse files
authored
Added QUSD and WQ tokens (DefiLlama#11363)
1 parent df0554e commit a65e9d1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

projects/helper/coreAssets.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,9 @@
17261726
"WDAI": "0xDeb87c37Dcf7F5197026f574cd40B3Fc8Aa126D1",
17271727
"WUSDC": "0x79Cb92a2806BF4f82B614A84b6805963b8b1D8BB",
17281728
"WETH": "0xd56F9ffF3fe3BD0C7B52afF9A42eb70E05A287Cc",
1729-
"ELK": "0xeEeEEb57642040bE42185f49C52F7E9B38f8eeeE"
1729+
"ELK": "0xeEeEEb57642040bE42185f49C52F7E9B38f8eeeE",
1730+
"QUSD": "0xE31DD093A2A0aDc80053bF2b929E56aBFE1B1632",
1731+
"WQ": "0xd07178e3eCbC78De110Df84fe1A979D5f349784a"
17301732
},
17311733
"zklink": {
17321734
"WBTC": "0xda4aaed3a53962c83b35697cd138cc6df43af71f",

projects/helper/tokenMapping.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ const fixBalancesTokens = {
5757
},
5858
noble: {
5959
[ADDRESSES.noble.USDC]: { coingeckoId: "usd-coin", decimals: 6 },
60-
[ADDRESSES.noble.USDY]: { coingeckoId: "ondo-us-dollar-yield", decimals: 18 },
60+
[ADDRESSES.noble.USDY]: { coingeckoId: "ondo-us-dollar-yield", decimals: 18 },
61+
},
62+
q: {
63+
[ADDRESSES.q.QUSD]: { coingeckoId: "usd-coin", decimals: 18 },
64+
[ADDRESSES.q.WQ]: { coingeckoId: "q-protocol", decimals: 18 },
6165
},
6266
}
6367

0 commit comments

Comments
 (0)