mirror of
https://github.com/selfxyz/self.git
synced 2026-01-07 22:04:03 -05:00
* chore: add a verifier script * chore: remove expirty and add update registry script * chore: change script to the new aadhaar contract * chore: add new deployed addresses * fix: tests * feat: add scripts for registries and the hub * feat: add aadhaar registry * feat: add more scripts * chore: rm logs * fix: hardhat config * update scripts * fix: test * accept proofs 1 day in the future * fix: prettier formatting issues in contracts and circuits --------- Co-authored-by: ayman <aymanshaik1015@gmail.com> Co-authored-by: Ayman Mohammed <ayman@Aymans-MacBook-Pro.local>
41 lines
1.0 KiB
Plaintext
41 lines
1.0 KiB
Plaintext
node_modules
|
|
.env
|
|
coverage
|
|
coverage.json
|
|
typechain
|
|
typechain-types
|
|
|
|
#Hardhat files
|
|
cache
|
|
artifacts
|
|
ignition/deployed_addresses.json
|
|
ignition/parameters.json
|
|
|
|
# Ignore all deployment folders except important ones
|
|
!ignition/deployments/prod/
|
|
!ignition/deployments/staging/
|
|
|
|
# For chain-11142220, keep only essential files
|
|
ignition/deployments/chain-11142220/*
|
|
!ignition/deployments/chain-11142220/deployed_addresses.json
|
|
|
|
# For chain-42220, keep only essential files
|
|
ignition/deployments/chain-42220/*
|
|
!ignition/deployments/chain-42220/deployed_addresses.json
|
|
|
|
# For important environments, keep only essential files
|
|
ignition/deployments/{prod,staging}/*
|
|
!ignition/deployments/{prod,staging}/deployed_addresses.json
|
|
!ignition/deployments/{prod,staging}/artifacts/
|
|
|
|
# In artifacts, keep deployment files but exclude debug files
|
|
ignition/deployments/{prod,staging}/artifacts/*
|
|
!ignition/deployments/{prod,staging}/artifacts/**/*.json
|
|
ignition/deployments/{prod,staging}/artifacts/**/*dbg.json
|
|
|
|
#Local verifier
|
|
contracts/verifiers/local/*
|
|
|
|
.yarn
|
|
.yarnrc.yml
|