mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-06-18 04:51:07 +00:00
fix: Use lowercase type values in chains.json (native, statemine)
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
"relaychain",
|
"relaychain",
|
||||||
"nomination-pools"
|
"nomination-pools"
|
||||||
],
|
],
|
||||||
"type": "Native",
|
"type": "native",
|
||||||
"icon": "https://pezkuwichain.io/tokens/HEZ.png",
|
"icon": "https://pezkuwichain.io/tokens/HEZ.png",
|
||||||
"buyProviders": {},
|
"buyProviders": {},
|
||||||
"sellProviders": {},
|
"sellProviders": {},
|
||||||
@@ -84,7 +84,7 @@
|
|||||||
"staking": [
|
"staking": [
|
||||||
"relaychain"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "Native",
|
"type": "native",
|
||||||
"icon": "https://pezkuwichain.io/tokens/HEZ.png"
|
"icon": "https://pezkuwichain.io/tokens/HEZ.png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -129,7 +129,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": null,
|
"staking": null,
|
||||||
"type": "Native",
|
"type": "native",
|
||||||
"icon": "https://pezkuwichain.io/tokens/HEZ.png",
|
"icon": "https://pezkuwichain.io/tokens/HEZ.png",
|
||||||
"buyProviders": {},
|
"buyProviders": {},
|
||||||
"sellProviders": {},
|
"sellProviders": {},
|
||||||
@@ -142,7 +142,7 @@
|
|||||||
"name": "Pezkuwi",
|
"name": "Pezkuwi",
|
||||||
"priceId": "pezkuwi",
|
"priceId": "pezkuwi",
|
||||||
"staking": null,
|
"staking": null,
|
||||||
"type": "Statemine",
|
"type": "statemine",
|
||||||
"icon": "https://pezkuwichain.io/tokens/PEZ.png",
|
"icon": "https://pezkuwichain.io/tokens/PEZ.png",
|
||||||
"buyProviders": {},
|
"buyProviders": {},
|
||||||
"sellProviders": {},
|
"sellProviders": {},
|
||||||
@@ -157,7 +157,7 @@
|
|||||||
"name": "Tether USD",
|
"name": "Tether USD",
|
||||||
"priceId": "tether",
|
"priceId": "tether",
|
||||||
"staking": null,
|
"staking": null,
|
||||||
"type": "Statemine",
|
"type": "statemine",
|
||||||
"icon": "https://pezkuwichain.io/tokens/wUSDT.png",
|
"icon": "https://pezkuwichain.io/tokens/wUSDT.png",
|
||||||
"buyProviders": {},
|
"buyProviders": {},
|
||||||
"sellProviders": {},
|
"sellProviders": {},
|
||||||
@@ -207,7 +207,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": null,
|
"staking": null,
|
||||||
"type": "Native",
|
"type": "native",
|
||||||
"icon": "https://pezkuwichain.io/tokens/HEZ.png",
|
"icon": "https://pezkuwichain.io/tokens/HEZ.png",
|
||||||
"buyProviders": {},
|
"buyProviders": {},
|
||||||
"sellProviders": {},
|
"sellProviders": {},
|
||||||
|
|||||||
Reference in New Issue
Block a user