You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`CHAIN_IDS`|`11155111`| Comma separated supported chain ids to be indexed |
16
-
|`RPC_URL_1`|`https://rpc.ankr.com/eth`| Endpoint for Mainnet RPC node |
17
-
|`RPC_URL_11155111`|`https://rpc.ankr.com/eth_sepolia`| Endpoint for Sepolia RPC node |
18
-
|`RPC_URL_31337`|`http://127.0.0.1:8545`| Endpoint for local node |
19
-
|`RPC_URL_10`|`https://mainnet.optimism.io`| Endpoint for Optimism Mainnet RPC node |
20
-
|`RPC_URL_11155420`|`https://sepolia.optimism.io`| Endpoint for Optimism Sepolia RPC node |
21
-
|`RPC_URL_8453`|`https://mainnet.base.org`| Endpoint for Base Mainnet RPC node |
22
-
|`RPC_URL_84532`|`https://sepolia.base.org`| Endpoint for Base Sepolia RPC node |
23
-
|`RPC_RATE_LIMIT_{CHAIN_ID}`|`undefined`| Option to fine tune concurrent requests by rate limiting the requests to RPC node providers. Replace {CHAIN_ID} with a supported chain id and set a Number e.g. 15. That is good to avoid [429](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429) status code when using free tiers. The default is Full speed |
|`CHAIN_IDS`|`31337`| Comma separated supported chain ids to be indexed |
16
+
|`RPC_URL_1`|`https://rpc.ankr.com/eth`| Endpoint for Mainnet RPC node |
17
+
|`RPC_URL_11155111`|`https://rpc.ankr.com/eth_sepolia`| Endpoint for Sepolia RPC node |
18
+
|`RPC_URL_31337`|`http://127.0.0.1:8545`| Endpoint for local node |
19
+
|`RPC_URL_10`|`https://mainnet.optimism.io`| Endpoint for Optimism Mainnet RPC node |
20
+
|`RPC_URL_11155420`|`https://sepolia.optimism.io`| Endpoint for Optimism Sepolia RPC node |
21
+
|`RPC_URL_8453`|`https://mainnet.base.org`| Endpoint for Base Mainnet RPC node |
22
+
|`RPC_URL_84532`|`https://sepolia.base.org`| Endpoint for Base Sepolia RPC node |
23
+
|`RPC_URL_42161`|`https://arb1.arbitrum.io/rpc`| Endpoint for Arbitrum RPC node |
24
+
|`RPC_URL_421614`|`https://sepolia-rollup.arbitrum.io/rpc`| Endpoint for Arbitrum Sepolia RPC node |
25
+
|`RPC_RATE_LIMIT_{CHAIN_ID}`|`undefined`| Option to fine tune concurrent requests by rate limiting the requests to RPC node providers. Replace {CHAIN_ID} with a supported chain id and set a Number e.g. 15. That is good to avoid [429](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429) status code when using free tiers. The default is Full speed |
24
26
25
27
For use with local devnet for fine tunning and deal with any unexpected changes e.g. Foundry nightly versions.
0 commit comments