Skip to content

Commit ea2962f

Browse files
authored
Fix ETHEREUM_RPC_CHAIN_ID in README of eth-balance (#4019)
* Fix ETHEREUM_RPC_CHAIN_ID in README of eth-balance * changeset
1 parent b30f361 commit ea2962f

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.changeset/ten-colts-travel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/eth-balance-adapter': patch
3+
---
4+
5+
Fix documentation

packages/sources/eth-balance/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ The `MAX_PAYLOAD_SIZE_LIMIT` environment variable is used for controlling the ma
1414

1515
## Environment Variables
1616

17-
| Required? | Name | Description | Type | Options | Default |
18-
| :-------: | :---------------: | :-------------------------: | :----: | :-----: | :-----: |
19-
|| ETHEREUM_RPC_URL | RPC URL of an Ethereum node | string | | |
20-
| | ETHEREUM_CHAIN_ID | The chain id to connect to | string | | `1` |
17+
| Required? | Name | Description | Type | Options | Default |
18+
| :-------: | :-------------------: | :-------------------------: | :----: | :-----: | :-----: |
19+
|| ETHEREUM_RPC_URL | RPC URL of an Ethereum node | string | | |
20+
| | ETHEREUM_RPC_CHAIN_ID | The chain id to connect to | string | | `1` |
2121

2222
---
2323

packages/sources/eth-balance/schemas/env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "string",
1010
"description": "RPC URL of an Ethereum node"
1111
},
12-
"ETHEREUM_CHAIN_ID": {
12+
"ETHEREUM_RPC_CHAIN_ID": {
1313
"required": false,
1414
"description": "The chain id to connect to",
1515
"type": "string",

0 commit comments

Comments
 (0)