You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ETH and WETH swapping is not possible using autorouter because WETH is wrapped-ethereum.
In WETH contract, we have deposit and withdraw functions that will be used to swap ETH and WETH.
Use contract call to implement the functionality.
ETH and WETH swapping is not possible using autorouter because WETH is wrapped-ethereum.
In WETH contract, we have
depositandwithdrawfunctions that will be used to swap ETH and WETH.Use contract call to implement the functionality.