Skip to content

Commit

Permalink
Fix oracle authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Oct 27, 2023
1 parent 311cc2e commit d48716f
Show file tree
Hide file tree
Showing 17 changed files with 2,391 additions and 792 deletions.
8 changes: 4 additions & 4 deletions common/env/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ import MOCK_VALIDATORS from './mock/validators.json'

const ETHEREUM_CONTRACTS = {
TESTNET: {
BEACON_LIBRARY_ADDRESS: '0xc4E9Ea9BeD9D9c44ffd003A1dFc437Bca9DCeD99',
BEACON_LIBRARY_ADDRESS: '0x0295bfe577d6833882Ee0E1Bccc4a5825d1Df653',
MANAGER_BEACON_ADDRESS: '0x69D830C11bbD81c0A9AC031d17A2599D3a0F632E',
POOL_BEACON_ADDRESS: '0x9Ef6fb4fe7F7EB9DDeB019028E978439b9aD72BF',
REGISTRY_BEACON_ADDRESS: '0xC0799f7643978828cEBCe4F327dcA233dE1871C8',
UPKEEP_BEACON_ADDRESS: '0x0CCA5B647598e86fc0518A462f2e61C58Dc6F5ac',
VIEWS_BEACON_ADDRESS: '0x7B07be561eA274a78D9dC30FCFAcEeb2C6Ac3962',
FACTORY_ADDRESS: '0xA6fd22c5633bCD82Ee25045de91351a8dfA2c76F',

FUNCTIONS_BILLING_REGISTRY_ADDRESS: '0x0A1Efb45bbb81a73496EDd59043C8c60e16d36E6',
FUNCTIONS_ORACLE_ADDRESS: '0x923Aa3b3Efe278bD026366a7685674f7f7960252',
FUNCTIONS_ORACLE_FACTORY_ADDRESS: '0x8487AE78294BDF6d7eFD7F5a61805F98C1007030',
FUNCTIONS_BILLING_REGISTRY_ADDRESS: '0x566087488869A18767cBA3Adb19dfc713FE56Ac6',
FUNCTIONS_ORACLE_ADDRESS: '0x914F29Ddb0b8A8201a58e6eeaf71d6df36429214',
FUNCTIONS_ORACLE_FACTORY_ADDRESS: '0x1304Dc23DD83f5c374193839E880cCa5D040f5A7',

DEPOSIT_CONTRACT_ADDRESS: '0xff50ed3d0ec03aC01D4C79aAd74928BFF48a7b2b',
KEEPER_REGISTRAR_ADDRESS: '0x57A4a13b35d25EE78e084168aBaC5ad360252467',
Expand Down
Loading

0 comments on commit d48716f

Please sign in to comment.