1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-02-07 06:54:49 +00:00

New Ropsten Discover after weird error due to env variables in EB

This commit is contained in:
andytudhope 2019-08-10 11:44:20 +02:00 committed by Andy Tudhope
parent 6d8f4a0a3a
commit a22981fdc9
4 changed files with 23 additions and 8 deletions

View File

@ -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,

View File

@ -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',

View File

@ -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"

View File

@ -1,17 +1,13 @@
{
"0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d": {
"contracts": {
"0x3043b04ad856d169c8f0b0509c0bc63192dc7edd92d6933c58708298a0e381be": {
"name": "ENSRegistry",
"address": "0x112234455c3a32fd11230c42e7bccd4a84e02010"
},
"0xe901d01d0cf8056c85c28f67149efafe606ac20707c3069b1c61a78c601779e1": {
"name": "MiniMeToken",
"address": "0xc55cf4b03948d7ebc8b9e8bad92643703811d162"
},
"0x608829b14a067d406fd623b20919d4a7719c06bb7bccdc3a7d18b11f15d8e11a": {
"name": "Discover",
"address": "0x008db8b84547982e8F6677D38e9b9ea64F3ccB8B"
"address": "0xC8d48B421eAFdD75d5144E8f06882Cb5F0746Bd2"
}
}
}