Skip to content

Commit 7c85852

Browse files
committed
fix comment
1 parent 3c947f3 commit 7c85852

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scripts/multisig-change-threshold.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
////////////////////////////////////////////////////////////////////////////////////////////
22
// Instructions:
3-
// - Setup `.env` file with all 3 variables.
4-
// For instance for goerli network you can use this:
5-
// RPC_URL=https://api.hydrogen.argent47.net/v1/starknet/goerli/rpc/v0.6
6-
// - Run the command: `yarn tsc && node --loader ts-node/esm scripts/multisig-change-threshold.ts`
3+
// - Setup `.env` file with all 3 variables: ADDRESS, PRIVATE_KEY, and ADDRESS
4+
// - Fill in the privateKey2 variable
5+
// - Run the script using the command: `yarn tsc && node --loader ts-node/esm scripts/multisig-change-threshold.ts`
76
////////////////////////////////////////////////////////////////////////////////////////////
87
import "dotenv/config";
98
import { RPC } from "starknet";

0 commit comments

Comments
 (0)