Skip to content

Commit

Permalink
Merge branch 'master' into add-aep-addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
TucksonDev authored Dec 17, 2024
2 parents 5607d41 + 9437e78 commit 460687a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 90 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,13 @@ If you are enabling Fast Withdrawals, you will set up a Data Availability Commit

Indexers provide a convenient way to retrieve historic or application-specific data without having to interface with your chain through an RPC endpoint. The following third-party providers offer indexing services that can be used with Orbit chains:

- [QuickNode](https://www.quicknode.com/streams?utm_source=arb-docs)
- [Alchemy](https://www.alchemy.com/)
- [The Graph](https://thegraph.com/)
- [Chainstack](https://chainstack.com/)
- [Goldsky](https://goldsky.com/)
- [Ormi](https://www.ormilabs.xyz/)
- [The Graph](https://thegraph.com/)
- [Traceye](https://traceye.io/)
- [QuickNode](https://www.quicknode.com/streams?utm_source=arb-docs)
- [Sequence](https://sequence.xyz/indexer)

## Oracles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,18 +125,6 @@ The wallet file will be created under the mounted directory inside the `<chain-n
Once the wallet is created, you can instruct your validator to use it by adding the option `--node.staker.parent-chain-wallet.password="SOME SECURE PASSWORD"` when running your node.
### Enable the BoLD API
When activating BoLD on a chain, the amount of logs produced by a validator in case a challenge occurs can be overwhelming, and it might be hard to follow the progress of a challenge. To allow for better visualization of ongoing challenges, as well as querying specific information, Nitro includes an API to capture information about assertions and challenges that the validator observes. You can enable this API by using the following parameters:
| Parameter | Value | Description |
| ---------------------- | ----- | --------------------------------------- |
| `--node.bold.api` | true | Enables the API |
| `--node.bold.api-host` | IP | IP to listen on (defaults to 127.0.0.1) |
| `--node.bold.api-port` | Port | Port to listen on (defaults to 9393) |
You can find specific documentation about the methods available on this API in [BoLD validator API](/run-arbitrum-node/more-types/04-bold-validator-api.mdx).
### How to add new validators to the allowlist (Orbit chains)
On permissioned validation setups, the set of validators that can act on a given chain is limited to the ones added to the allowlist of validators in the Rollup contract.
Expand Down

This file was deleted.

5 changes: 0 additions & 5 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -733,11 +733,6 @@ const sidebars = {
id: 'run-arbitrum-node/more-types/run-validator-node',
label: 'Run a validator',
},
{
type: 'doc',
id: 'run-arbitrum-node/more-types/bold-validator-api',
label: 'BoLD validator API',
},
{
type: 'doc',
id: 'run-arbitrum-node/more-types/run-classic-node',
Expand Down

0 comments on commit 460687a

Please sign in to comment.