Skip to content

Commit

Permalink
fix: Update deployment scripts for test faucet contract (#59)
Browse files Browse the repository at this point in the history
* fix: Bump core and periphery dependencies
  • Loading branch information
miguelmtzinf authored Mar 6, 2024
1 parent 94ae29d commit e2834ec
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 45 deletions.
2 changes: 1 addition & 1 deletion deploy/02_market/00_testnet/00_token_setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const func: DeployFunction = async function ({
const faucetOwnable = await deploy(FAUCET_OWNABLE_ID, {
from: deployer,
contract: "Faucet",
args: [deployer, PERMISSIONED_FAUCET],
args: [deployer, PERMISSIONED_FAUCET, 10000], // 10000 whole tokens
...COMMON_DEPLOY_PARAMS,
});

Expand Down
59 changes: 18 additions & 41 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aave/deploy-v3",
"version": "1.56.0",
"version": "1.56.0-beta.5",
"files": [
"dist",
"helpers",
Expand All @@ -20,8 +20,8 @@
"main": "dist/helpers/index.js",
"devDependencies": {
"@aave/aave-token": "^1.0.4",
"@aave/core-v3": "^1.19.2",
"@aave/periphery-v3": "^2.5.0",
"@aave/core-v3": "^1.19.2-beta.1",
"@aave/periphery-v3": "^2.5.0-beta.7",
"@aave/safety-module": "^1.0.3",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
Expand Down

0 comments on commit e2834ec

Please sign in to comment.