Skip to content

Commit 6ad8b3c

Browse files
zeevick10aelmanaa
andauthored
fix: typos in files (#2801)
* Update web3Providers.ts * Update node-config.mdx --------- Co-authored-by: Amine E. <[email protected]>
1 parent 5c3d96b commit 6ad8b3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/config/web3Providers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export const chainToProvider: Record<SupportedChain, () => Provider> = {
139139
OPBNB_MAINNET: () => new JsonRpcProvider("https://opbnb-mainnet-rpc.bnbchain.org"),
140140
OPBNB_TESTNET: () => new JsonRpcProvider("https://opbnb-testnet-rpc.bnbchain.org"),
141141
JANCTION_MAINNET: () => new JsonRpcProvider("https://rpc.janction.io"),
142-
JANCTION_TESTNET: () => new JsonRpcProvider("hhttps://rpc_testnet.janction.io"),
142+
JANCTION_TESTNET: () => new JsonRpcProvider("https://rpc_testnet.janction.io"),
143143
NEO_X_MAINNET: () => new JsonRpcProvider("https://mainnet-1.rpc.banelabs.org"),
144144
NEO_X_TESTNET: () => new JsonRpcProvider("https://testnet.rpc.banelabs.org"),
145145
KATANA_TATARA: () => new JsonRpcProvider("https://rpc.tatara.katanarpc.com"),

src/content/chainlink-nodes/v1/node-config.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ PeerID = '12D3KooWMoejJznyDuEk5aX6GvbjaG12UzeornPCBNzMRqdwrFJw' # Example
14181418
TraceLogging = false # Default
14191419
```
14201420

1421-
P2P has a versioned networking stack. Currenly only `[P2P.V2]` is supported.
1421+
P2P has a versioned networking stack. Currently only `[P2P.V2]` is supported.
14221422
All nodes in the OCR network should share the same networking stack.
14231423

14241424
### IncomingMessageBufferSize
@@ -17158,7 +17158,7 @@ Ensure the value is greater than the number of blocks that would be produced bet
1715817158
ComputeUnitLimitDefault = 200_000 # Default
1715917159
```
1716017160

17161-
ComputeUnitLimitDefault is the compute units limit applied to transactions unless overriden during the txm enqueue
17161+
ComputeUnitLimitDefault is the compute units limit applied to transactions unless overridden during the txm enqueue
1716217162

1716317163
### EstimateComputeUnitLimit
1716417164

0 commit comments

Comments
 (0)