Skip to content

Commit

Permalink
Merge pull request #2361 from zeitgeistpm/tr-dot-xcm-fee
Browse files Browse the repository at this point in the history
Update dot xcm fee
  • Loading branch information
Robiquet authored Mar 18, 2024
2 parents 69bc055 + 581bf7f commit 31b944c
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 31b944c

Please sign in to comment.