Skip to content

Commit

Permalink
Add netlify config
Browse files Browse the repository at this point in the history
  • Loading branch information
samajammin committed Dec 16, 2021
1 parent eb84090 commit 42c2a73
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[build]
command = "yarn build"
functions = "vue-app/dist/lambda"
publish = "vue-app/dist"

[context.kyc-info.environment]
VUE_APP_ETHEREUM_API_URL = "https://arb-rinkeby.g.alchemy.com/v2/wPwZJEp0lIu0XwccG_t0MAqF-phtI3og"
VUE_APP_ETHEREUM_API_CHAINID = "421611"
VUE_APP_CLRFUND_FACTORY_ADDRESS = "0x70FeEfA879603BD978CcaaE4B0BDb10320aE0C16"
VUE_APP_SUBGRAPH_URL = "https://api.thegraph.com/subgraphs/name/pettinarip/clrfundrinkarby2"
VUE_APP_USER_REGISTRY_TYPE = "brightid"
VUE_APP_BRIGHTID_CONTEXT = "CLRFundTest"

0 comments on commit 42c2a73

Please sign in to comment.