Skip to content

Commit

Permalink
Remove MINIMUM_PEGIN_VALUE_IN_BTC constant from 2wp-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-iov committed Sep 19, 2023
1 parent 33efa95 commit fd9be85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/2wp-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const ADDRESS_TYPES_CODES = {
};

const BTC_TO_RSK_MINIMUM_CONFIRMATIONS = 3;
const MINIMUM_PEGIN_VALUE_IN_BTC = 1;
const TO_BRIDGE_GAS_PRICE = 2;
const BRIDGE_ADDRESS = '0x0000000000000000000000000000000001000006';

Expand Down Expand Up @@ -248,7 +247,6 @@ module.exports = {
isUtxoRegisteredInBridge,
donateToBridge,
BTC_TO_RSK_MINIMUM_CONFIRMATIONS,
MINIMUM_PEGIN_VALUE_IN_BTC,
BRIDGE_ADDRESS,
createPeginV1TxData,
mineForPeginRegistration,
Expand Down

0 comments on commit fd9be85

Please sign in to comment.