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 eb49a06 commit 1dea136Copy full SHA for 1dea136
contracts/deploy/00-home-chain-arbitration.ts
@@ -183,7 +183,6 @@ const deployArbitration: DeployFunction = async (hre: HardhatRuntimeEnvironment)
183
const vrfSubscriptionManagerContract = (await hre.ethers.getContract(
184
"VRFSubscriptionManagerV2Mock"
185
)) as VRFSubscriptionManagerV2Mock;
186
- await vrfSubscriptionManagerContract.createNewSubscription();
187
await vrfSubscriptionManagerContract.topUpSubscription(BigNumber.from(10).pow(20)); // 100 LINK
188
const subId = await vrfSubscriptionManagerContract.subscriptionId();
189
const vrfConsumer = await deploy("VRFConsumerV2", {
0 commit comments