Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TESTING] Adding new feature #11825

Closed
wants to merge 7 commits into from
Closed
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
18 changes: 9 additions & 9 deletions .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:

_Use these subdomains to access the CRIB environment. They are prefixes to the internal base domain._

- crib-chain-${prNumber}-node1.
- crib-chain-${prNumber}-node2.
- crib-chain-${prNumber}-node3.
- crib-chain-${prNumber}-node4.
- crib-chain-${prNumber}-node5.
- crib-chain-${prNumber}-node6.
- crib-chain-${prNumber}-geth-http.
- crib-chain-${prNumber}-geth-ws.
- crib-chain-${prNumber}-mockserver.
- crib-chainlink-${prNumber}-node1.
- crib-chainlink-${prNumber}-node2.
- crib-chainlink-${prNumber}-node3.
- crib-chainlink-${prNumber}-node4.
- crib-chainlink-${prNumber}-node5.
- crib-chainlink-${prNumber}-node6.
- crib-chainlink-${prNumber}-geth-http.
- crib-chainlink-${prNumber}-geth-ws.
- crib-chainlink-${prNumber}-mockserver.
`;

await github.rest.issues.createComment({
Expand Down
2 changes: 1 addition & 1 deletion charts/chainlink-cluster/templates/chainlink-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ data:
DeltaDial = '500ms'
DeltaReconcile = '5s'
[[EVM]]
ChainID = '1337'
ChainID = '1338'
MinContractPayment = '0'
AutoCreateKey = true
FinalityDepth = 1
Expand Down
2 changes: 1 addition & 1 deletion charts/chainlink-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ geth:
version: v1.12.0
wsrpc-port: 8546
httprpc-port: 8544
networkid: 1337
networkid: 1338
blocktime: 1
resources:
requests:
Expand Down
Loading