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": { "nativeCurrency": {
"name": "Pangolin Network Native Token”", "name": "Pangolin Network Native Token”",
"symbol": "PRING", "symbol": "PRING",
"decimals": 9 "decimals": 18
}, },
"infoURL": "https://darwinia.network/", "infoURL": "https://darwinia.network/",
"shortName": "pangolin", "shortName": "pangolin",

View File

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

View File

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