diff --git a/src/api/render-node.ts b/src/api/render-node.ts index 5259635..8081662 100644 --- a/src/api/render-node.ts +++ b/src/api/render-node.ts @@ -222,7 +222,7 @@ function getKeepers(snapshot: StateSnapshot, config: ServiceConfiguration) { AllowAccessToServices: true, Config: { ManagementServiceEndpoint: 'http://management-service:8080', - EthereumEndpoint: 'https://speedy-nodes-nyc.moralis.io/e25f7625703c58a9068b9947/bsc/mainnet', + EthereumEndpoint: 'https://bsc-dataseed1.binance.org/', SignerEndpoint: 'http://signer:7777', EthereumDiscountGasPriceFactor: 1, NodeOrbsAddress: normalizeAddress(config['node-address']), diff --git a/src/model/state.ts b/src/model/state.ts index 4296f3f..5885cd8 100644 --- a/src/model/state.ts +++ b/src/model/state.ts @@ -7,7 +7,8 @@ import { defaultServiceConfiguration } from '../config'; import * as Logger from '../logger'; const NUM_STANDBYS = 5; -const NEW_FIX_COMMITTEE_WEIGHTS_BREAKING_CHANGE_TIME = 1656406800; //breaking change time set +// June 30 Thursday 11:00 IL Time +const NEW_FIX_COMMITTEE_WEIGHTS_BREAKING_CHANGE_TIME = 1656576000; //breaking change time set export { NEW_FIX_COMMITTEE_WEIGHTS_BREAKING_CHANGE_TIME }; export interface StateSnapshot {