Skip to content

Commit

Permalink
Merge pull request #1410 from Conflux-Chain/vitest-mosi
Browse files Browse the repository at this point in the history
fix: wallet_importMnemonic count
  • Loading branch information
iosh authored Sep 18, 2024
2 parents e865b54 + 001020b commit d62660c
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 179 deletions.
6 changes: 0 additions & 6 deletions hardhat.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const {ETH_ACCOUNTS} = require('@fluent-wallet/test-helpers')

/** @type import('hardhat/config').HardhatUserConfig */
module.exports = {
solidity: '0.8.24',
Expand All @@ -12,10 +10,6 @@ module.exports = {
'0x46b9e861b63d3509c88b7817275a30d22d62c8cd8fa6486ddee35ef0d8e0495f',
balance: '10000000000000000000000',
},
...ETH_ACCOUNTS.map(a => ({
privateKey: a.privateKey,
balance: '10000000000000000000000',
})),
],
},
},
Expand Down
Loading

0 comments on commit d62660c

Please sign in to comment.