Skip to content

Commit 1dea136

Browse files
zmalatraxunknownunknown1
authored andcommitted
chore: remove unnecessary new subscription tx
1 parent eb49a06 commit 1dea136

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
@@ -183,7 +183,6 @@ const deployArbitration: DeployFunction = async (hre: HardhatRuntimeEnvironment)
183183
const vrfSubscriptionManagerContract = (await hre.ethers.getContract(
184184
"VRFSubscriptionManagerV2Mock"
185185
)) as VRFSubscriptionManagerV2Mock;
186-
await vrfSubscriptionManagerContract.createNewSubscription();
187186
await vrfSubscriptionManagerContract.topUpSubscription(BigNumber.from(10).pow(20)); // 100 LINK
188187
const subId = await vrfSubscriptionManagerContract.subscriptionId();
189188
const vrfConsumer = await deploy("VRFConsumerV2", {

0 commit comments

Comments
 (0)