Skip to content

Commit e7062aa

Browse files
committed
refactor: remove gifs
1 parent ce8c871 commit e7062aa

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

pop-cli-for-appchains/guides/benchmarking/benchmarking-pallets-and-extrinsics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[Benchmarking in the Polkadot SDK/Substrate](https://docs.polkadot.com/develop/parachains/testing/benchmarking/) measures execution time and resource usage for pallets and extrinsics, ensuring accurate weight calculations and optimal performance.
44

5-
<figure><img src="../../.gitbook/assets/popbench.gif" alt="pop bench pallet"><figcaption></figcaption></figure>
65

76
With Pop CLI, you can benchmark pallets and extrinsics interactively by managing parameters efficiently. Run the following command to start benchmarking:
87

pop-cli-for-appchains/guides/build-spec.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ pop build spec
2020
This will prompt you for key values like output file name, parachain id, relay chain, chain type, protocol id,
2121
properties, whether to generate genesis files, and whether to build and inject a deterministic runtime.
2222

23-
<figure><img src="../.gitbook/assets/build_spec.gif" alt="pop build spec"><figcaption></figcaption></figure>
2423

2524
> Tip: You can press Tab to accept defaults and type to filter list selections.
2625

pop-cli-for-appchains/guides/call-a-chain.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ You can execute an extrinsic by specifying the pallet and function (dispatchable
5656
pop call chain --pallet System --function remark --args "0x11" --url ws://localhost:9944 --suri //Alice --sudo
5757
```
5858

59-
<img src="../.gitbook/assets/callchain_extrinsic.gif" alt="pop call chain">
60-
6159
#### Querying Storage
6260

6361
You can query storage items by specifying the pallet and function (storage item name).
@@ -71,7 +69,6 @@ pop call chain --pallet Sudo --function Key --url wss://pas-rpc.stakeworld.io -y
7169
pop call chain --pallet System --function Account --args 0xb815821c5b300d1667d5fc081c06cc4b6addffb90464d68d871ee363b01a127c --url wss://pas-rpc.stakeworld.io -y
7270
```
7371

74-
<img src="../.gitbook/assets/callchain_state.gif" alt="pop call chain">
7572

7673
#### Reading Constants
7774

pop-cli-for-appchains/guides/launch-a-chain/launch-a-chain-to-paseo.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ The chain specification holds all the information the node requires to start or
8080

8181
Let's generate a chain spec:
8282

83-
<figure><img src="../../.gitbook/assets/buildspec.gif" alt="pop build spec"><figcaption></figcaption></figure>
84-
8583
> For more advanced customization `pop build spec --help`
8684
8785
Open the `chain-spec.json` file in your editor.
@@ -282,7 +280,6 @@ Last step is to onboard the chain to Paseo.
282280
pop up --genesis-state ./para-2000-genesis-state --genesis-code para-2000.wasm
283281
```
284282

285-
<figure><img src="../.gitbook/assets/register.gif" alt="pop up"><figcaption><p>pop up</p></figcaption></figure>
286283

287284
#### Manual registration
288285

pop-cli-for-smart-contracts/guides/call-your-contract.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Grab the contract address that was outputted from the [previous step](broken-ref
1616
1717
You will be prompted to select the path to your contract, choose which contract message to call, and provide the arguments for the message.
1818

19-
<figure><img src="../.gitbook/assets/callcontract.gif" alt="pop call contract"><figcaption><p>pop call contract</p></figcaption></figure>
20-
2119
### Manual (non-interactive)
2220

2321
If you prefer not to use the interactive prompts, you can call your contract by specifying all the required arguments directly.

0 commit comments

Comments
 (0)