ToolsMatic.jsPos

Deposit ETH

Use the depositEther method to deposit ETH from ethereum to polygon. For example:

Use the depositEther method to deposit ETH from ethereum to polygon. For example:

const result = await posClient.depositEther(<amount>, <userAddress>);

const txHash = await result.getTransactionHash();

const txReceipt = await result.getReceipt();
Edit on GitHub

Last updated on