Skip to content

Commit 7680c15

Browse files
Merge pull request #20 from multiversx/fix-username-ubuntu24
Fix username after upgrade to Ubuntu 24
2 parents c33b74d + 47b48b4 commit 7680c15

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

src/smart-contracts-rust/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
}
3535
},
3636
"containerEnv": {},
37-
"remoteUser": "developer"
37+
"remoteUser": "ubuntu"
3838
}

0 commit comments

Comments
 (0)