From 9a1ee1f9fdbc98678db1bc9b52c83a3a65508db9 Mon Sep 17 00:00:00 2001 From: Henri Pihkala Date: Tue, 27 Nov 2018 13:08:50 +0100 Subject: [PATCH] Add Streamr DATA to default tokens Edit `dapp/config.js` to add Streamr DATAcoin (DATA) to the list of default tokens visible in the wallet. --- dapp/config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dapp/config.js b/dapp/config.js index 94b509ca..7a0a9abd 100644 --- a/dapp/config.js +++ b/dapp/config.js @@ -97,6 +97,12 @@ var txDefaultOrig = 'name': 'Storjcoin X', 'symbol': 'SJCX', 'decimals': 8 + }, + { + 'address': '0x0cf0ee63788a0849fe5297f3407f701e122cc023', + 'name': 'Streamr', + 'symbol': 'DATA', + 'decimals': 18 } ] };