File tree Expand file tree Collapse file tree
src/smart-contracts-rust/.devcontainer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Deploy a previously-built smart contract on Devnet:
5959${RUN} ${IMAGE} mxpy contract deploy \
6060 --bytecode /data/mx-contracts-rs/contracts/adder/output/adder.wasm \
6161 --arguments 0 \
62- --pem /home/developer /multiversx-sdk/testwallets/latest/users/alice.pem \
62+ --pem /home/ubuntu /multiversx-sdk/testwallets/latest/users/alice.pem \
6363 --recall-nonce \
6464 --gas-limit 5000000 \
6565 --chain D \
@@ -74,7 +74,7 @@ ${RUN} ${IMAGE} mxpy contract call \
7474 erd1qqqqqqqqqqqqqpgqr3clh6ghpww5fc4uhwh2amsseuvecswzd8ssxu68s3 \
7575 --function "add" \
7676 --arguments 42 \
77- --pem /home/developer /multiversx-sdk/testwallets/latest/users/alice.pem \
77+ --pem /home/ubuntu /multiversx-sdk/testwallets/latest/users/alice.pem \
7878 --recall-nonce \
7979 --gas-limit 5000000 \
8080 --chain D \
Original file line number Diff line number Diff line change 3434 }
3535 },
3636 "containerEnv" : {},
37- "remoteUser" : " developer "
37+ "remoteUser" : " ubuntu "
3838}
You can’t perform that action at this time.
0 commit comments