Pull coinDecimals
from BitGoJS.statics
#61
Labels
1
code-challenge
This issue has been groomed and is ready to be picked up by a code challenge participant.
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
BitGoJS.statics
.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?The text was updated successfully, but these errors were encountered: