Skip to content

Commit

Permalink
Merge branch 'zeto-config' of https://github.com/kaleido-io/paladin i…
Browse files Browse the repository at this point in the history
…nto nullifiers
  • Loading branch information
peterbroadhurst committed Nov 3, 2024
2 parents f224261 + 8ac7253 commit 31cbdec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions operator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,16 @@ task copySolidity(type: Copy) {

task copyZetoSolidity(type: Copy) {
inputs.files(configurations.zetoArtifacts)
inputs.files(configurations.contractCompile)
from fileTree(configurations.zetoArtifacts.asPath) {
include 'artifacts/contracts/**/*.json'
include 'artifacts/@iden3/contracts/**/*.json'
exclude '**/*.dbg.json'
}
from fileTree(configurations.contractCompile.asPath) {
include 'contracts/registry/IdentityRegistry.sol/IdentityRegistry.json'
include 'contracts/domains/zeto/ZetoFactory.sol/ZetoFactory.json'
}
into 'test/e2e/abis/zeto'

// Flatten all paths into the destination folder
Expand Down
2 changes: 1 addition & 1 deletion operator/contractpkg/contract_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
}
},
"zeto_factory": {
"filename": "test/e2e/abis/zeto/ZetoTokenFactory.json"
"filename": "test/e2e/abis/zeto/ZetoFactory.json"
}
}

0 comments on commit 31cbdec

Please sign in to comment.