BitGo / key-recovery-service-v2

Key Recovery Service server for all v2 coins and ERC20 tokens
Apache License 2.0
8 stars 21 forks source link

Pull `coinDecimals` from BitGoJS.statics #61

Open cooncesean opened 4 years ago

cooncesean commented 4 years ago

Overview

If you look at sign.js, it defines a configuration constants for each coin that the library supports.

These constants are already defined in the upstream library, BitGoJs; there is no need to create two sources of the truth.

The task: Update this library to leverage the existing constants in BitGoJS.statics.

Definition of Done

Extra Credit

Are there any other constants in this library that have already been defined in BitGoJS.statics? If so, please add or create a new issue to track it -- if not, do you see any constants that might be useful to move upstream?

wellkochi commented 4 years ago

65