Skip to content

Commit

Permalink
Deploy watcher (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac authored Feb 11, 2024
1 parent 8d93302 commit 04630cb
Show file tree
Hide file tree
Showing 18 changed files with 9,016 additions and 7,843 deletions.
4 changes: 2 additions & 2 deletions casper-sdk/pkg-nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ pub const ARGS_JSON: &str = r#"[
{"name": "metadata_mutability", "type": "U8", "value": 0},
{"name": "events_mode", "type": "U8", "value": 1}
]"#;
pub const PAYMENT_AMOUNT_CONTRACT_CEP78: &str = "300000000000";
pub const PAYMENT_AMOUNT_CONTRACT_CEP78: &str = "500000000000";
pub const CEP78_CONTRACT: &str = "cep78.wasm";
pub const DEPLOY_TIME: Duration = time::Duration::from_millis(45000);

Expand Down Expand Up @@ -1074,7 +1074,7 @@ session_params.session_args_json = JSON.stringify([
{"name": "metadata_mutability", "type": "U8", "value": 0},
{"name": "events_mode", "type": "U8", "value": 1}
]);
const payment_amount = '300000000000';
const payment_amount = '500000000000';

const buffer = await loadFile();
const wasm = buffer && new Uint8Array(buffer);
Expand Down
Loading

0 comments on commit 04630cb

Please sign in to comment.