Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
txwrapper
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
txwrapper
Commits
b141199b
Unverified
Commit
b141199b
authored
3 years ago
by
emostov
Browse files
Options
Downloads
Patches
Plain Diff
fix: 10 decimals for DOT
parent
9e878c87
Branches
Branches containing commit
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/util/metadata.ts
+1
-1
1 addition, 1 deletion
src/util/metadata.ts
with
1 addition
and
1 deletion
src/util/metadata.ts
+
1
−
1
View file @
b141199b
...
...
@@ -40,7 +40,7 @@ const defaultChainProperties: Record<string, ChainProperties> = {
},
Polkadot
:
{
ss58Format
:
POLKADOT_SS58_FORMAT
,
tokenDecimals
:
1
2
,
tokenDecimals
:
1
0
,
tokenSymbol
:
'
DOT
'
,
},
'
Polkadot CC1
'
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment