Skip to content

Commit

Permalink
Fix sidebar names and update setup wallet page
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptitberndt committed Jul 10, 2024
1 parent 547e314 commit 3b62730
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/docs/operator/OperatorChallenger.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: "operator-challenger"
title: "Operator Interaction With Challenger"
sidebar_label: "Challenger"
sidebar_label: "Challenger Interactions"
sidebar_position: 5
custom_edit_url: null
---
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/operator/OperatorKeys.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: "operator-keys"
title: "Operator Interaction With NodeLicenses"
sidebar_label: "NodeLicenses"
sidebar_label: "NodeLicenses Interactions"
sidebar_position: 6
custom_edit_url: null
---
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/operator/OperatorReferee.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: "operator-referee"
title: "Operator Interaction With Referee"
sidebar_label: "Referee"
sidebar_label: "Referee Interactions"
sidebar_position: 4
custom_edit_url: null
---
Expand Down Expand Up @@ -38,7 +38,7 @@ The operator interacts with the referee contract through the following functions

**Defined in**:

[operator/claimRewardsBulk.ts](https://github.com/xai-foundation/sentry/blob/fe751c5eb031e20365a15eef1f0eba36a8144d5e/packages/core/src/operator/claimRewardsBulk.ts)
[operator/claimRewardBulk.ts](https://github.com/xai-foundation/sentry/blob/fe751c5eb031e20365a15eef1f0eba36a8144d5e/packages/core/src/operator/claimRewardBulk.ts)

## submitMultipleAssertions

Expand All @@ -48,4 +48,4 @@ The operator interacts with the referee contract through the following functions

**Defined in**:

[operator/claimRewardsBulk.ts](https://github.com/xai-foundation/sentry/blob/fe751c5eb031e20365a15eef1f0eba36a8144d5e/packages/core/src/operator/claimRewardsBulk.ts)
[operator/submitMultipleAssertions.ts](https://github.com/xai-foundation/sentry/blob/fe751c5eb031e20365a15eef1f0eba36a8144d5e/packages/core/src/operator/submitMultipleAssertions.ts)
5 changes: 3 additions & 2 deletions docs/docs/operator/OperatorWalletSetup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: "operator-wallet"
title: "Operator Setup Wallet"
sidebar_label: "Add Operator Wallet"
sidebar_label: "Add Wallet"
sidebar_position: 7
custom_edit_url: null
---
Expand All @@ -14,9 +14,10 @@ Press the button `Connect to Web3` and connect with your new testing wallet. Go

The testing wallet should have a balance on the network `Arbitrum Sepolia Testnet` with the chainId `421614`.

Go to `2. addKycWallet` and add your wallet address.
Go to `2. addKycWallet` and approve your wallet with the wallet address.

Then go to the nodeLicense contract to mint test keys [NodeLicense](https://sepolia.arbiscan.io/address/0x07C05C6459B0F86A6aBB3DB71C259595d22af3C2#writeProxyContract). Connect with your testing wallet by pressing `Connect to Web3`.

Go to `6. mintDev` and mint the amount of keys to test.

Now on `boot-operator` the new testing wallet with its keys should be included.
4 changes: 2 additions & 2 deletions docs/docs/operator/operatorSepolia.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
id: operator-sepolia
title: Operator Run On Sepolia
sidebar_label: Sepolia
sidebar_label: Run On Sepolia Network
sidebar_position: 3
---

# Run Operator On Sepolia

To run the operator on the sepolia network the contracts must be deployed. And then update the following values in the config file:
To run the operator on the sepolia network the contracts must be deployed on the `Arbitrum Sepolia Testnet` network with the chainId `421614`. And then update the following values in the config file:

• arbitrumOneJsonRpcUrl

Expand Down

0 comments on commit 3b62730

Please sign in to comment.