Merge pull request #427 from selfxyz/feat/deployed-informations

Feat/deployed informations
This commit is contained in:
turnoffthiscomputer
2025-03-12 04:36:02 -04:00
committed by GitHub
48 changed files with 8186 additions and 2 deletions

View File

@@ -43,6 +43,7 @@
"upgrade:registry:celo": "npx hardhat ignition deploy ignition/modules/deployNewRegistryAndUpgrade.ts --network celo --verify",
"deploy_all": "npx hardhat ignition deploy ignition/modules/Deploy_All.ts --network optimism --verify",
"publish": "npm publish --access public",
"export-prod": "bash ./scripts/prod.sh",
"test": "npx hardhat test",
"test:airdrop:local": "TEST_ENV=local npx hardhat test test/example/airdrop.test.ts",
"test:attribute:local": "TEST_ENV=local npx hardhat test test/unit/CircuitAttributeHandler.test.ts",