I am deploying a basic crowdsale using:
// SPDX-License-Identifier: MIT pragma solidity ^0.4.18; import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v1.6.0/contracts/crowdsale/Crowdsale.sol"; I have no idea which address to deploy as a wallet, as below. Any help is greatly appreciated.
