This commit updates the ProofOfReserves message in the Protocol Buffers specification to use BIP44 coin type IDs from SLIP-0044 instead of network magic values.
The changes include:
- Renaming the field from ’network_magic’ to ‘coin_type’
- Updating the comments to reference the SLIP-0044 registry
- Adding examples for Bitcoin mainnet (0x80000000) and Testnet (0x80000001)