Skip to content

Commit

Permalink
Add deployed contract addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Oct 19, 2023
1 parent abeb95a commit 89cb834
Show file tree
Hide file tree
Showing 2 changed files with 1,454 additions and 8 deletions.
23 changes: 15 additions & 8 deletions common/env/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,25 @@ import MOCK_OPERATORS from './mock/operators.json'
import MOCK_RESHARES from './mock/reshares.json'
import MOCK_VALIDATORS from './mock/validators.json'

// Default CasimirManager contract deployed to 0x91837bD76C960C2907C2E7F46A7aA5070CEF357B
// Default CasimirRegistry contract deployed to 0x53062005169E821513DBb42dcE024A0546FeE448
// Default CasimirUpkeep contract deployed to 0x9e75bC84A542099Efc48B06C7b0e212b3092b107
// Default CasimirViews contract deployed to 0xb28E270E5f4129E6759040045102d54d37eF9637

const ETHEREUM_CONTRACTS = {
TESTNET: {
FACTORY_ADDRESS: '',
BEACON_LIBRARY_ADDRESS: '0xd255eE1Da75E49D1104aF909324D1cB432f2841B',
MANAGER_BEACON_ADDRESS: '0x34147B47d4A8Ff8dF0AFfC1f4f6559D39986700a',
POOL_BEACON_ADDRESS: '0x8ce33E597e1913C0Cd9ad54B1e3106b97E00e1Be',
REGISTRY_BEACON_ADDRESS: '0x3990d2bF14C264226Cd6d915b95e5b0815175cfC',
UPKEEP_BEACON_ADDRESS: '0x4B5f144440Cf915d1DB2DfF65b8dAF71C7b85540',
VIEWS_BEACON_ADDRESS: '0x30a48C52eC7649Fc11C4330c26Cc5C272f33ae34',
FACTORY_ADDRESS: '0x57E1C760E18Aea7c2B659eaB87C5521cF53cC646',

FUNCTIONS_BILLING_REGISTRY_ADDRESS: '',
FUNCTIONS_ORACLE_ADDRESS: '',
FUNCTIONS_ORACLE_FACTORY_ADDRESS: '',
FUNCTIONS_BILLING_REGISTRY_ADDRESS: '0xf272D644df40d6e5E89C43B4C89472C9c9848D36',
FUNCTIONS_ORACLE_ADDRESS: '0x38De7Db2BBe4F549d7ede1f9f2eF316685a305D9',
FUNCTIONS_ORACLE_FACTORY_ADDRESS: '0x2D11E989a8D9b4F1c2Ba5CA082278F5f64Ee8Fb8',

MANAGER_BEACON_ADDRESS: '',
POOL_BEACON_ADDRESS: '',
REGISTRY_BEACON_ADDRESS: '',
UPKEEP_BEACON_ADDRESS: '',

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

0 comments on commit 89cb834

Please sign in to comment.