Skip to content

Commit

Permalink
change symbol and disable market
Browse files Browse the repository at this point in the history
  • Loading branch information
XPH-Dev committed Apr 22, 2019
1 parent f5ae478 commit ca8db9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const mocks = {
$store: {
getters: {
'session/currency': 'USD',
'session/network': { token: 'XPS' }
'session/network': { token: 'XPH' }
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions config/networks/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"apiVersion": 2,
"slip44": "111",
"market": {
"enabled": true,
"ticker": "XPS"
"enabled": false,
"ticker": "XPH"
},
"feeStatistics": [
{
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"nethash": "63b3351133e5721c199594c9d4f0e0e57adc5554216a390d3ea77c38366d01c9",
"explorer": "http://explorer.phantom.org",
"token": "XPS",
"token": "XPH",
"subunit": "phantomshi",
"symbol": "",
"fractionDigits": 8,
Expand Down

0 comments on commit ca8db9e

Please sign in to comment.