Skip to content

Commit ef38869

Browse files
committed
task-48[ignore, jobs]: update .gitignore and job template
- added .cursorignore to .gitignore for cleaner workspace - modified utt-proxy-claim-rewards.toml.template - changed 'to' to 'contract' in ethcall type explanation: - ensuring local environment files are excluded with .cursorignore - aligning rpc call parameter naming convention improves clarity and reduces confusion
1 parent fc2209f commit ef38869

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ exports
2020
typechain-types
2121
tasks/chainlink-jobs/generated/*.toml
2222
env.toml
23+
.cursorignore
2324

2425

2526

chainlink-node/jobs/network-specific/utt-proxy-claim-rewards.toml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ observationSource = """
2020

2121
claimable_rewards_call [type="ethcall"
2222
evmChainID="${UTT_NETWORK_ID}"
23-
to="${UTT_MAIN_CONTRACT_ADDRESS}"
23+
contract="${UTT_MAIN_CONTRACT_ADDRESS}"
2424
data="$(encode_claimable_rewards_call)"]
2525

2626
claimable_rewards [type="ethabidecode" abi="uint256 amount" data="$(claimable_rewards_call)"]

0 commit comments

Comments
 (0)