Skip to content

Commit

Permalink
chore: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wellitongervickas committed Nov 27, 2023
1 parent d879a58 commit 40d539e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
1 change: 0 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const config: HardhatUserConfig = {
etherscan: {
apiKey: {
mainnet: process.env.ETHERSCAN_API_KEY!,
/// eg: pnpm hardhat verify --contract contracts/Hub.sol:Hub --network 43113 0x53E13Dd84Dc418095c31655573504F9A588F9159 "0x1987F5A465c27dD03d25a029d66a3eD800228EC9"
avalancheFujiTestnet: process.env.AVALANCHE_FUJI_API_KEY!
}
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"ts-node": ">=8.0.0",
"tsconfig-paths": "^4.2.0",
"typechain": "^8.3.2",
"typescript": ">=4.5.0"
"typescript": ">=4.5.0",
"@types/lodash": "^4.14.202",
"dotenv": "^16.3.1"
},
"dependencies": {
"@chainlink/contracts-ccip": "^0.7.6",
"@openzeppelin/contracts": "^5.0.0",
"@types/lodash": "^4.14.202",
"cli-spinners": "^2.9.2",
"dotenv": "^16.3.1",
"lodash": "^4.17.21"
}
}
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40d539e

Please sign in to comment.