Skip to content

Commit 3cf89ce

Browse files
committed
required to connect indexer service
1 parent 8b34bef commit 3cf89ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/relayer/client.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Here's a brief overview of the steps to deploy a Relayer:
1515

1616
If you're not using Helix's public service, you'll need to deploy your own Indexer service. This may involve setting up and configuring an Indexer to index and provide on-chain data.
1717

18+
If you are not connected to the Helix public service, the Helix app will not be able to display your relayer information and will be unable to complete recommendations when users send transactions.
19+
1820
- **Building from Source**
1921

2022
Download the Relayer's source code and compile it according to the instructions in the project's documentation. Typically, this involves installing build tools, dependencies, and running build commands.

docs/relayer/register.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ You can leverage the decentralized lending feature to achieve two purposes:
145145
Currently, Helix relayer supports the AAVE lending pool. This feature is only supported for SafeWallet accounts. To use this feature, you need to create a SafeWallet with the same address across different networks and then transfer the tokens to this wallet.
146146

147147
For example, if you want to use the lending feature on Arbitrum, you will need to add configuration information similar to the example below.
148-
```
148+
```js
149149
"rpcnodes": [
150150
{
151151
"name": "arbitrum",

0 commit comments

Comments
 (0)