aletheia-app
aletheia-app copied to clipboard
Local changes that should not be tracked
Hi Aletheia team,
After building the project locally and running it, some changes appear in git which probably should not: modified: build/addresses/SubmittedPapersIndex.development.json modified: build/contracts/Migrations.json modified: build/contracts/SubmittedPapersIndex.json
The differences in here appear to be time based or local build based. Can these be ignored in git?
hmmm ahh you're right. Would you mind deleting them and .gitignoring them yourself?
Explaination: The app needs to know the ethereum address of the contracts to use and the easiest way is to deploy it with the code. But currently I've checked in the local dev version, so there's no need for that, it should only be the testnet and mainnet addresses that get checked in.