Skip to content

Commit

Permalink
feat: add new options for fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Vorobeyko committed Sep 26, 2024
1 parent 92e0184 commit ffadafe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nodes/src/ethereum.node.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export class EthereumNodeService {
);
}
}

const node = ganache.server({
chainId: this.options.chainId || 0x1,
fork: { url: this.options.rpcUrl },
Expand Down

0 comments on commit ffadafe

Please sign in to comment.