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

Commit 7e6fe9c

Browse files
authored
notification for paseo migration (#161)
1 parent 95e6591 commit 7e6fe9c

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
@@ -479,4 +479,5 @@ substrateProviders
479479
MAINNET
480480
sygma-props
481481
SygmaProtocolReactWidget
482-
setState
482+
setState
483+
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)