Skip to content

Commit

Permalink
ci: trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MinHtet-O committed May 9, 2024
1 parent ccd4681 commit d397b36
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions hardhat.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
require("@nomiclabs/hardhat-ethers");
require('@nomiclabs/hardhat-ethers')

module.exports = {
defaultNetwork: "hardhat",
networks: {
hardhat: {
chainId: 1337,
accounts: {
mnemonic: "indicate swing place chair flight used hammer soon photo region volume shuffle"
}
}
},
solidity: "0.8.4",
};

networks: {
hardhat: {
chainId: 1337,
accounts: {
mnemonic:
'indicate swing place chair flight used hammer soon photo region volume shuffle',
},
},
},
}

0 comments on commit d397b36

Please sign in to comment.