We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8076b72 commit 2cae169Copy full SHA for 2cae169
services/decoder/protocols/aave-v3/aave-v3.decoders.ts
@@ -447,7 +447,7 @@ GoldRushDecoder.on(
447
decimals: RepayToken?.[0]?.contract_decimals,
448
heading: "Repay Amount",
449
pretty_quote: prettifyCurrency(
450
- RepayToken?.[0]?.prices?.[0].price *
+ RepayToken?.[0]?.prices?.[0]?.price *
451
(Number(decoded.amount) /
452
Math.pow(
453
10,
@@ -638,7 +638,7 @@ GoldRushDecoder.on(
638
639
heading: "Withdraw Amount",
640
641
642
643
644
0 commit comments