Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix block explorer url
Browse files Browse the repository at this point in the history
kingsleydon committed Jan 16, 2025

Unverified

No user is associated with the committer email.
1 parent 562cb69 commit 3fdaf37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/app/components/Staking/Stake.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import vaultAbi from '@/assets/pha_vault_abi'
import Property from '@/components/Property'
import SwitchChainButton from '@/components/SwitchChainButton'
import {PHA_CONTRACT_ADDRESS, VAULT_CONTRACT_ADDRESS} from '@/config'
import {PHA_CONTRACT_ADDRESS, VAULT_CONTRACT_ADDRESS, ethChain} from '@/config'
import {
useAllowance,
useAssetsToShares,
@@ -272,7 +272,7 @@ const Stake = () => {
onClick={() => {}}
component="a"
variant="outlined"
href={`${chain?.blockExplorers?.default.url}/address/${tokenContractAddress}`}
href={`${ethChain.blockExplorers.default.url}/address/${tokenContractAddress}`}
target="_blank"
/>
</Stack>

0 comments on commit 3fdaf37

Please sign in to comment.