Conner Swann

Results 51 comments of Conner Swann

Do we have an example of this error?

Step 1: Enumerate all the parameters we'd like to check in this issue. Step 2: Implement it.

@anna-carroll do you need help closing this out?

Tasks: - [ ] Include watcher deployment in Helm Chart - [ ] Include watcher configuration in nomad-bridge Terraform module

This should likely be a project Epic, we should discus the breadth of what needs to occur here and flesh out what this will look like.

@prestwich is this actionable? Should it be included in this epic (#85) for completion in the next sprint? @ltchang2019 same question.

> > default agent parameters (?) > > default agent signers (?) > > wdym by this? Agent configs currently have [placeholders for signer keys](https://github.com/nomad-xyz/nomad-monorepo/blob/main/rust/config/mainnet/ethereum_config.json#L3-L11), want to ensure this new...

Took a crack at unifying this today, here's an example of that the mainnet config could look like: ``` { "environment": "production", "networks": ["ethereum", "moonbeam"], "rpcs": { "moonbeam": ["https://moonriver.api.onfinality.io/public"], "ethereum":...

We should write a tool that validates this config: - Ensure `core` and `bridge` have keys that are present in `networks` - Ensure `core` and `bridge` have no keys that...

Add a `connections: []` field to the bridge config to allow for different connection graphs between bridge and core