Skip to content

Commit 8d67e88

Browse files
committed
Merge commit '48e682183d8a23234bc7266bf11c764c66681bb7' into 62-deploy-utu-smart-contract-on-base
* commit '48e682183d8a23234bc7266bf11c764c66681bb7': Add Changes to EVM configurations for Lisk and Base
2 parents 4b05aaa + 48e6821 commit 8d67e88

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

chainlink-node/config/chainlink-config.toml.template

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ MinContractPayment = '${MIN_CONTRACT_PAYMENT_PROXY}'
4242
WSURL = "${OPTIMISM_WS_URL}"
4343

4444
[[EVM]]
45-
ChainID = ${BASE_ID}
45+
ChainID = ${LISK_ID}
4646
MinContractPayment = '${MIN_CONTRACT_PAYMENT_PROXY}'
4747
AutoCreateKey = true
4848
BlockBackfillDepth = 10
@@ -112,7 +112,16 @@ RPCBlockQueryDelay = 1
112112
[EVM.OCR2.Automation]
113113
GasLimit = 6500000
114114

115+
[[EVM.Nodes]]
116+
Name = '${LISK_NODE_NAME}'
117+
HTTPURL = "${LISK_HTTP_URL}"
118+
WSURL = "${LISK_WS_URL}"
119+
120+
[[EVM]]
121+
ChainID = ${BASE_ID}
122+
MinContractPayment = '${MIN_CONTRACT_PAYMENT_PROXY}'
123+
115124
[[EVM.Nodes]]
116125
Name = '${BASE_NODE_NAME}'
117126
HTTPURL = "${BASE_HTTP_URL}"
118-
WSURL = "${BASE_WS_URL}"
127+
WSURL = "${BASE_WS_URL}"

0 commit comments

Comments
 (0)