Skip to content

Commit

Permalink
Merge pull request #58 from polywrap/develop
Browse files Browse the repository at this point in the history
Release 0.4.4
  • Loading branch information
nerfZael authored Sep 23, 2023
2 parents 3925b2a + 220348d commit 473f7a4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/pwr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pwr"
version = "0.4.3"
version = "0.4.4"

edition.workspace = true
rust-version.workspace = true
Expand Down
14 changes: 10 additions & 4 deletions packages/script-wrap-utils-wasm/src/constants.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
pub const DEFAULT_TEMPLATE_CID_64_KB: &str = "QmZVHFLPdqTjuHFHs4PWbWLZfL4BUmQmk2XXfL4VLL4K8K";
pub const DEFAULT_TEMPLATE_CID_128_KB: &str = "QmeiHyXGFmNa6S8ePMiFdQf3L9YmHxdD1jx9Pm7SEmnW6Y";
pub const DEFAULT_TEMPLATE_CID_256_KB: &str = "Qmcs9B1dcY4TEzqd3cbopMcvkH6b6qXtRypiYmppiBnDNv";
pub const DEFAULT_TEMPLATE_CID_512_KB: &str = "QmW1SKvkUA7DQXKaad5Z1wZNgR2NDYVVR4c1fmX4h35Npm";
pub const DEFAULT_TEMPLATE_CID_64_KB: &str = "QmZd2eD53cD31V435rVPNy2rs4HF1fV8koKTekSuT9QLsM";
pub const DEFAULT_TEMPLATE_CID_128_KB: &str = "QmYVUAC2CrhibwCz2afKNy5rCBC5rVCAYagmRthRJaLWEL";
pub const DEFAULT_TEMPLATE_CID_256_KB: &str = "QmRwJQ2DVgyxPhR8fGHtRcD2JcKGAtTPhF9GmLVJ6ku1vY";
pub const DEFAULT_TEMPLATE_CID_512_KB: &str = "QmX2M6YekuCceCDR8itK4k64ND4w3V4FSd3bazfG2Ja3xs";

// pub const DEFAULT_TEMPLATE_CID_64_KB: &str = "QmZVHFLPdqTjuHFHs4PWbWLZfL4BUmQmk2XXfL4VLL4K8K";
// pub const DEFAULT_TEMPLATE_CID_128_KB: &str = "QmeiHyXGFmNa6S8ePMiFdQf3L9YmHxdD1jx9Pm7SEmnW6Y";
// pub const DEFAULT_TEMPLATE_CID_256_KB: &str = "Qmcs9B1dcY4TEzqd3cbopMcvkH6b6qXtRypiYmppiBnDNv";
// pub const DEFAULT_TEMPLATE_CID_512_KB: &str = "QmW1SKvkUA7DQXKaad5Z1wZNgR2NDYVVR4c1fmX4h35Npm";

pub const DEFAULT_JS_ENGINE_URI: &str = "https/http.wrappers.dev/u/test/js-engine";
pub const DEFAULT_PY_ENGINE_URI: &str = "https/http.wrappers.dev/u/test/py-engine";

0 comments on commit 473f7a4

Please sign in to comment.