# wETH deployment

In order to deploy XdYe wETH Smart Contract we need to run the following command:

```
> truffle migrate --reset
```

The deployment script we need to execute can be found at:

{% embed url="<https://github.com/rogerCapone/XdYe_Deployments/blob/main/WETH_deployment.js>" %}
Script used for deploying wETH contract
{% endembed %}
