diff --git a/docs/market_node_verification_bsc.md b/docs/market_node_verification_bsc.md index becbf54..6dd7303 100644 --- a/docs/market_node_verification_bsc.md +++ b/docs/market_node_verification_bsc.md @@ -64,7 +64,7 @@ There are multiple LINK tokens on BSC, and the correct token address is listed a ## Common Problems - Make sure your Chainlink node has a BNB balance. -- The `env` for your node should have the configuration variable `MINIMUM_CONTRACT_PAYMENT` value set. The default is `1000000000000000000` which is 1 LINK. This value should be set to `100000000000000000` or lower for the verification to complete. +- The `env` for your node should have the configuration variable `MINIMUM_CONTRACT_PAYMENT` value set. The default is `1000000000000000000` which is 1 LINK. This value should be set to `10000000000000000` or lower for the verification to complete. - Make sure your Chainlink node has fulfillment permission within the `Oracle` contract. This can be done by calling function `setFulfillmentPermission({node_wallet}, true)`. - Confirm the address you provided for your node in the Market is the node's `ORACLE_CONTRACT_ADDRESS`, and not the `ACCOUNT_ADDRESS`. - When you deploy your `Oracle` contract, ensure the `_link` token address is correct: diff --git a/docs/market_node_verification_eth.md b/docs/market_node_verification_eth.md index c6af36b..a6c30f5 100644 --- a/docs/market_node_verification_eth.md +++ b/docs/market_node_verification_eth.md @@ -67,7 +67,7 @@ Firstly, you need to deposit some LINK into the Market. ## Common Problems - Make sure your Chainlink node has an ETH balance. -- The `env` for your node should have the configuration variable `MINIMUM_CONTRACT_PAYMENT` value set. The default is `1000000000000000000` which is 1 LINK. This value should be set to `100000000000000000` or lower for the verification to complete. +- The `env` for your node should have the configuration variable `MINIMUM_CONTRACT_PAYMENT` value set. The default is `1000000000000000000` which is 1 LINK. This value should be set to `10000000000000000` or lower for the verification to complete. - Make sure your Chainlink node has fulfillment permission within the `Oracle` contract. This can be done by calling function `setFulfillmentPermission({node_wallet}, true)`. - Confirm the address you provided for your node in the Market is the node's `ORACLE_CONTRACT_ADDRESS`, and not the `ACCOUNT_ADDRESS`. - When you deploy your `Oracle` contract, ensure the `_link` token address is correct: diff --git a/docs/market_node_verification_matic.md b/docs/market_node_verification_matic.md index ccb1aac..00c8ad2 100644 --- a/docs/market_node_verification_matic.md +++ b/docs/market_node_verification_matic.md @@ -64,7 +64,7 @@ There are multiple LINK tokens on Matic, and the correct token address is listed ## Common Problems - Make sure your Chainlink node has a MATIC balance. -- The `env` for your node should have the configuration variable `MINIMUM_CONTRACT_PAYMENT` value set. The default is `1000000000000000000` which is 1 LINK. This value should be set to `100000000000000000` or lower for the verification to complete. +- The `env` for your node should have the configuration variable `MINIMUM_CONTRACT_PAYMENT` value set. The default is `1000000000000000000` which is 1 LINK. This value should be set to `10000000000000000` or lower for the verification to complete. - Make sure your Chainlink node has fulfillment permission within the `Oracle` contract. This can be done by calling function `setFulfillmentPermission({node_wallet}, true)`. - Confirm the address you provided for your node in the Market is the node's `ORACLE_CONTRACT_ADDRESS`, and not the `ACCOUNT_ADDRESS`. - When you deploy your `Oracle` contract, ensure the `_link` token address is correct: