zeta-chain / toolkit

A library of ZetaChain helper utilities, contracts, and Hardhat tasks for smart-contract development
MIT License
39 stars 21 forks source link

Add Option for Custom Network Fee on send-btc CLI Command #155

Open ronaldoguedess opened 2 months ago

ronaldoguedess commented 2 months ago

I would like to propose an enhancement to the send-btc CLI command to allow users to specify a custom network fee. This would provide greater flexibility and control over transaction costs.

Current Command: npx hardhat send-btc --amount 0.0001 --memo

Proposed Enhancement: px hardhat send-btc --amount 0.0001 --memo xxxxxxx --fee 100

Additional Notes:

fadeev commented 2 months ago

Good suggestion! Thanks for creating an issue for this.