Skip to content

Commit

Permalink
Merge pull request #107 from orbs-network/notifications-keepers-weights
Browse files Browse the repository at this point in the history
Notifications keepers weights
  • Loading branch information
uv-orbs authored Jun 28, 2022
2 parents 68792d5 + cb11c89 commit 9075478
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/render-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']),
Expand Down
3 changes: 2 additions & 1 deletion src/model/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9075478

Please sign in to comment.