Skip to content

Commit

Permalink
feat: Add Stride validator configuration to RC context (#5124)
Browse files Browse the repository at this point in the history
### Description

Add Stride validator configuration to RC context

### Related issues

- Contributes into
#5113

### Backward compatibility

Yes

### Testing

On RC

Co-authored-by: Danil Nemirovsky <[email protected]>
  • Loading branch information
ameten and ameten authored Jan 8, 2025
1 parent d25f391 commit 9a8974b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,8 @@
"0xb825c1bd020cb068f477b320f591b32e26814b5b",
"0x0a5b31090d4c3c207b9ea6708f938e328f895fce"
]
},
"stride": {
"validators": ["0x1edadb2330c77769a7e9b48d990289ccdcafa430"]
}
}
12 changes: 12 additions & 0 deletions typescript/infra/config/environments/mainnet3/validators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,18 @@ export const validatorChainConfig = (
'soon',
),
},
stride: {
interval: 5,
reorgPeriod: getReorgPeriod('stride'),
validators: validatorsConfig(
{
[Contexts.ReleaseCandidate]: [
'0x1edadb2330c77769a7e9b48d990289ccdcafa430',
],
},
'stride',
),
},

// fractal: {
// interval: 5,
Expand Down

0 comments on commit 9a8974b

Please sign in to comment.