From c7fdd37f5654885b2ec6d05c2750f6203d54e87a Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 20 Jul 2020 16:32:38 +0200 Subject: [PATCH] change DTFactory address --- .env.example | 2 +- app.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index b094c8229..ccca6acaf 100644 --- a/.env.example +++ b/.env.example @@ -11,6 +11,6 @@ GATSBY_FACTORY_ADDRESS='0xxxx' #GATSBY_NODE_URI='https://rinkeby.infura.io/v3/GATSBY_INFURA_PROJECT_ID' #GATSBY_METADATA_STORE_URI='https://aquarius.rinkeby.v3.dev-ocean.com' #GATSBY_PROVIDER_URI='https://provider.rinkeby.v3.dev-ocean.com' -#GATSBY_FACTORY_ADDRESS='0xB9d406D24B310A7D821D0b782a36909e8c925471' +#GATSBY_FACTORY_ADDRESS='0xcDfEe5D80041224cDCe9AE2334E85B3236385EA3' #GATSBY_OCEAN_TOKEN_ADDRESS='0x8967BCF84170c91B0d24D4302C2376283b0B3a07' #GATSBY_MARKET_ADDRESS='xxx' \ No newline at end of file diff --git a/app.config.js b/app.config.js index af79fd06f..d36b9577f 100644 --- a/app.config.js +++ b/app.config.js @@ -11,7 +11,7 @@ module.exports = { 'https://provider.rinkeby.v3.dev-ocean.com', factoryAddress: process.env.GATSBY_FACTORY_ADDRESS || - '0xB9d406D24B310A7D821D0b782a36909e8c925471', + '0xcDfEe5D80041224cDCe9AE2334E85B3236385EA3', oceanTokenAddress: process.env.GATSBY_OCEAN_TOKEN_ADDRESS || '0x8967BCF84170c91B0d24D4302C2376283b0B3a07',