Update evm-solana-transfer.md

fixed trasnferFromEth to transferFromEth
This commit is contained in:
PoojaMandal 2023-07-05 23:27:13 -07:00 committed by GitHub
parent a0adc154f3
commit 14857eeb4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ After we have the receipt token account on Solana, submit the transfer message o
```ts ```ts
import { import {
trasnferFromEth, transferFromEth,
parseSequenceFromLogEth, parseSequenceFromLogEth,
getEmitterAddressEth, getEmitterAddressEth,
CHAIN_ID_SOLANA, CHAIN_ID_SOLANA,