Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change urls for tooltip
  • Loading branch information
corwintines committed Apr 2, 2022
commit e4aecde471e40e40311113dcbf2164301e596db2
7 changes: 3 additions & 4 deletions src/pages/layer-2.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ const Layer2Page = ({ data }) => {
<StatDescription>TVL locked in layer 2 (USD)</StatDescription>
<Tooltip
content={tooltipContent({
apiUrl: "https://l2beat.com/api/tvl.json",
apiUrl: "https://l2beat.com/",
apiProvider: "L2BEAT",
})}
>
Expand All @@ -414,8 +414,7 @@ const Layer2Page = ({ data }) => {
</StatDescription>
<Tooltip
content={tooltipContent({
apiUrl:
"https://api.cryptostats.community/api/v1/l2-fees/feeTransferEth?metadata=false",
apiUrl: "https://api.cryptostats.community/",
apiProvider: "CryptoStats",
})}
>
Expand All @@ -430,7 +429,7 @@ const Layer2Page = ({ data }) => {
<StatDescription>Layer 2 TVL change (30 days)</StatDescription>
<Tooltip
content={tooltipContent({
apiUrl: "https://l2beat.com/api/tvl.json",
apiUrl: "https://l2beat.com/",
apiProvider: "L2BEAT",
})}
>
Expand Down