Skip to content

Commit 54e2396

Browse files
committed
chore: remove unnecessary new subscription tx
1 parent 1d6b414 commit 54e2396

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/deploy/00-home-chain-arbitration.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ const deployArbitration: DeployFunction = async (hre: HardhatRuntimeEnvironment)
172172
const vrfSubscriptionManagerContract = (await hre.ethers.getContract(
173173
"VRFSubscriptionManagerV2Mock"
174174
)) as VRFSubscriptionManagerV2Mock;
175-
await vrfSubscriptionManagerContract.createNewSubscription();
176175
await vrfSubscriptionManagerContract.topUpSubscription(BigNumber.from(10).pow(20)); // 100 LINK
177176
const subId = await vrfSubscriptionManagerContract.subscriptionId();
178177
const vrfConsumer = await deploy("VRFConsumerV2", {

0 commit comments

Comments
 (0)