Skip to content

Commit

Permalink
Change FunctionsOracle authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Oct 27, 2023
1 parent daaee00 commit 311cc2e
Show file tree
Hide file tree
Showing 26 changed files with 2,907 additions and 114 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "contracts/ethereum/lib/forge-std"]
path = contracts/ethereum/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "contracts/ethereum/lib/ssv-network"]
path = contracts/ethereum/lib/ssv-network
url = https://github.com/bloxapp/ssv-network.git
Expand Down
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: '0xbc3681bDed4CaB8A4dCD155A1d9B8dd52Dd73e92',
BEACON_LIBRARY_ADDRESS: '0xc4E9Ea9BeD9D9c44ffd003A1dFc437Bca9DCeD99',
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: '0x0076D4E763ca38D25d75DE40015435E809933F31',
FUNCTIONS_ORACLE_ADDRESS: '0x63bF34606227c69c419EDf63D4aF5ACC472A48c0',
FUNCTIONS_ORACLE_FACTORY_ADDRESS: '0x96B485FbBA4e527Ce8387a0c1D4b02FC7E54f501',
FUNCTIONS_BILLING_REGISTRY_ADDRESS: '0x0A1Efb45bbb81a73496EDd59043C8c60e16d36E6',
FUNCTIONS_ORACLE_ADDRESS: '0x923Aa3b3Efe278bD026366a7685674f7f7960252',
FUNCTIONS_ORACLE_FACTORY_ADDRESS: '0x8487AE78294BDF6d7eFD7F5a61805F98C1007030',

DEPOSIT_CONTRACT_ADDRESS: '0xff50ed3d0ec03aC01D4C79aAd74928BFF48a7b2b',
KEEPER_REGISTRAR_ADDRESS: '0x57A4a13b35d25EE78e084168aBaC5ad360252467',
Expand Down
2 changes: 1 addition & 1 deletion common/env/src/mock/validators.json

Large diffs are not rendered by default.

Loading

0 comments on commit 311cc2e

Please sign in to comment.