Once https://github.com/drand/drand/pull/1103 lands, and we've launched a new testnet network with the swapped curves for the BLS signature, we should make sure to add support for verifying these beacons.
The Noble library currently doesn't support it, but it should have all the required methods to implement it easily now that hash to curve is supported on both groups:
https://github.com/paulmillr/noble-bls12-381/issues/43
Once https://github.com/drand/drand/pull/1103 lands, and we've launched a new testnet network with the swapped curves for the BLS signature, we should make sure to add support for verifying these beacons.
The Noble library currently doesn't support it, but it should have all the required methods to implement it easily now that hash to curve is supported on both groups: https://github.com/paulmillr/noble-bls12-381/issues/43