Skip to content

Commit

Permalink
Add ChainZilla (ZILLA) currency (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 9, 2018
1 parent c2c9998 commit 2d9df30
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/marketmaker/supported-currencies.js
Expand Up @@ -937,6 +937,22 @@ const supportedCurrencies = [
},
],
},
{
coin: 'ZILLA',
name: 'ChainZilla',
asset: 'ZILLA',
rpcport: 10041,
electrumServers: [
{
host: 'electrum1.cipig.net',
port: 10028,
},
{
host: 'electrum2.cipig.net',
port: 10028,
},
],
},
];

const getCurrencySymbols = () => _.orderBy(supportedCurrencies.map(currency => currency.coin));
Expand Down

0 comments on commit 2d9df30

Please sign in to comment.