Skip to content

Commit

Permalink
chore: Update transfer.ts to transfer 0.5 GPHA tokens since the fauce…
Browse files Browse the repository at this point in the history
…t only sends 1 GPHA (#315)

Update transfer.ts

the faucet only gives 1 GPHA so updating the tutorial to send 0.5 GPHA instead of 5
  • Loading branch information
alysiahuggins authored Nov 23, 2023
1 parent a613b68 commit 9cbb86d
Showing 1 changed file with 1 addition and 1 deletion.
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 9cbb86d

Please sign in to comment.