Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmkl committed Mar 29, 2022
1 parent 565d742 commit f2284da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion circuits/circomlib
Submodule circomlib updated 163 files
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nevermined-io/contracts",
"version": "1.99.0",
"version": "1.99.3",
"description": "Nevermined implementation of Nevermined in Solidity",
"bugs": {
"url": "https://github.com/nevermined-io/contracts/issues"
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy/truffle-wrapper/deploy/setupContracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ async function setupContracts({
'AccessTemplate',
'DIDSalesTemplate',
'DynamicAccessTemplate',
'EscrowComputeTemplate'
'EscrowComputeExecutionTemplate'
]
for (const a of agreements) {
if (addressBook[a] && addressBook.AgreementStoreManager) {
Expand Down

0 comments on commit f2284da

Please sign in to comment.