Skip to content

Commit

Permalink
chore: update to large contract factory
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Sep 19, 2024
1 parent 386cb73 commit 2b3047c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/benchmarks/src/contract-interaction.bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type { CounterContract, CallTestContract } from '../test/typegen/contract
import {
CounterContractFactory,
CallTestContractFactory,
PythContractFactory,
LargeContractFactory,
} from '../test/typegen/contracts';

import { isDevnet, runBenchmark } from './config';
Expand Down Expand Up @@ -94,7 +94,7 @@ describe('Contract Interaction Benchmarks', () => {
});

bench('should successfully execute a contract deploy as blobs', async () => {
const factory = new PythContractFactory(wallet);
const factory = new LargeContractFactory(wallet);
const { waitForResult } = await factory.deployAsBlobTx({
chunkSizeMultiplier: 0.9,
});
Expand Down

0 comments on commit 2b3047c

Please sign in to comment.