File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
packages/sources/eth-balance Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @chainlink/eth-balance-adapter ' : patch
3
+ ---
4
+
5
+ Fix documentation
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ The `MAX_PAYLOAD_SIZE_LIMIT` environment variable is used for controlling the ma
14
14
15
15
## Environment Variables
16
16
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 ` |
21
21
22
22
---
23
23
Original file line number Diff line number Diff line change 9
9
"type" : " string" ,
10
10
"description" : " RPC URL of an Ethereum node"
11
11
},
12
- "ETHEREUM_CHAIN_ID " : {
12
+ "ETHEREUM_RPC_CHAIN_ID " : {
13
13
"required" : false ,
14
14
"description" : " The chain id to connect to" ,
15
15
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments