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

Changed hh-plugin links to spaceshard #449

Merged
merged 1 commit into from
Apr 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion page/docs/guide/Predeployed-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To get the code of the account (currently OpenZeppelin [v0.5.1](https://github.c
- [Starknet CLI](https://www.cairo-lang.org/docs/hello_starknet/cli.html#get-code): `starknet get_code --contract_address <ACCOUNT_ADDRESS> --feeder_gateway_url <DEVNET_URL>`
- [GitHub repository](https://github.com/0xSpaceShard/cairo-contracts/tree/fix-account-query-version)

You can use the accounts in e.g. [**starknet-hardhat-plugin**](https://github.com/Shard-Labs/starknet-hardhat-plugin) via:
You can use the accounts in e.g. [**starknet-hardhat-plugin**](https://github.com/0xSpaceShard/starknet-hardhat-plugin) via:

```typescript
const account = await starknet.OpenZeppelin.getAccountFromAddress(
Expand Down
2 changes: 1 addition & 1 deletion page/docs/guide/devnet-speed-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ If you are not satisfied with Devnet's performance, consider the following:
- If Devnet has been running for some time, try restarting it (either by killing it or by using the [restart functionality](restart.md)).
- Keep in mind that:
- The first transaction is always a bit slower due to lazy loading.
- Tools you use for testing (e.g. [the Hardhat plugin](https://github.com/Shard-Labs/starknet-hardhat-plugin)) add their own overhead.
- Tools you use for testing (e.g. [the Hardhat plugin](https://github.com/0xSpaceShard/starknet-hardhat-plugin)) add their own overhead.
- Bigger contracts are more time consuming.
2 changes: 1 addition & 1 deletion page/docs/guide/hardhat-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ sidebar_position: 5

# Hardhat integration

If you're using [**the Hardhat plugin**](https://github.com/Shard-Labs/starknet-hardhat-plugin), see [**here**](https://github.com/Shard-Labs/starknet-hardhat-plugin#runtime-network) on how to edit its config file to integrate Devnet.
If you're using [**the Hardhat plugin**](https://github.com/0xSpaceShard/starknet-hardhat-plugin), see [**here**](https://github.com/0xSpaceShard/starknet-hardhat-plugin#runtime-network) on how to edit its config file to integrate Devnet.
2 changes: 1 addition & 1 deletion page/docs/guide/postman.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 6

# L1-L2 Postman integration

Postman is a Starknet utility that allows testing L1 <-> L2 interaction. To utilize this, you can use [**`starknet-hardhat-plugin`**](https://github.com/Shard-Labs/starknet-hardhat-plugin), as witnessed in [**this example**](https://github.com/Shard-Labs/starknet-hardhat-example/blob/master/test/postman.test.ts). Or you can directly interact with the two Postman-specific endpoints:
Postman is a Starknet utility that allows testing L1 <-> L2 interaction. To utilize this, you can use [**`starknet-hardhat-plugin`**](https://github.com/0xSpaceShard/starknet-hardhat-plugin), as witnessed in [**this example**](https://github.com/0xSpaceShard/starknet-hardhat-example/blob/master/test/postman.test.ts). Or you can directly interact with the two Postman-specific endpoints:

### Postman - Load

Expand Down
2 changes: 1 addition & 1 deletion page/docs/guide/restart.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ sidebar_position: 10

# Restart

Devnet can be restarted by making a `POST /restart` request. All of the deployed contracts, blocks and storage updates will be restarted to the empty state. If you're using [**the Hardhat plugin**](https://github.com/Shard-Labs/starknet-hardhat-plugin#restart), run `await starknet.devnet.restart()`.
Devnet can be restarted by making a `POST /restart` request. All of the deployed contracts, blocks and storage updates will be restarted to the empty state. If you're using [**the Hardhat plugin**](https://github.com/0xSpaceShard/starknet-hardhat-plugin#restart), run `await starknet.devnet.restart()`.