diff --git a/docs/build-parachain-based-cross-chain-solution copy.md b/docs/build-parachain-based-cross-chain-solution copy.md index 85932b1..88441a6 100644 --- a/docs/build-parachain-based-cross-chain-solution copy.md +++ b/docs/build-parachain-based-cross-chain-solution copy.md @@ -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. diff --git a/website/translated_docs/zh-CN/build-parachain-based-cross-chain-solution copy.md b/website/translated_docs/zh-CN/build-parachain-based-cross-chain-solution copy.md index 85932b1..88441a6 100644 --- a/website/translated_docs/zh-CN/build-parachain-based-cross-chain-solution copy.md +++ b/website/translated_docs/zh-CN/build-parachain-based-cross-chain-solution copy.md @@ -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.