Skip to content

Commit

Permalink
docs: updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
gurukishore111 committed Apr 23, 2024
1 parent b2c6f11 commit f6c54bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ const provider = new ethers.providers.JsonRpcProvider(

const signer = new Wallet(privateKey, provider)

const depositPolygonRes = await client.depositFromPolygonNetworkWithSigner(
const depositPolygonRes = await client.crossChainDepositWithSigner(
signer, // The signer created above.
provider, // The provider created above.
'usdc', // Enter the coin symbol.
Expand Down

0 comments on commit f6c54bc

Please sign in to comment.