Skip to content

Commit

Permalink
test more amount
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Nov 26, 2024
1 parent 350f5f7 commit c5a151c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export async function fundParentCustomFeeToken(

const tx = await tokenContract.transfer(
address,
utils.parseUnits('10', decimals)
utils.parseUnits('1000', decimals)
)
await tx.wait()
}
Expand Down

0 comments on commit c5a151c

Please sign in to comment.