diff --git a/src/components/Molecules/GasCard/GasCard.tsx b/src/components/Molecules/GasCard/GasCard.tsx index e2cbb4e8..39240520 100644 --- a/src/components/Molecules/GasCard/GasCard.tsx +++ b/src/components/Molecules/GasCard/GasCard.tsx @@ -14,7 +14,7 @@ import { Button } from "@/components/ui/button"; import { Card } from "@/components/ui/card"; export const GasCard: React.FC = ({ chain_name }) => { - const [isErc20, setIsErc20] = useState(false); + const [isErc20, setIsErc20] = useState(true); const [maybeResult, setMaybeResult] = useState< Option<{ erc: GasPricesResponse;