Skip to content

Commit

Permalink
rewards config
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb413 committed Mar 27, 2024
1 parent 4a55e7f commit 0a9cd05
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deployments/base-sepolia/weth/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ async function deployContracts(
]
);

const COMP = await deploymentManager.existing(
'COMP',
'0x2f535da74048c0874400f0371Fba20DF983A56e2',
'base-sepolia',
'contracts/ERC20.sol:ERC20'
);

// Import shared contracts from cUSDCv3
const cometAdmin = await deploymentManager.fromDep('cometAdmin', 'base-sepolia', 'usdc');
const cometFactory = await deploymentManager.fromDep('cometFactory', 'base-sepolia', 'usdc');
Expand Down
5 changes: 5 additions & 0 deletions deployments/base-sepolia/weth/relations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ export default {
artifact: 'contracts/ERC20.sol:ERC20',
},

// COMP
'0x2f535da74048c0874400f0371fba20df983a56e2': {
artifact: 'contracts/ERC20.sol:ERC20',
},

l2CrossDomainMessenger: {
delegates: {
field: {
Expand Down

0 comments on commit 0a9cd05

Please sign in to comment.