From 7b87c90e440dd341af18c3f9b3d58cf1dfa5189e Mon Sep 17 00:00:00 2001 From: Moritz Fuller Date: Mon, 1 Apr 2024 07:44:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=E2=80=87forcing=20identity=20creat?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- motoko/icp_transfer/demo.sh | 2 +- motoko/token_transfer/demo.sh | 2 +- rust/icp_transfer/demo.sh | 2 +- rust/token_transfer/demo.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/motoko/icp_transfer/demo.sh b/motoko/icp_transfer/demo.sh index d26c77617..78736437e 100755 --- a/motoko/icp_transfer/demo.sh +++ b/motoko/icp_transfer/demo.sh @@ -5,7 +5,7 @@ trap 'dfx stop' EXIT echo "===========SETUP=========" dfx start --background --clean -dfx identity new alice --storage-mode plaintext +dfx identity new alice_icp_transfer --storage-mode plaintext --force export MINTER_ACCOUNT_ID=$(dfx --identity anonymous ledger account-id) export DEFAULT_ACCOUNT_ID=$(dfx ledger account-id) dfx deploy icp_ledger_canister --argument " diff --git a/motoko/token_transfer/demo.sh b/motoko/token_transfer/demo.sh index 0e823813c..f26936d2f 100755 --- a/motoko/token_transfer/demo.sh +++ b/motoko/token_transfer/demo.sh @@ -5,7 +5,7 @@ trap 'dfx stop' EXIT echo "===========SETUP=========" dfx start --background --clean -dfx identity new alice --storage-mode plaintext +dfx identity new alice_token_transfer --storage-mode plaintext --force export MINTER=$(dfx --identity anonymous identity get-principal) export DEFAULT=$(dfx identity get-principal) dfx deploy icrc1_ledger_canister --argument "(variant { Init = diff --git a/rust/icp_transfer/demo.sh b/rust/icp_transfer/demo.sh index 4a79dfefc..038c28694 100755 --- a/rust/icp_transfer/demo.sh +++ b/rust/icp_transfer/demo.sh @@ -5,7 +5,7 @@ trap 'dfx stop' EXIT echo "===========SETUP=========" dfx start --background --clean -dfx identity new alice --storage-mode plaintext +dfx identity new alice_icp_transfer --storage-mode plaintext --force export MINTER_ACCOUNT_ID=$(dfx --identity anonymous ledger account-id) export DEFAULT_ACCOUNT_ID=$(dfx ledger account-id) dfx deploy icp_ledger_canister --argument " diff --git a/rust/token_transfer/demo.sh b/rust/token_transfer/demo.sh index 6a399af49..1e7a87619 100755 --- a/rust/token_transfer/demo.sh +++ b/rust/token_transfer/demo.sh @@ -5,7 +5,7 @@ dfx stop echo "===========SETUP=========" dfx start --background --clean -dfx identity new alice --storage-mode plaintext +dfx identity new alice_token_transfer --storage-mode plaintext --force export MINTER=$(dfx --identity anonymous identity get-principal) export DEFAULT=$(dfx identity get-principal) dfx deploy icrc1_ledger_canister --argument "(variant { Init =