From 581bf7fc86023df64423368dcefaeb45053e67e6 Mon Sep 17 00:00:00 2001 From: Tom Robiquet Date: Mon, 18 Mar 2024 09:52:53 +0000 Subject: [PATCH] update dot xcm fee --- lib/constants/chains.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants/chains.ts b/lib/constants/chains.ts index 2abba42d5..596cb53c4 100644 --- a/lib/constants/chains.ts +++ b/lib/constants/chains.ts @@ -96,7 +96,7 @@ const PROD_CHAINS: Chain[] = [ name: "Polkadot", isRelayChain: true, withdrawFee: "0.0422 DOT", // informed from testing - depositFee: new Decimal(0.02).mul(ZTG), // informed from testing + depositFee: new Decimal(0.064).mul(ZTG), // informed from testing endpoints: [ "wss://rpc.polkadot.io", "wss://polkadot-rpc.dwellir.com",