Skip to content

Commit

Permalink
Updated GOLD and USD tickers (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
peteremiljensen authored and truls committed Feb 27, 2019
1 parent 2f3a6ec commit 2db47a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/4_setup_accounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async function setupAccounts ([owner, ..._]) {
},
{
name: 'eToro United States Dollar',
symbol: 'USDX',
symbol: 'USDEX',
decimals: 18,
whitelistEnabled: false
},
Expand All @@ -81,7 +81,7 @@ async function setupAccounts ([owner, ..._]) {
},
{
name: 'eToro Gold',
symbol: 'GLDX',
symbol: 'GOLDX',
decimals: 18,
whitelistEnabled: false
},
Expand Down

0 comments on commit 2db47a9

Please sign in to comment.