Skip to content

Commit 249404f

Browse files
committed
Update lido.decoders.ts
1 parent d1a195c commit 249404f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

services/decoder/protocols/lido/lido.decoders.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ GoldRushDecoder.on(
3232

3333
const details: EventDetails = [
3434
{
35-
heading: "from",
35+
heading: "From",
3636
value: decoded.from,
3737
type: "address",
3838
},
3939
{
40-
heading: "to",
40+
heading: "To",
4141
value: decoded.to,
4242
type: "address",
4343
},
@@ -150,17 +150,17 @@ GoldRushDecoder.on(
150150

151151
const details: EventDetails = [
152152
{
153-
heading: "sender",
153+
heading: "Sender",
154154
value: decoded.sender,
155155
type: "address",
156156
},
157157
{
158-
heading: "to",
158+
heading: "To",
159159
value: decoded.amount.toString(),
160160
type: "text",
161161
},
162162
{
163-
heading: "referral",
163+
heading: "Referral",
164164
value: decoded.referral,
165165
type: "address",
166166
},

0 commit comments

Comments
 (0)