Skip to content

Commit

Permalink
base deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sogipec committed Jan 10, 2024
1 parent a56c166 commit 7fc1cb0
Show file tree
Hide file tree
Showing 9 changed files with 2,597 additions and 60 deletions.
3 changes: 2 additions & 1 deletion deploy/0_distributor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const func: DeployFunction = async ({ deployments, ethers, network }) => {
const { deployer } = await ethers.getNamedSigners();

let core: string;
core = '0xE0c4Db05a515f2EcE758ab02e6cE4d1C30245752';
// Base - CoreBorrowTest
core = '0xA6a505Eeb4e1e93052c48126f2d42ef6694A651D';
/*
if (!network.live) {
// If we're in mainnet fork, we're using the `CoreBorrow` address from mainnet
Expand Down
2 changes: 1 addition & 1 deletion deploy/1_distributionCreator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const func: DeployFunction = async ({ deployments, ethers, network }) => {
// Otherwise, we're using the proxy admin address from the desired network
core = registry(network.config.chainId as ChainId)?.Merkl?.CoreMerkl!;
}
core = '0xE0c4Db05a515f2EcE758ab02e6cE4d1C30245752';
core = '0xA6a505Eeb4e1e93052c48126f2d42ef6694A651D';

console.log(deployer.address);

Expand Down
121 changes: 63 additions & 58 deletions deployments/base/Distributor_Implementation_2.json

Large diffs are not rendered by default.

132 changes: 132 additions & 0 deletions deployments/base/TestDistributionCreator.json

Large diffs are not rendered by default.

Loading

0 comments on commit 7fc1cb0

Please sign in to comment.