Skip to content

Commit

Permalink
updated singlechain default time to max
Browse files Browse the repository at this point in the history
  • Loading branch information
GitWave22 committed Feb 21, 2025
1 parent dea0221 commit 3f22085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/SingleChains/ChainChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function ChainChart({

const { theme } = useTheme();
const [showUsd, setShowUsd] = useLocalStorage("showUsd", true);
const [selectedTimespan, setSelectedTimespan] = useState("365d");
const [selectedTimespan, setSelectedTimespan] = useState("max");
const [selectedScale, setSelectedScale] = useState("log");
const [selectedTimeInterval, setSelectedTimeInterval] = useState("daily");
const [showEthereumMainnet, setShowEthereumMainnet] = useState(false);
Expand Down

0 comments on commit 3f22085

Please sign in to comment.