mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Fix darwinia chains decimals (#784)
This commit is contained in:
parent
93b475e385
commit
03a3d9873d
|
@ -10,7 +10,7 @@
|
|||
"nativeCurrency": {
|
||||
"name": "Pangolin Network Native Token”",
|
||||
"symbol": "PRING",
|
||||
"decimals": 9
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://darwinia.network/",
|
||||
"shortName": "pangolin",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"nativeCurrency": {
|
||||
"name": "Crab Network Native Token",
|
||||
"symbol": "CRAB",
|
||||
"decimals": 9
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://crab.network/",
|
||||
"shortName": "crab",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"nativeCurrency": {
|
||||
"name": "Pangoro Network Native Token”",
|
||||
"symbol": "ORING",
|
||||
"decimals": 9
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://darwinia.network/",
|
||||
"shortName": "pangoro",
|
||||
|
|
Loading…
Reference in New Issue
Block a user