diff --git a/package.json b/package.json index cfe3e6157..b7ab17450 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@docknetwork/sdk", - "version": "7.5.0", + "version": "7.5.1", "main": "index.js", "license": "MIT", "repository": { diff --git a/src/utils/vc/contexts/dock-bbs-v1.json b/src/utils/vc/contexts/dock-bbs-v1.json index dab639bad..a889fbbe8 100644 --- a/src/utils/vc/contexts/dock-bbs-v1.json +++ b/src/utils/vc/contexts/dock-bbs-v1.json @@ -9,6 +9,11 @@ "@type": "@id", "@container": "@graph" }, + "cryptoVersion": { + "@id": "dockBBS:cryptoVersion", + "@type": "@id", + "@container": "@graph" + }, "defaultDecimalPlaces": { "@id": "dockBBS:defaultDecimalPlaces", "@type": "@id", diff --git a/src/utils/vc/contexts/dock-bbs23-v1.json b/src/utils/vc/contexts/dock-bbs23-v1.json index 89fa4889d..0f2e66ba3 100644 --- a/src/utils/vc/contexts/dock-bbs23-v1.json +++ b/src/utils/vc/contexts/dock-bbs23-v1.json @@ -9,6 +9,11 @@ "@type": "@id", "@container": "@graph" }, + "cryptoVersion": { + "@id": "dockBBS23:cryptoVersion", + "@type": "@id", + "@container": "@graph" + }, "defaultDecimalPlaces": { "@id": "dockBBS23:defaultDecimalPlaces", "@type": "@id", diff --git a/src/utils/vc/contexts/dock-ps-v1.json b/src/utils/vc/contexts/dock-ps-v1.json index ade5639a5..0f035c263 100644 --- a/src/utils/vc/contexts/dock-ps-v1.json +++ b/src/utils/vc/contexts/dock-ps-v1.json @@ -9,6 +9,11 @@ "@type": "@id", "@container": "@graph" }, + "cryptoVersion": { + "@id": "dockPS:cryptoVersion", + "@type": "@id", + "@container": "@graph" + }, "defaultDecimalPlaces": { "@id": "dockPS:defaultDecimalPlaces", "@type": "@id",