diff --git a/netlify.toml b/netlify.toml index b49e38f..746ca54 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,7 +1,13 @@ [build.environment] YARN_FLAGS='--pure-lockfile' + REACT_APP_KLEROS_LIQUID_KOVAN_ADDRESS='0x8847c0947a613c3de443f73351c3815ad0d37f98' + REACT_APP_PINAKION_KOVAN_ADDRESS='0x1ee318dbc19267dbce08f54a66ab198f73ede356' + REACT_APP_POLICY_REGISTRY_KOVAN_ADDRESS='0xfc53d1d6ddc2c6cdd403cb7dbf0f26140d82e12d' + REACT_APP_WEB3_FALLBACK_URL='wss://mainnet.infura.io/ws' + REACT_APP_PATCH_USER_SETTINGS_URL='https://8aoprv935h.execute-api.us-east-2.amazonaws.com/staging/user-settings' [context.production.environment] + REACT_APP_PATCH_USER_SETTINGS_URL='https://hgyxlve79a.execute-api.us-east-2.amazonaws.com/production/user-settings' [[redirects]] from = "/*"