Skip to content

Commit bce55c7

Browse files
committed
Update uniswap-v2.decoders.ts
1 parent c630fc5 commit bce55c7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

services/decoder/protocols/uniswap-v2/uniswap-v2.decoders.ts

+2-4
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,7 @@ GoldRushDecoder.on(
445445
details: [
446446
{
447447
heading: "Token 0 Name",
448-
value:
449-
data?.items?.[0]?.token_0?.contract_name || "",
448+
value: data?.items?.[0]?.token_0?.contract_name || "",
450449
type: "text",
451450
},
452451
{
@@ -469,8 +468,7 @@ GoldRushDecoder.on(
469468
},
470469
{
471470
heading: "Token 1 Name",
472-
value:
473-
data?.items?.[0]?.token_1?.contract_name || "",
471+
value: data?.items?.[0]?.token_1?.contract_name || "",
474472
type: "text",
475473
},
476474
{

0 commit comments

Comments
 (0)