Skip to content

Commit

Permalink
fix: explore url error
Browse files Browse the repository at this point in the history
  • Loading branch information
lance10030 committed Aug 18, 2024
1 parent 2d5ef49 commit b33e44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useExplorer.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { store } from "@/store/globalStore"
import { useSnapshot } from "valtio"

const MainnetUrl = 'https://optimism.etherscan.io'
const MainnetUrl = 'https://optimistic.etherscan.io'
const TestnetUrl = 'https://sepolia-optimism.etherscan.io'
const useExplorer = () => {
const { network } = useSnapshot(store)
Expand Down

0 comments on commit b33e44b

Please sign in to comment.