Skip to content

Commit f5f7e73

Browse files
committed
Add 864 as CVM SLIP-0044 coin type
1 parent 523d1fb commit f5f7e73

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

convex-core/src/main/java/convex/core/Constants.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,10 @@ public class Constants {
174174
/**
175175
* SLIP-44 Chain code for Convex CVM
176176
*
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
177+
* Convex Coin is coin type 864 in SLIP-0044 :
178+
* https://github.com/satoshilabs/slips/blob/master/slip-0044.md
182179
*/
183-
public static final int CHAIN_CODE = 876;
180+
public static final int CHAIN_CODE = 864;
184181

185182

186183
}

0 commit comments

Comments
 (0)