Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c2f9700
add configs for arbitrum deploy
pettinarip Dec 14, 2021
d3a863f
Add KYC explanations
samajammin Dec 14, 2021
2b62eed
decouple the tally fetch to its own action and refactor the claim button
pettinarip Dec 15, 2021
2252df2
update docs
pettinarip Dec 15, 2021
6092731
adjust finalize script to read values from env file
pettinarip Dec 15, 2021
4f64355
Update ProjectAdded copy
samajammin Dec 16, 2021
4d345a2
Update Twitter account for info
samajammin Dec 16, 2021
eb84090
Update recipient guide copy
samajammin Dec 16, 2021
7740d42
clean contracts env file
pettinarip Dec 16, 2021
42c2a73
Add netlify config
samajammin Dec 16, 2021
367be52
Add null checks to registryInfo [Fixes #483]
samajammin Dec 16, 2021
7911074
Add null checks on registryInfo
samajammin Dec 16, 2021
9dd84e1
add depolyment docs
pettinarip Dec 17, 2021
3fcb49e
fix
pettinarip Dec 17, 2021
528da99
fix env var name
pettinarip Dec 20, 2021
143398b
add finalize script docs
pettinarip Dec 21, 2021
9185352
set overflow to auto in join form container
pettinarip Dec 21, 2021
d5260dc
Merge pull request #486 from ethereum/fix-google-sheet-docs
samajammin Dec 22, 2021
3ef7fbe
Add required documents
samajammin Dec 22, 2021
387d339
fix finalize script to use the factory address instead of the round a…
pettinarip Dec 27, 2021
c30f47b
add how to publish the tally file into ipfs
pettinarip Dec 27, 2021
95cf860
add docs about how to run commands using docker image
pettinarip Dec 27, 2021
b56ff09
Add specification of address within last 3 months
samajammin Jan 3, 2022
3080933
Merge pull request #484 from ethereum/join-landing-fix
samajammin Jan 3, 2022
29e65e2
Merge pull request #487 from ethereum/fix-join-form-style
samajammin Jan 3, 2022
0fab2a5
Merge pull request #460 from ethereum/arbitrum-deployment
samajammin Jan 6, 2022
e24b0d7
Merge pull request #482 from ethereum/refactor-tally-fetch
samajammin Jan 6, 2022
a98c1d3
Add staking-specific copy
samajammin Jan 8, 2022
151b78f
Add more staking mentions
samajammin Jan 8, 2022
bc96411
Add "Ethereum" copy
samajammin Jan 8, 2022
7b200ec
Add changes from Danny's feedback
samajammin Jan 8, 2022
ff5fdbd
Merge pull request #490 from ethereum/staking-copy
samajammin Jan 10, 2022
294769e
Merge pull request #480 from ethereum/kyc-info
samajammin Jan 10, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add netlify config
  • Loading branch information
samajammin committed Dec 16, 2021
commit 42c2a7366251eac2758f06b120c2f4b2056735cc
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"