Skip to content

Commit

Permalink
fix: lower btc dust threshold as thor docs (#7788)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeOMakinG authored Sep 24, 2024
1 parent f585c31 commit 22877d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const usdtEthereumAssetId: AssetId = 'eip155:1/erc20:0xdac17f958d2ee523a22062069
// The minimum amount to be sent both for deposit and withdraws
// else it will be considered a dust attack and gifted to the network
export const THORCHAIN_SAVERS_DUST_THRESHOLDS_CRYPTO_BASE_UNIT = {
[btcAssetId]: '30000',
[btcAssetId]: '10000',
[bchAssetId]: '10000',
[ltcAssetId]: '10000',
[dogeAssetId]: '100000000',
Expand Down

0 comments on commit 22877d9

Please sign in to comment.