Skip to content

Commit

Permalink
Merge branch 'main' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
FSM1 authored Nov 23, 2023
2 parents 333dcff + 5c9fc0f commit f6c03e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/evm-to-substrate-fungible-transfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ This example script performs the following steps:
## Faucet

To get the test tokens needed for the transfer go to: `https://faucet-ui-stage.buildwithsygma.com/`.
Get the `GPHA` test token from the faucet.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export async function erc20Transfer(): Promise<void> {
ROCOCO_PHALA_CHAIN_ID,
DESTINATION_ADDRESS,
RESOURCE_ID,
"5000000000000000000" // 18 decimal places
"500000000000000000" // 18 decimal places
// optional parachainID (e.g. KusamaParachain.SHIDEN)
);

Expand Down

0 comments on commit f6c03e2

Please sign in to comment.