File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1726
1726
"WDAI" : " 0xDeb87c37Dcf7F5197026f574cd40B3Fc8Aa126D1" ,
1727
1727
"WUSDC" : " 0x79Cb92a2806BF4f82B614A84b6805963b8b1D8BB" ,
1728
1728
"WETH" : " 0xd56F9ffF3fe3BD0C7B52afF9A42eb70E05A287Cc" ,
1729
- "ELK" : " 0xeEeEEb57642040bE42185f49C52F7E9B38f8eeeE"
1729
+ "ELK" : " 0xeEeEEb57642040bE42185f49C52F7E9B38f8eeeE" ,
1730
+ "QUSD" : " 0xE31DD093A2A0aDc80053bF2b929E56aBFE1B1632" ,
1731
+ "WQ" : " 0xd07178e3eCbC78De110Df84fe1A979D5f349784a"
1730
1732
},
1731
1733
"zklink" : {
1732
1734
"WBTC" : " 0xda4aaed3a53962c83b35697cd138cc6df43af71f" ,
Original file line number Diff line number Diff line change @@ -57,7 +57,11 @@ const fixBalancesTokens = {
57
57
} ,
58
58
noble : {
59
59
[ 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 } ,
61
65
} ,
62
66
}
63
67
You can’t perform that action at this time.
0 commit comments