From 1403449ad51ec2cba19997af88e60f1435512171 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Tue, 14 Sep 2021 16:00:21 +0100 Subject: [PATCH] enable bonding --- wallet-web/components/bond/BondNodeForm.tsx | 10 ---------- wallet-web/pages/_app.tsx | 6 ------ 2 files changed, 16 deletions(-) diff --git a/wallet-web/components/bond/BondNodeForm.tsx b/wallet-web/components/bond/BondNodeForm.tsx index a0d275c119e..18d208abc76 100644 --- a/wallet-web/components/bond/BondNodeForm.tsx +++ b/wallet-web/components/bond/BondNodeForm.tsx @@ -43,7 +43,6 @@ export const BondNodeForm = ({ {type === NodeType.Gateway && ( ) => manageForm.handlePortChange('mixPort', e.target.value) @@ -206,7 +199,6 @@ export const BondNodeForm = ({ <> ) => manageForm.handlePortChange('verlocPort', e.target.value) @@ -222,7 +214,6 @@ export const BondNodeForm = ({ ) => manageForm.handlePortChange('httpApiPort', e.target.value) @@ -239,7 +230,6 @@ export const BondNodeForm = ({ ) : ( ) => manageForm.handlePortChange('clientsPort', e.target.value) diff --git a/wallet-web/pages/_app.tsx b/wallet-web/pages/_app.tsx index 07dc9cf534a..9d95f386d95 100644 --- a/wallet-web/pages/_app.tsx +++ b/wallet-web/pages/_app.tsx @@ -5,7 +5,6 @@ import CssBaseline from '@material-ui/core/CssBaseline' import { theme } from '../lib/theme' import type { AppProps } from 'next/app' import { ValidatorClientContext } from '../contexts/ValidatorClient' -import { AppAlert } from '../components/AppAlert' // TODO: should it perhaps be pulled from some config or also user provided? export const BONDING_CONTRACT_ADDRESS: string = 'punk10pyejy66429refv3g35g2t7am0was7yalwrzen' @@ -45,11 +44,6 @@ export default function Application(props: AppProps) { -