Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/config/web3Providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const chainToProvider: Record<SupportedChain, () => 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"),
Expand Down
4 changes: 2 additions & 2 deletions src/content/chainlink-nodes/v1/node-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
Loading