From dbdc0024a35b3a92c358710d944a48b8a24931d2 Mon Sep 17 00:00:00 2001 From: Aleksandr Date: Wed, 16 Oct 2024 16:29:24 +0300 Subject: [PATCH] fix: prepare ot review --- package.json | 6 +++--- packages/nodes/src/ethereum.node.service.ts | 1 - packages/widgets/src/widgets.constants.ts | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8cff26e..bc3840b 100644 --- a/package.json +++ b/package.json @@ -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" } ] } diff --git a/packages/nodes/src/ethereum.node.service.ts b/packages/nodes/src/ethereum.node.service.ts index 9005a76..cb10976 100644 --- a/packages/nodes/src/ethereum.node.service.ts +++ b/packages/nodes/src/ethereum.node.service.ts @@ -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 }, diff --git a/packages/widgets/src/widgets.constants.ts b/packages/widgets/src/widgets.constants.ts index c1c8224..004d695 100644 --- a/packages/widgets/src/widgets.constants.ts +++ b/packages/widgets/src/widgets.constants.ts @@ -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;