fix: contracts (#1133)

This commit is contained in:
Nesopie
2025-09-26 22:44:57 +05:30
committed by GitHub
parent a5797bc2e2
commit 0dc8b18d40

View File

@@ -1,6 +1,6 @@
{
"name": "@selfxyz/contracts",
"version": "1.2.2",
"version": "1.2.3",
"repository": {
"type": "git",
"url": "https://github.com/selfxyz/self"
@@ -19,7 +19,8 @@
"contracts/interfaces/IRegisterCircuitVerifier.sol",
"contracts/interfaces/IDscCircuitVerifier.sol",
"contracts/libraries/SelfUtils.sol",
"contracts/libraries/CountryCode.sol"
"contracts/libraries/CountryCode.sol",
"contracts/interfaces/IPoseidonT3.sol"
],
"scripts": {
"build": "yarn hardhat clean && yarn hardhat compile",