Skip to content

Commit

Permalink
Merge pull request #17 from darwinia-network/update-token-name
Browse files Browse the repository at this point in the history
update token name
  • Loading branch information
1022ranji authored Sep 29, 2024
2 parents 5a7c5aa + d383fb9 commit 24eb428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/view/stake/_components/new/stake-ring.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const StakeRing = ({ selectedCollator, onSuccess }: StakeRingProps) => {
const [amount, setAmount] = useState<string>('0');
const { checkWaitingIndexing, isLoading: isLoadingWaitingIndexing } = useCheckWaitingIndexing();
const { watchAsset, isPending: isPendingWatchAsset } = useWatchAsset();
const { ringDAOGovernance, gringTokenInfo } = useWalletStatus();
const { ringDAOGovernance, gringTokenInfo, currentChain } = useWalletStatus();
const {
formatted,
isLoading: isLoadingBalance,
Expand Down Expand Up @@ -110,7 +110,7 @@ const StakeRing = ({ selectedCollator, onSuccess }: StakeRingProps) => {
<Divider />
<div className="m-0 text-[0.75rem] font-normal text-foreground/50">
Please note that staking has a lock-up period, and you can only unstake after 24 hours.
Stake RING to automatically receive{' '}
Stake {currentChain?.nativeCurrency?.symbol} to automatically receive{' '}
<div
className={`relative inline-flex items-center gap-1 text-[0.75rem] text-[#0094FF] transition-opacity hover:opacity-80 ${
isPendingWatchAsset
Expand Down

0 comments on commit 24eb428

Please sign in to comment.