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

Commit 328953a

Browse files
authored
Merge branch 'develop' into tho/btcdocs
2 parents 2d91fcb + 7e6fe9c commit 328953a

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

dictionary.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -488,4 +488,5 @@ tBTC
488488
LGPL-3.0
489489
sygma-docs
490490
sygma-shared-configuration
491-
IPFS
491+
IPFS
492+
Paseo

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

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ sidebar_position: 2
77
draft: false
88
---
99

10+
:::warning
11+
Please be aware that the Rococo-Phala testnet is currently down due to ongoing maintenance by the Phala team as they migrate their testnet to Paseo. Stay tuned for further updates.
12+
:::
13+
1014
### EVM-to-Substrate token transfer example
1115

1216
In the following example, we will use the `TESTNET` environment to perform a cross-chain ERC-20 transfer with 0.5 Sepolia sygUSD `sygUSD` tokens. The transfer will be initiated on the EVM-side via the Sepolia Ethereum testnet and received on the Substrate-side via the Rococo-Phala testnet.

docs/03-sygma-sdk/04-Examples/01-Basic-ERC-20-Token-Transfers/03-Substrate-EVM-example.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ sidebar_position: 3
77
draft: false
88
---
99

10+
:::warning
11+
Please be aware that the Rococo-Phala testnet is currently down due to ongoing maintenance by the Phala team as they migrate their testnet to Paseo. Stay tuned for further updates.
12+
:::
13+
14+
1015
### EVM-to-Substrate token transfer example
1116

1217
In the following example, we will use the `TESTNET` environment to perform a cross-chain ERC-20 transfer with 0.5 sygUSD `sygUSD` tokens. The transfer will be initiated on the Substrate-side via the Rococo-Phala testnet and received on the EVM-side via the Sepolia Ethereum testnet.

0 commit comments

Comments
 (0)