-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hashed Network should have an ss58 address prefix of 9072. This format ensures that each address starts with ha
.
For example, this is the same account with different prefixes:
42 prefix: 5CMhinFmhCkybhc1QNH4m7W8nc43PYvmi9mGBE6VDgSxk15r
9072 prefix: haWofjdKbfRECxmjLqwHJVPEFrD1SdeMo2FQeqHQZzXdm5ZmV
In our chain spec, it is set like this:
properties.insert("ss58Format".into(), 9072.into());
properties.insert("prefix".into(), 9072.into());
Prefix set in chain spec:
https://github.com/hashed-io/hashed-substrate-parachain/blob/main/node/src/chain_spec/hashed.rs#L27
Prefix set in the parity-tech/ss58-registry
repo:
{
"prefix": 9072,
"network": "hashed",
"displayName": "Hashed Network",
"symbols": ["HASH"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://hashed.network"
},
Metadata
Metadata
Assignees
Labels
No labels