Skip to content

Commit

Permalink
Update get-uint256.toml evmChainID (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammetselimfe authored Mar 11, 2024
1 parent 30136d5 commit ce51a50
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/samples/ChainlinkNodes/forwarder/get-string.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# THIS IS EXAMPLE CODE THAT USES UN-AUDITED CODE.
# DO NOT USE THIS CODE IN PRODUCTION.

# evmChainID for Sepolia Testnet
evmChainID = "11155111"
contractAddress = "YOUR_OPERATOR_CONTRACT_ADDRESS"
forwardingAllowed = true
maxTaskDuration = "0s"
Expand Down
2 changes: 2 additions & 0 deletions public/samples/ChainlinkNodes/forwarder/get-uint256.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# THIS IS EXAMPLE CODE THAT USES UN-AUDITED CODE.
# DO NOT USE THIS CODE IN PRODUCTION.

# evmChainID for Sepolia Testnet
evmChainID = "11155111"
contractAddress = "YOUR_OPERATOR_CONTRACT_ADDRESS"
forwardingAllowed = true
maxTaskDuration = "0s"
Expand Down
2 changes: 2 additions & 0 deletions public/samples/ChainlinkNodes/jobs/get-bytes32.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# DO NOT USE THIS CODE IN PRODUCTION.

type = "directrequest"
# evmChainID for Sepolia Testnet
evmChainID = "11155111"
schemaVersion = 1
name = "Get > Bytes32"
# Optional External Job ID: Automatically generated if unspecified
Expand Down
2 changes: 2 additions & 0 deletions public/samples/ChainlinkNodes/jobs/get-string.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# DO NOT USE THIS CODE IN PRODUCTION.

type = "directrequest"
# evmChainID for Sepolia Testnet
evmChainID = "11155111"
schemaVersion = 1
name = "Get > String"
contractAddress = "YOUR_ORACLE_CONTRACT_ADDRESS"
Expand Down
2 changes: 2 additions & 0 deletions public/samples/ChainlinkNodes/jobs/get-uint256.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
name = "Get > Uint256 - (TOML)"
schemaVersion = 1
type = "directrequest"
# evmChainID for Sepolia Testnet
evmChainID = "11155111"
# Optional External Job ID: Automatically generated if unspecified
# externalJobID = "b1d42cd5-4a3a-4200-b1f7-25a68e48aad8"
contractAddress = "YOUR_OPERATOR_CONTRACT_ADDRESS"
Expand Down

0 comments on commit ce51a50

Please sign in to comment.