From 9cbb86d4d4f17e6d2db30bc2dfbdfcc0e0341b31 Mon Sep 17 00:00:00 2001 From: Alysia Tech Date: Thu, 23 Nov 2023 13:39:06 +0400 Subject: [PATCH] chore: Update transfer.ts to transfer 0.5 GPHA tokens since the faucet 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 --- examples/evm-to-substrate-fungible-transfer/src/transfer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/evm-to-substrate-fungible-transfer/src/transfer.ts b/examples/evm-to-substrate-fungible-transfer/src/transfer.ts index c9cc0684e..4a0a1951e 100644 --- a/examples/evm-to-substrate-fungible-transfer/src/transfer.ts +++ b/examples/evm-to-substrate-fungible-transfer/src/transfer.ts @@ -43,7 +43,7 @@ export async function erc20Transfer(): Promise { ROCOCO_PHALA_CHAIN_ID, DESTINATION_ADDRESS, RESOURCE_ID, - "5000000000000000000" // 18 decimal places + "500000000000000000" // 18 decimal places // optional parachainID (e.g. KusamaParachain.SHIDEN) );