Skip to content

Commit

Permalink
Update lido.decoders.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gurjotd23 committed Feb 22, 2024
1 parent d1a195c commit 249404f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions services/decoder/protocols/lido/lido.decoders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ GoldRushDecoder.on(

const details: EventDetails = [
{
heading: "from",
heading: "From",
value: decoded.from,
type: "address",
},
{
heading: "to",
heading: "To",
value: decoded.to,
type: "address",
},
Expand Down Expand Up @@ -150,17 +150,17 @@ GoldRushDecoder.on(

const details: EventDetails = [
{
heading: "sender",
heading: "Sender",
value: decoded.sender,
type: "address",
},
{
heading: "to",
heading: "To",
value: decoded.amount.toString(),
type: "text",
},
{
heading: "referral",
heading: "Referral",
value: decoded.referral,
type: "address",
},
Expand Down

0 comments on commit 249404f

Please sign in to comment.