Skip to content

Commit

Permalink
set mainnet btc deposit fee height to future height (#1818)
Browse files Browse the repository at this point in the history
* update mainnet btc deposit fee height

* delay dynamic depositor fee upgrade by 2 weeks
  • Loading branch information
ws4charlie authored Feb 29, 2024
1 parent 6fc6a8b commit 3fc6a4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zetaclient/bitcoin/bitcoin_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ import (
)

const (
DynamicDepositorFeeHeight = 832000 // Bitcoin block height to switch to dynamic depositor fee
// The starting height (Bitcoin mainnet) from which dynamic depositor fee will take effect
DynamicDepositorFeeHeight = 834500
)

var _ interfaces.ChainClient = &BTCChainClient{}
Expand Down

0 comments on commit 3fc6a4a

Please sign in to comment.