Skip to content

Commit

Permalink
feat: revert hardhat.config
Browse files Browse the repository at this point in the history
  • Loading branch information
tehkohrz committed Jul 31, 2024
1 parent 6c1bce9 commit b844bab
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,30 +83,18 @@ const hardhatConfig = {
count: 20,
},
},
['neoX-testnet']: {
url: 'https://neoxt4seed1.ngd.network',
blockGasLimit: 20000000000,
chainId: 12227332,
gasPrice: 40000000000,
accounts: {
mnemonic: process.env.NEOX_MNEMONIC,
path: "m/44'/60'/0'/0",
initialIndex: 0,
count: 10,
},
},
},
namedAccounts: {
...DEFAULT_NAMED_ACCOUNTS,
},
// external: {
// contracts: [
// {
// artifacts: './temp-artifacts',
// deploy: 'node_modules/@aave/deploy-v3/dist/deploy',
// },
// ],
// },
external: {
contracts: [
{
artifacts: './temp-artifacts',
deploy: 'node_modules/@aave/deploy-v3/dist/deploy',
},
],
},
};

export default hardhatConfig;

0 comments on commit b844bab

Please sign in to comment.