-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from polywrap/nerfzael-features-and-fixes
Reverted script wrap templates
- Loading branch information
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |