Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Update docs/sdk/guides/04-dispatch-remote-substrate-call.md
Browse files Browse the repository at this point in the history
Co-authored-by: bear <boundless.forest@outlook.com>
  • Loading branch information
Aki Wu and boundless-forest authored Jul 22, 2022
1 parent 2b29733 commit f664b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/guides/04-dispatch-remote-substrate-call.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This guide helps you to build a small Dapp that will dispatch Pangolin's `remark

`remark_with_event` is a dispatchable call of the target Substrate based blockchain. A dispatchable call is a public function that can be executed at runtime via a JSON RPC call. More info about [Substrate](https://substrate.io/) and the [dispatchable calls](https://docs.substrate.io/reference/glossary/#dispatch).

Pangoro Smart Chain is the testnet of Darwinia Smart Chain. [Pangolin](https://docs.crab.network/evm-compatible-crab-smart-chain/get-started/darwinia-pangolin) is the testnet of Crab Network.
Pangoro Smart Chain is the testnet of Darwinia Smart Chain. [Pangolin](https://docs.crab.network/evm-compatible-crab-smart-chain/get-started/darwinia-pangolin) is the testnet of Crab Chain.

## Install deps

Expand Down

0 comments on commit f664b41

Please sign in to comment.