Skip to content

Commit

Permalink
[styles] 🎨 prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dappsar committed Dec 29, 2024
1 parent 6229d82 commit 099dbee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config-global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const RECAPTCHA_SITE_KEY = process.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY ||
export const EXPLORER_L1_URL: string =
process.env.NEXT_PUBLIC_EXPLORER_L1_URL || 'https://sepolia.etherscan.io'
export const EXPLORER_L2_URL: string =
process.env.NEXT_PUBLIC_EXPLORER_L2_URL || 'https://sepolia.arbiscan.io/'
process.env.NEXT_PUBLIC_EXPLORER_L2_URL || 'https://sepolia.arbiscan.io'
export const EXPLORER_NFT_URL: string =
process.env.NEXT_PUBLIC_EXPLORER_NFT_URL || 'https://sepolia.arbiscan.io'
export const NFT_IMAGE_REPOSITORY = (
Expand Down
2 changes: 1 addition & 1 deletion src/sections/banking/banking-balances.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { useResponsive } from 'src/hooks/use-responsive'
import { fNumber } from 'src/utils/format-number'

import { useTranslate } from 'src/locales'
import { EXPLORER_L1_URL, EXPLORER_L2_URL, BOT_WAPP_URL } from 'src/config-global'
import { BOT_WAPP_URL, EXPLORER_L1_URL, EXPLORER_L2_URL } from 'src/config-global'

import Iconify from 'src/components/iconify'

Expand Down

0 comments on commit 099dbee

Please sign in to comment.