Skip to content

Commit

Permalink
Fix $ symbol display issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhaixian1984 committed Nov 8, 2024
1 parent 5ff0043 commit 5d43dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build-parachain-based-cross-chain-solution copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ There are two Crust Parachains, you can use either of them to interact with the
The xStorage pallet allows all users to:

- Send storage request messages(Extrinsics) to Crust Parachain
- Pay storage fees on Crust Parachain by $CRU token (or $CSM in Kusama)
- Pay storage fees on Crust Parachain by \$CRU token (or \$CSM in Kusama)

Next, we need to send a transaction named `Place Storage Order through Parachain` on Crust Parachain, this transaction will dispatch your storage requirement to each Crust IPFS nodes through blockchain. Then the IPFS nodes will start pulling your file with IPFS protocol.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ There are two Crust Parachains, you can use either of them to interact with the
The xStorage pallet allows all users to:

- Send storage request messages(Extrinsics) to Crust Parachain
- Pay storage fees on Crust Parachain by $CRU token (or $CSM in Kusama)
- Pay storage fees on Crust Parachain by \$CRU token (or \$CSM in Kusama)

Next, we need to send a transaction named `Place Storage Order through Parachain` on Crust Parachain, this transaction will dispatch your storage requirement to each Crust IPFS nodes through blockchain. Then the IPFS nodes will start pulling your file with IPFS protocol.

Expand Down

0 comments on commit 5d43dea

Please sign in to comment.