Fix darwinia chains decimals (#784)

This commit is contained in:
echo 2022-01-19 22:55:42 +08:00 committed by GitHub
parent 93b475e385
commit 03a3d9873d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
"nativeCurrency": {
"name": "Pangolin Network Native Token”",
"symbol": "PRING",
"decimals": 9
"decimals": 18
},
"infoURL": "https://darwinia.network/",
"shortName": "pangolin",

View File

@ -8,7 +8,7 @@
"nativeCurrency": {
"name": "Crab Network Native Token",
"symbol": "CRAB",
"decimals": 9
"decimals": 18
},
"infoURL": "https://crab.network/",
"shortName": "crab",

View File

@ -6,7 +6,7 @@
"nativeCurrency": {
"name": "Pangoro Network Native Token”",
"symbol": "ORING",
"decimals": 9
"decimals": 18
},
"infoURL": "https://darwinia.network/",
"shortName": "pangoro",