diff --git a/back-end/config/index.js b/back-end/config/index.js index 7565e00..e6eb471 100644 --- a/back-end/config/index.js +++ b/back-end/config/index.js @@ -21,7 +21,7 @@ const config = { IPFS_PORT : env.IPFS_PORT || "5001", IPFS_PROTOCOL : env.IPFS_PROTOCOL || "https", /* Blockchain */ - DISCOVER_CONTRACT : env.DISCOVER_CONTRACT || "0x008db8b84547982e8F6677D38e9b9ea64F3ccB8B", + DISCOVER_CONTRACT : env.DISCOVER_CONTRACT || "0xC8d48B421eAFdD75d5144E8f06882Cb5F0746Bd2", BLOCKCHAIN_CONNECTION_POINT : env.BLOCKCHAIN_CONNECTION_POINT || "wss://ropsten.infura.io/ws/v3/8675214b97b44e96b70d05326c61fd6a", /* EMail */ EMAIL_USER : env.EMAIL_USER || null, diff --git a/config/contracts.js b/config/contracts.js index 8fff08c..426af52 100644 --- a/config/contracts.js +++ b/config/contracts.js @@ -119,6 +119,7 @@ module.exports = { 'https://ropsten.infura.io/v3/8675214b97b44e96b70d05326c61fd6a', ], dappAutoEnable: false, + gasPrice: "10000000000", contracts: { MiniMeTokenFactory: { deploy: false, @@ -127,7 +128,7 @@ module.exports = { address: '0xc55cf4b03948d7ebc8b9e8bad92643703811d162', }, Discover: { - address: '0x008db8b84547982e8F6677D38e9b9ea64F3ccB8B', + address: '0xC8d48B421eAFdD75d5144E8f06882Cb5F0746Bd2', }, }, tracking: 'shared.testnet.chains.json', diff --git a/config/storage.js b/config/storage.js index 62484a0..85a7251 100644 --- a/config/storage.js +++ b/config/storage.js @@ -65,7 +65,25 @@ module.exports = { // merges with the settings in default // used with "embark run livenet" - livenet: {}, + livenet: { + enabled: true, + ipfs_bin: 'ipfs', + provider: 'ipfs', + available_providers: ['ipfs'], + upload: { + host: 'localhost', + port: 5001, + }, + dappConnection: [ + { + provider: 'ipfs', + protocol: 'https', + host: 'ipfs.infura.io', + port: 5001, + getUrl: 'https://ipfs.infura.io/ipfs/', + }, + ], + }, // you can name an environment with specific settings and then specify with // "embark run custom_name" diff --git a/shared.testnet.chains.json b/shared.testnet.chains.json index 1d1b5e5..08133ae 100644 --- a/shared.testnet.chains.json +++ b/shared.testnet.chains.json @@ -1,17 +1,13 @@ { "0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d": { "contracts": { - "0x3043b04ad856d169c8f0b0509c0bc63192dc7edd92d6933c58708298a0e381be": { - "name": "ENSRegistry", - "address": "0x112234455c3a32fd11230c42e7bccd4a84e02010" - }, "0xe901d01d0cf8056c85c28f67149efafe606ac20707c3069b1c61a78c601779e1": { "name": "MiniMeToken", "address": "0xc55cf4b03948d7ebc8b9e8bad92643703811d162" }, "0x608829b14a067d406fd623b20919d4a7719c06bb7bccdc3a7d18b11f15d8e11a": { "name": "Discover", - "address": "0x008db8b84547982e8F6677D38e9b9ea64F3ccB8B" + "address": "0xC8d48B421eAFdD75d5144E8f06882Cb5F0746Bd2" } } }