We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523d1fb commit f5f7e73Copy full SHA for f5f7e73
convex-core/src/main/java/convex/core/Constants.java
@@ -174,13 +174,10 @@ public class Constants {
174
/**
175
* SLIP-44 Chain code for Convex CVM
176
*
177
- * 8 = maturity, mastery, power, and ambition
178
- * 7 = knowledge and wisdom through observation, analysis, and awareness
179
- * 6 = harmony, compassion, and completeness
180
- *
181
- * Hex is 36c i.e. 36c = 3 * 16^2 + 6 * 16^1 + 12 * 16^0
+ * Convex Coin is coin type 864 in SLIP-0044 :
+ * https://github.com/satoshilabs/slips/blob/master/slip-0044.md
182
*/
183
- public static final int CHAIN_CODE = 876;
+ public static final int CHAIN_CODE = 864;
184
185
186
}
0 commit comments