Skip to content

Commit

Permalink
update string
Browse files Browse the repository at this point in the history
  • Loading branch information
saadahmsiddiqui committed Sep 10, 2024
1 parent 533f351 commit a25c863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/evm-to-evm-erc20-contract-call/src/transfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export async function erc20Transfer(): Promise<void> {
optionalGas: BigInt(5_000_000),
optionalMessage: {
receiver: destinationAddress,
transactionId: ethers.utils.formatBytes32String("Testing"),
transactionId: ethers.utils.formatBytes32String("EVM-ERC20+GENERIC"),
actions: [
{
approveTo: targetContractAddress,
Expand All @@ -80,7 +80,7 @@ export async function erc20Transfer(): Promise<void> {
nativeValue: BigInt(0),
callTo: targetContractAddress,
data: contractInterface.encodeFunctionData("claimName", [
"EVM-EVM-ERC20+GENERIC",
"EVM-ERC20+GENERIC",
destinationAddress,
BigInt(5) * BigInt(1e5),
]),
Expand Down

0 comments on commit a25c863

Please sign in to comment.