diff --git a/package.json b/package.json
index cf69c60..3ad9df9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "pezkuwi-telegram-miniapp",
- "version": "1.0.160",
+ "version": "1.0.161",
"type": "module",
"description": "Pezkuwichain Telegram Mini App - Forum, Announcements, Rewards",
"author": "Pezkuwichain Team",
diff --git a/src/components/wallet/FundFeesModal.tsx b/src/components/wallet/FundFeesModal.tsx
index 9c6f78a..505ec70 100644
--- a/src/components/wallet/FundFeesModal.tsx
+++ b/src/components/wallet/FundFeesModal.tsx
@@ -7,7 +7,6 @@ import { useState, useEffect } from 'react';
import {
X,
ArrowDown,
- ArrowUp,
Loader2,
CheckCircle,
AlertCircle,
@@ -220,14 +219,14 @@ export function FundFeesModal({ isOpen, onClose }: Props) {
let assets: any;
if (direction === 'to-parachain') {
- // Relay Chain → Parachain
+ // Relay Chain → Teyrchain
const targetTeyrchainId = selectedChain.teyrchainId;
dest = {
V3: {
parents: 0,
interior: {
- X1: { Parachain: targetTeyrchainId },
+ X1: { teyrchain: targetTeyrchainId },
},
},
};
@@ -471,7 +470,7 @@ export function FundFeesModal({ isOpen, onClose }: Props) {
>
{direction === 'to-parachain' ? `${selectedChain.description} kêmî 0.1 HEZ tê pêşniyarkirin.` - : 'HEZ ji parachainê vedigere Relay Chainê.'} + : 'HEZ ji teyrchainê vedigere Relay Chainê.'}