1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Merge pull request #146 from oceanprotocol/fix/brizo-fallback

change brizo fallback address
This commit is contained in:
Matthias Kretschmann 2019-05-31 13:03:45 +02:00 committed by GitHub
commit b3657352aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ export const brizoHost =
export const brizoPort = process.env.REACT_APP_BRIZO_PORT || 443
export const brizoAddress =
process.env.REACT_APP_BRIZO_ADDRESS ||
'0x376817c638d2a04f475a73af37f7b51a2862d567'
'0x4aaab179035dc57b35e2ce066919048686f82972'
export const parityScheme = process.env.REACT_APP_PARITY_SCHEME || 'https'
export const parityHost =