Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Devnet predeployed accounts #192

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' of github.com:OpenZeppelin/nile into feat/devnet-…
…predeployed-accounts-#137
  • Loading branch information
ericnordelo committed Sep 26, 2022
commit 3d269bd53bf6943f3f35d553cf9c95a743eacd49
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def run(nre):
bob.send(...)
```

> Please note that the list of accounts include only those that exist in the local `<network>.accounts.json` file. In a recent release we added a flag to the command, to get predeployed accounts if the network you are connected to is a [starknet-devnet](https://github.com/Shard-Labs/starknet-devnet) instance.
> Please note that the list of accounts includes only those that exist in the local `<network>.accounts.json` file. In a recent release we added a flag to the command, to get predeployed accounts if the network you are connected to is a [starknet-devnet](https://github.com/Shard-Labs/starknet-devnet) instance.

### `get-accounts --predeployed`

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.