mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-03-30 15:08:28 +00:00
[config] Set PLMNT coin type
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
parent
0fb349354f
commit
860847d269
@ -19,5 +19,7 @@ func initSDKConfig() {
|
||||
config.SetBech32PrefixForAccount(app.AccountAddressPrefix, accountPubKeyPrefix)
|
||||
config.SetBech32PrefixForValidator(validatorAddressPrefix, validatorPubKeyPrefix)
|
||||
config.SetBech32PrefixForConsensusNode(consNodeAddressPrefix, consNodePubKeyPrefix)
|
||||
// Set to PLMNT coin type as defined in SLIP44 (https://github.com/satoshilabs/slips/blob/master/slip-0044.md)
|
||||
config.SetCoinType(8680)
|
||||
config.Seal()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user