Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit d152d58

Browse files
committed
update example docs;
Signed-off-by: tcar <tcar121293@gmail.com>
1 parent 43ab0e4 commit d152d58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/02-sygma-sdk/03-Quick-Start/07-Examples/01-Basic-ERC-20-Token-Transfers/02-EVM-Substrate-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ cd examples/evm-to-substrate-fungible-transfer
9090
yarn run transfer
9191
```
9292

93-
The example will use `ethers` in conjunction with the sygma-sdk to create a transfer from Sepolia to Rococo-Phala with a `sygUSD` token. It will be received on Rococo-Phala as the native `PHA` token.
93+
The example will use `ethers` in conjunction with the sygma-sdk to create a transfer from Sepolia to Rococo-Phala with a `sygUSD` token. It will be received on Rococo-Phala as the `sygUSD` token.
9494

9595
### Script functionality
9696

docs/02-sygma-sdk/03-Quick-Start/07-Examples/01-Basic-ERC-20-Token-Transfers/03-Substrate-EVM-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before running the script, ensure that you have the following:
2222
- The 12-word mnemonic for your Substrate development wallet
2323
- An Ethereum wallet to receive tokens into (the example presets an existing wallet address already)
2424
- A Substrate provider (in case the hardcoded WSS within the script does not work)
25-
- A Substrate development wallet funded with `PHA` tokens; you will need to run the [EVM-to-Substrate example](02-EVM-Substrate-example.md) first to preload `PHA` tokens into a Substrate wallet
25+
- A Substrate development wallet funded with `sygUSD` tokens; you will need to run the [EVM-to-Substrate example](02-EVM-Substrate-example.md) first to preload `sygUSD` tokens into a Substrate wallet
2626

2727
:::danger
2828
We make use of the dotenv module to manage Substrate's private mnemonics with environment variables. Please note that accidentally committing a .env file containing private mnemonics to a wallet with real funds, onto GitHub, could result in the complete loss of your funds. **Never expose your private keys.**

0 commit comments

Comments
 (0)