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 b5d5a69 commit b8f13a2Copy full SHA for b8f13a2
1 file changed
src/src/vm/rust/RustContract.ts
@@ -3,6 +3,7 @@ import {
3
ContractManager,
4
EnvironmentVariablesRequest,
5
ExitDataResponse,
6
+ HardForkRequest,
7
} from '@btc-vision/op-vm';
8
import { Blockchain } from '../Blockchain.js';
9
import { RustContractBinding } from './RustContractBindings.js';
@@ -153,6 +154,7 @@ export class RustContract {
153
154
BigInt(this.params.gasMax.toString()),
155
BigInt(this.params.memoryPagesUsed.toString()),
156
this.params.network,
157
+ OPNetConsensus.consensus.CONSENSUS as unknown as HardForkRequest,
158
this.params.isDebugMode,
159
//false,
160
);
0 commit comments