Skip to content

Update get-uint256.toml evmChainID #1810

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

Merged
merged 3 commits into from
Mar 11, 2024
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: 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