From 3b627300796d37c8c665bc3f282494c5b54bcb2a Mon Sep 17 00:00:00 2001 From: berndtrausch Date: Wed, 10 Jul 2024 12:56:19 +0200 Subject: [PATCH] Fix sidebar names and update setup wallet page --- docs/docs/operator/OperatorChallenger.md | 2 +- docs/docs/operator/OperatorKeys.md | 2 +- docs/docs/operator/OperatorReferee.md | 6 +++--- docs/docs/operator/OperatorWalletSetup.md | 5 +++-- docs/docs/operator/operatorSepolia.md | 4 ++-- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/docs/operator/OperatorChallenger.md b/docs/docs/operator/OperatorChallenger.md index d30c007e5..643d3782e 100644 --- a/docs/docs/operator/OperatorChallenger.md +++ b/docs/docs/operator/OperatorChallenger.md @@ -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 --- diff --git a/docs/docs/operator/OperatorKeys.md b/docs/docs/operator/OperatorKeys.md index 99d3fa6c3..ff2c351b9 100644 --- a/docs/docs/operator/OperatorKeys.md +++ b/docs/docs/operator/OperatorKeys.md @@ -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 --- diff --git a/docs/docs/operator/OperatorReferee.md b/docs/docs/operator/OperatorReferee.md index 7194cfc34..9ef2dfcf1 100644 --- a/docs/docs/operator/OperatorReferee.md +++ b/docs/docs/operator/OperatorReferee.md @@ -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 --- @@ -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 @@ -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) diff --git a/docs/docs/operator/OperatorWalletSetup.md b/docs/docs/operator/OperatorWalletSetup.md index b73213a9e..f3c531446 100644 --- a/docs/docs/operator/OperatorWalletSetup.md +++ b/docs/docs/operator/OperatorWalletSetup.md @@ -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 --- @@ -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. \ No newline at end of file diff --git a/docs/docs/operator/operatorSepolia.md b/docs/docs/operator/operatorSepolia.md index 86d94224d..43eaa4052 100644 --- a/docs/docs/operator/operatorSepolia.md +++ b/docs/docs/operator/operatorSepolia.md @@ -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