wighawag / hardhat-deploy

hardhat deployment plugin
MIT License
1.18k stars 286 forks source link

Integrate with trezor wallet #394

Closed nxqbao closed 1 year ago

nxqbao commented 1 year ago

Description

Support Trezor wallet in deployments

Usage

To use in the hardhat.config.ts file, supply the account address as follows:

namedAccounts: {
    deployer: "trezor://0x04609d9dd55accB3b1552C3721d8d964Ca95002a"
},

Details

wighawag commented 1 year ago

published under : 0.11.29

thanks @nxqbao !