Currenly `BitcoinAddress` type doesn't support `regtest` `bech32` and `bech32m` format. This limitation has been highlighted during PR #6329 with a specific integration tests. (more details in https://github.com/stacks-network/stacks-core/pull/6329#discussion_r2257204063). The idea is to enhance `BitcoinAdress` to support these regtest format. This is also preparatory to completing PR #6329 (although not blocking).