Skip to content

Commit

Permalink
Fix token display issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhaixian1984 committed Nov 8, 2024
1 parent 525dcc7 commit 5ff0043
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/build-parachain-based-cross-chain-solution copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ 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
- Pay storage fees on Crust by $CRU/$CSM token
- Send storage request messages(Extrinsics) to Crust Parachain
- 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 @@ -34,8 +34,8 @@ 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
- Pay storage fees on Crust by $CRU/$CSM token
- Send storage request messages(Extrinsics) to Crust Parachain
- 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 5ff0043

Please sign in to comment.