-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
35 additions
and
3,679 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* Autogenerated file. Do not edit manually. */ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
export type { | ||
ILightweightStateV2, | ||
LightweightStateV2, | ||
} from './LightweightStateV2'; | ||
export type { StateV2 } from './StateV2'; | ||
export * as factories from './factories'; | ||
export { LightweightStateV2__factory } from './factories/LightweightStateV2__factory'; | ||
export { StateV2__factory } from './factories/StateV2__factory'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
export * from './params'; | ||
export * from './zkp'; | ||
export * from './contracts'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,6 @@ | |
"test:snap": "node --experimental-vm-modules --trace-warnings ../../node_modules/jest/bin/jest.js --findRelatedTests src/tests/index.test.ts", | ||
"test": "yarn test:vc && yarn test:snap", | ||
"typia:generate": "typia generate --input src/typia-templates --output src/typia-generated --project tsconfig.json", | ||
"generate-ether-types": "typechain --target=ethers-v5 'abis/**/*.json' --out-dir src/zkp/types/contracts", | ||
"prepublishOnly": "yarn && yarn build", | ||
"preversion": "yarn && yarn build && git add snap.manifest.json", | ||
"composedb": "composedb", | ||
|
@@ -90,7 +89,6 @@ | |
"@lavamoat/allow-scripts": "2.0.3", | ||
"@metamask/auto-changelog": "^3.4.4", | ||
"@metamask/snaps-cli": "^5.0.0", | ||
"@typechain/ethers-v5": "11.1.1", | ||
"@types/intl": "1.2.0", | ||
"@types/lodash": "^4.14.202", | ||
"@types/uuid": "9.0.2", | ||
|
@@ -99,7 +97,6 @@ | |
"nodemon": "2.0.20", | ||
"npm-commands": "^1.2.1", | ||
"rimraf": "3.0.2", | ||
"typechain": "8.3.1", | ||
"typescript": "4.7.4" | ||
}, | ||
"packageManager": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.