wighawag / hardhat-deploy

hardhat deployment plugin
MIT License
1.19k stars 292 forks source link

Integrate trezor hardware wallet #357

Closed nxqbao closed 1 year ago

nxqbao commented 2 years ago

Adds support for deployments for trezor hardware wallet. The implementation is following the workaround for ledger (#88). To use in the hardhat.config.ts file, supplying the account address as follows:

namedAccounts: {
    deployer: "trezor://0x04609d9dd55accB3b1552C3721d8d964Ca95002a"
},
socket-security[bot] commented 2 years ago

Socket Security Report

👍 No new dependency issues detected in pull request

Socket.dev scan summary
Issue Status
Did you mean? ✅ no new possible package typos
Install scripts ✅ no new install scripts
Telemetry ✅ no new telemetry
Troll package ✅ no new troll packages
Malware ✅ no new malware
Native code ✅ no new native modules

Powered by socket.dev

MikeMoldawsky commented 1 year ago

Any update about merging this PR? Any other solutions to using a Trezor hardware wallet for the deployment script?