agentek-eth

by NaniDAO
Verified

depositWETH

Convert ETH into WETH by depositing it into the WETH contract on a specified blockchain. Specify the chain ID and ETH amount to receive WETH in return.

Instructions

Deposit ETH into the WETH contract, receiving WETH in return

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of ETH to deposit (in ether)
chainIdYesChain ID to deposit on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "Amount of ETH to deposit (in ether)", "type": "number" }, "chainId": { "description": "Chain ID to deposit on", "type": "number" } }, "required": [ "chainId", "amount" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce