From cc70341bdc577de8c073faceb9022b4497116afe Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 28 Sep 2020 11:59:04 +0200 Subject: [PATCH] update OCEAN contract --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 323c887..f0421e6 100644 --- a/src/config.js +++ b/src/config.js @@ -1,5 +1,5 @@ module.exports = { conversions: ['eur', 'usd', 'btc', 'eth'], refreshInterval: '1m', - oceanTokenContract: '0x7AFeBBB46fDb47ed17b22ed075Cde2447694fB9e' + oceanTokenContract: '0x967da4048cD07aB37855c090aAF366e4ce1b9F48' }