Skip to content

Commit

Permalink
fix: prepare ot review
Browse files Browse the repository at this point in the history
  • Loading branch information
Vorobeyko committed Oct 16, 2024
1 parent c545a2d commit dbdc002
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"branches": [
"main",
{
"name": "feat/return-wallet-fork",
"channel": "alpha-mock-sp",
"prerelease": "alpha-mock-sp"
"name": "develop",
"channel": "alpha",
"prerelease": "alpha"
}
]
}
Expand Down
1 change: 0 additions & 1 deletion packages/nodes/src/ethereum.node.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export class EthereumNodeService {
}
}
this.logger.debug('Starting a fork node...');
this.logger.debug(`Starting options \n${this.options}`);
const node = ganache.server({
chainId: this.options.chainId || 0x1,
fork: { url: this.options.rpcUrl },
Expand Down
2 changes: 1 addition & 1 deletion packages/widgets/src/widgets.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface StakeConfig {
export interface WidgetConfig {
url: string;
nodeUrl: string;
isDefaultNetwork: boolean; // set true if the network exist in web3 extension.To set true fill in chainId,chainName,tokenSymbol
isDefaultNetwork: boolean; //set true if the network exist in web3 extension.To set true fill in chainId,chainName,tokenSymbol
name: string;
networkName: string;
stakeContract: string;
Expand Down

0 comments on commit dbdc002

Please sign in to comment.