Skip to content

Commit

Permalink
chore(backend): update tokenization packages
Browse files Browse the repository at this point in the history
  • Loading branch information
josipbagaric committed Jan 30, 2023
1 parent 8cadf73 commit 0392383
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
6 changes: 0 additions & 6 deletions apps/backend/src/batches/batch.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,6 @@ export class BatchService {
`https://ipfs.io/ipfs/${redemptionStatementId}`,
{ responseType: 'blob' }
)).data;

console.log({
onChainBatchId,
redemptionStatementId,
redemptionStatement
})
} catch (e) {
if (e.response?.status === 404) {
throw new NotFoundException(`Redemption statement ${redemptionStatementId} does not exist on IPFS.`);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"@nestjs/typeorm": "9.0.1",
"@prisma/client": "4.9.0",
"@t00nday/nestjs-pdf": "3.0.5",
"@zero-labs/tokenization": "1.4.2",
"@zero-labs/tokenization-api": "2.0.7",
"@zero-labs/tokenization": "1.6.1",
"@zero-labs/tokenization-api": "2.0.12",
"assert": "2.0.0",
"axios": "0.27.2",
"buffer": "6.0.3",
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5105,10 +5105,10 @@
tslib "^2"
upath2 "^3.1.13"

"@zero-labs/[email protected].7":
version "2.0.7"
resolved "https://registry.npmjs.org/@zero-labs/tokenization-api/-/tokenization-api-2.0.7.tgz#d571aafdfae1ce758d8a6d9aaf983d58afbab07e"
integrity sha512-THSZZZaUX9n2oKyws7SA48gtTKUFb+zqz5sPZimBbsfSr0kWKCATwEa3IeLpkSD91HydHc/1UZ6Z0oBmt/gP1w==
"@zero-labs/[email protected].12":
version "2.0.12"
resolved "https://registry.npmjs.org/@zero-labs/tokenization-api/-/tokenization-api-2.0.12.tgz#c12fa6b1286933cfdfa4acd62b19c694ae31eb27"
integrity sha512-bsaT6sOIa6r0UPEqOqdFAhGPyy0zzWDk9j/SJZzs3/NQjbRQfgrIHBITd1W4dW/McKaNO27SaUxfK/EXK4Xt0g==
dependencies:
"@nestjs/apollo" "10.1.7"
"@nestjs/bull" "0.6.2"
Expand All @@ -5121,7 +5121,8 @@
"@nestjs/schedule" "2.1.0"
"@nestjs/swagger" "6.1.4"
"@nestjs/typeorm" "9.0.1"
"@zero-labs/tokenization" "1.4.2"
"@zero-labs/tokenization" "1.6.1"
axios "0.27.2"
bull "4.10.2"
class-transformer "0.5.1"
class-validator "0.14.0"
Expand All @@ -5138,10 +5139,10 @@
swagger-ui-express "4.6.0"
typeorm "0.3.11"

"@zero-labs/tokenization@1.4.2":
version "1.4.2"
resolved "https://registry.npmjs.org/@zero-labs/tokenization/-/tokenization-1.4.2.tgz#95e62f36841b4f4a803a3f5d8cd887ad6a50a29d"
integrity sha512-l2GkWfWloD5rf/NxC/M2vmTovBY5NivEDQiUkJ22PBRzxCcM38C2atjLF+bgXsqg49gFF7HJuL1Rzyqo/fvSuQ==
"@zero-labs/tokenization@1.6.1":
version "1.6.1"
resolved "https://registry.npmjs.org/@zero-labs/tokenization/-/tokenization-1.6.1.tgz#d675e907c47ebaaf152a522c2c1c079713b780fb"
integrity sha512-bjYY3jcYWs+3GTNROkJ0W5Ck8bY7M2bCr8o8npUJa4T9hFuTsuKkta2TXatlFSdp0iwe/S0wtabPVZPz3uab6g==
dependencies:
"@openzeppelin/contracts" "4.8.1"
"@openzeppelin/contracts-upgradeable" "4.8.1"
Expand Down

0 comments on commit 0392383

Please sign in to comment.