From 37ee58e7cc0d341b1399e7c3122afb9fef7a21eb Mon Sep 17 00:00:00 2001 From: Stefan Popov Date: Sat, 27 Jan 2024 18:25:36 +0100 Subject: [PATCH] Release 1.28.3 (#1291) * fix ss58 check (#1289) * set kusama incoming xcm fee 0.01KSM * Update package.json --------- Co-authored-by: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> Co-authored-by: Nikita-Polyakov Co-authored-by: Stefan Popov <17688105+stefashkaa@users.noreply.github.com> --- package.json | 2 +- src/consts/sub.ts | 2 +- src/store/web3/actions.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f3b388f2e..6f69df475 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkaswap-exchange-web", - "version": "1.28.2", + "version": "1.28.3", "repository": { "type": "git", "url": "https://github.com/sora-xor/polkaswap-exchange-web.git" diff --git a/src/consts/sub.ts b/src/consts/sub.ts index 09b7338fa..836472d0e 100644 --- a/src/consts/sub.ts +++ b/src/consts/sub.ts @@ -91,7 +91,7 @@ export const SUB_TRANSFER_FEES: SubNetworksFees = { [SubNetworkId.Kusama]: { KSM: { [BridgeTxDirection.Outgoing]: '92003956', - [BridgeTxDirection.Incoming]: '0', + [BridgeTxDirection.Incoming]: '10000000000', // [Kusama issue] https://soramitsu.atlassian.net/browse/PW-1433 }, }, [SubNetworkId.Polkadot]: { diff --git a/src/store/web3/actions.ts b/src/store/web3/actions.ts index 6d6967aa7..2d792f4ee 100644 --- a/src/store/web3/actions.ts +++ b/src/store/web3/actions.ts @@ -23,7 +23,7 @@ async function connectSubNetwork(context: ActionContext): Promise, evmNetworkId?: number): Promise {