We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a195c commit 249404fCopy full SHA for 249404f
services/decoder/protocols/lido/lido.decoders.ts
@@ -32,12 +32,12 @@ GoldRushDecoder.on(
32
33
const details: EventDetails = [
34
{
35
- heading: "from",
+ heading: "From",
36
value: decoded.from,
37
type: "address",
38
},
39
40
- heading: "to",
+ heading: "To",
41
value: decoded.to,
42
43
@@ -150,17 +150,17 @@ GoldRushDecoder.on(
150
151
152
153
- heading: "sender",
+ heading: "Sender",
154
value: decoded.sender,
155
156
157
158
159
value: decoded.amount.toString(),
160
type: "text",
161
162
163
- heading: "referral",
+ heading: "Referral",
164
value: decoded.referral,
165
166
0 commit comments