diff --git a/deploy-web/patches/@akashnetwork+akashjs+0.4.15.patch b/deploy-web/patches/@akashnetwork+akashjs+0.4.15.patch index bcec40960..54b4a766d 100644 --- a/deploy-web/patches/@akashnetwork+akashjs+0.4.15.patch +++ b/deploy-web/patches/@akashnetwork+akashjs+0.4.15.patch @@ -1,5 +1,5 @@ diff --git a/node_modules/@akashnetwork/akashjs/build/sdl/index.js b/node_modules/@akashnetwork/akashjs/build/sdl/index.js -index 04d54f2..f0ea88e 100644 +index 04d54f2..4de9657 100644 --- a/node_modules/@akashnetwork/akashjs/build/sdl/index.js +++ b/node_modules/@akashnetwork/akashjs/build/sdl/index.js @@ -328,7 +328,17 @@ class SDL { @@ -21,3 +21,29 @@ index 04d54f2..f0ea88e 100644 } v2ManifestServiceParams(params) { return { +@@ -551,9 +561,9 @@ class SDL { + resources: [], + requirements: { + attributes: attributes, +- signed_by: { +- all_of: infra.signedBy?.allOf || [], +- any_of: infra.signedBy?.anyOf || [] ++ signedBy: { ++ allOf: infra.signedBy?.allOf || [], ++ anyOf: infra.signedBy?.anyOf || [] + } + }, + }, +@@ -618,9 +628,9 @@ class SDL { + attributes: infra.attributes + ? Object.entries(infra.attributes).map(([key, value]) => ({ key, value })) + : [], +- signed_by: { +- all_of: infra.signedBy?.allOf || [], +- any_of: infra.signedBy?.anyOf || [] ++ signedBy: { ++ allOf: infra.signedBy?.allOf || [], ++ anyOf: infra.signedBy?.anyOf || [] + } + }, + resources: []