diff --git a/src/config/web3Providers.ts b/src/config/web3Providers.ts index 9b23882711a..98154b35437 100644 --- a/src/config/web3Providers.ts +++ b/src/config/web3Providers.ts @@ -139,7 +139,7 @@ export const chainToProvider: Record Provider> = { OPBNB_MAINNET: () => new JsonRpcProvider("https://opbnb-mainnet-rpc.bnbchain.org"), OPBNB_TESTNET: () => new JsonRpcProvider("https://opbnb-testnet-rpc.bnbchain.org"), JANCTION_MAINNET: () => new JsonRpcProvider("https://rpc.janction.io"), - JANCTION_TESTNET: () => new JsonRpcProvider("hhttps://rpc_testnet.janction.io"), + JANCTION_TESTNET: () => new JsonRpcProvider("https://rpc_testnet.janction.io"), NEO_X_MAINNET: () => new JsonRpcProvider("https://mainnet-1.rpc.banelabs.org"), NEO_X_TESTNET: () => new JsonRpcProvider("https://testnet.rpc.banelabs.org"), KATANA_TATARA: () => new JsonRpcProvider("https://rpc.tatara.katanarpc.com"), diff --git a/src/content/chainlink-nodes/v1/node-config.mdx b/src/content/chainlink-nodes/v1/node-config.mdx index 7bf28d12d5c..493c3ee3ab7 100644 --- a/src/content/chainlink-nodes/v1/node-config.mdx +++ b/src/content/chainlink-nodes/v1/node-config.mdx @@ -1418,7 +1418,7 @@ PeerID = '12D3KooWMoejJznyDuEk5aX6GvbjaG12UzeornPCBNzMRqdwrFJw' # Example TraceLogging = false # Default ``` -P2P has a versioned networking stack. Currenly only `[P2P.V2]` is supported. +P2P has a versioned networking stack. Currently only `[P2P.V2]` is supported. All nodes in the OCR network should share the same networking stack. ### IncomingMessageBufferSize @@ -17158,7 +17158,7 @@ Ensure the value is greater than the number of blocks that would be produced bet ComputeUnitLimitDefault = 200_000 # Default ``` -ComputeUnitLimitDefault is the compute units limit applied to transactions unless overriden during the txm enqueue +ComputeUnitLimitDefault is the compute units limit applied to transactions unless overridden during the txm enqueue ### EstimateComputeUnitLimit