Fixed InsufficientBalance VRF Mock
Some checks are pending
CI / Foundry project (push) Waiting to run

This commit is contained in:
2024-08-16 04:06:04 +08:00
parent 12a67132f2
commit 4ece5acece
7 changed files with 111 additions and 24 deletions

View File

@@ -44,7 +44,7 @@ contract CreateSubscription is Script {
forge script script/Interactions.s.sol:FundSubscription --rpc-url $SEPOLIA_RPC_URL --broadcast --myAccount hoelee
*/
contract FundSubscription is CodeConstants, Script {
uint96 public constant FUND_AMOUNT = 0.5 ether;
uint96 public constant FUND_AMOUNT = 3 ether;
function fundSubscriptionUsingConfig() public {
HelperConfig helperConfig = new HelperConfig();