Skip to content

Commit 0c89cf5

Browse files
committed
Update Base testnet proxy contract delpoyment args after re-deployment of oracle operator, and fix job ids.
1 parent 20cb059 commit 0c89cf5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/deploy.proxy.args.testnet_base.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ const { ethers } = require("hardhat");
33

44
// value for proxy on base sepolia testnet
55
module.exports = [
6-
"0xC3586558ddb1Cc6C7c5338691842b8d5F47D253d", // oracle operator contract
7-
"30d3f168244f40788be35c05f6c5924f", // job id for UTT Proxy Endorse
6+
"0x1380FD912C44F3860D17EB6221F861F9c4611D97", // oracle operator contract
7+
"89c86d27881e4854a61a87070363d7d7", // job id for UTT Proxy Endorse
88
ethers.parseEther("0.0000001"), // operator LINK fee
9-
"0x778D2e75d1D09aDd600f2f1C44c9980C4c63f24F", // link token address
10-
"2d3086720bcd4847bf088ffb976d9508", // job id for UTT Proxy Claim Rewards
9+
"0xE4aB69C077896252FAFBD49EFD26B5D171A32410", // link token address
10+
"6cdee6e7c62b43469926f7dc7bc8ffae", // job id for UTT Proxy Claim Rewards
1111
];

0 commit comments

Comments
 (0)