We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6b414 commit 54e2396Copy full SHA for 54e2396
contracts/deploy/00-home-chain-arbitration.ts
@@ -172,7 +172,6 @@ const deployArbitration: DeployFunction = async (hre: HardhatRuntimeEnvironment)
172
const vrfSubscriptionManagerContract = (await hre.ethers.getContract(
173
"VRFSubscriptionManagerV2Mock"
174
)) as VRFSubscriptionManagerV2Mock;
175
- await vrfSubscriptionManagerContract.createNewSubscription();
176
await vrfSubscriptionManagerContract.topUpSubscription(BigNumber.from(10).pow(20)); // 100 LINK
177
const subId = await vrfSubscriptionManagerContract.subscriptionId();
178
const vrfConsumer = await deploy("VRFConsumerV2", {
0 commit comments