mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 07:08:10 -05:00
fix: contracts (#1133)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user