File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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////////////////////////////////////////////////////////////////////////////////////////////
87import "dotenv/config" ;
98import { RPC } from "starknet" ;
You can’t perform that action at this time.
0 commit comments