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": {
|
"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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user