Closed lukema95 closed 3 weeks ago
npx hardhat account --save
🔑 EVM Private key: 49db34db2e853bda91c17828eb614173573df9ec200bc563217aeb36687f2e0a
🔑 Solana Private key: 2kP9uN3ySc25UNqhqqTWz5Vt1vRQpcjfgmcJ346NERKaTwUq99nwbVsPg61znaMTnwBHbYyAGnkKRmKgjJhhWq73
🔐 EVM Mnemonic phrase: level treat gossip actress mistake parent trouble excite wild tone offer time
😃 EVM address: 0xD7043474A099Cad2a0A3c12F746BA5A9aD74e85f
😃 Bitcoin address: tb1qg5xxzl4qzn6pgee53a7kjve8lvewk43r8kpcjc
😃 Bech32 address: zeta16uzrga9qn89d9g9rcyhhg6a94xkhf6zlne0vkz
😃 Solana address: 2bZFnp4xkrhovr1ahDiuu7D8JxdoaWPyrptF4vDuy7ru
@fadeev pls check
Looking good!
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
related issue: #187
--save
option, store it in theSOLANA_PRIVATE_KEY
environment variable in the .env file.--recover
option. When~/.config/solana/id.json
exists locally, automatically load that private key. When it doesn't exist locally, users can input the private key in the command line or skip this step.PRIVATE_KEY
,EVM_PRIVATE_KEY
, andBTC_PRIVATE_KEY
environment variables in the .env file, and their values are the same.Summary by CodeRabbit
New Features
Improvements