Skip to content
Snippets Groups Projects
Unverified Commit b141199b authored by emostov's avatar emostov
Browse files

fix: 10 decimals for DOT

parent 9e878c87
Branches
......@@ -40,7 +40,7 @@ const defaultChainProperties: Record<string, ChainProperties> = {
},
Polkadot: {
ss58Format: POLKADOT_SS58_FORMAT,
tokenDecimals: 12,
tokenDecimals: 10,
tokenSymbol: 'DOT',
},
'Polkadot CC1': {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment