Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavcpawar committed Sep 27, 2024
1 parent e94b998 commit 194bda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Balance.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"use client";
import { Chain, chains } from "@/constants/config";
import { chains } from "@/constants/config";
import axios from "axios";
import BigNumber from "bignumber.js";
import { useEffect, useState, useCallback } from "react";
Expand Down Expand Up @@ -27,7 +27,7 @@ const BATCH_SIZE = 12;
const LOADING_INTERVAL_MS = 4000;

const loadingMessages = [
"Hodling tight... 💎🙌",
"Holding tight... 💎🙌",
"Mining some data... ⛏️💰",
"Fetching the moon... 🚀🌕",
"Calculating crypto magic... ✨🔮",
Expand Down

0 comments on commit 194bda2

Please sign in to comment.