Skip to content

Commit

Permalink
feat: be more generous with WETH on testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
danielattilasimon committed Apr 14, 2024
1 parent fd61366 commit bed4f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/deployment.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function _deployAndConnectContracts() returns (LiquityContracts memory contracts
contracts.WETH = new ERC20Faucet(
"Wrapped ETH", // _name
"WETH", // _symbol
10 ether, // _tapAmount
100 ether, // _tapAmount
1 days // _tapPeriod
);

Expand Down

0 comments on commit bed4f2f

Please sign in to comment.