Skip to content

Commit

Permalink
update dot xcm fee
Browse files Browse the repository at this point in the history
  • Loading branch information
Robiquet committed Mar 18, 2024
1 parent cf4fc81 commit 581bf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 581bf7f

Please sign in to comment.