Skip to content

Commit

Permalink
deploy to treasure mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaark committed Dec 18, 2024
1 parent 923bdf7 commit 3ceb24e
Show file tree
Hide file tree
Showing 7 changed files with 10,342 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const func: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {

const protocolFee = 30n; // 0.3%
const lpFee = 30n; // 0.3%
const protocolFeeBeneficiary = "0x0eB5B03c0303f2F47cD81d7BE4275AF8Ed347576"; // L2 Treasury
const protocolFeeBeneficiary = "0xA65d67513328445B4A4D2F498624483c2601ddA4"; // L2 Treasury

const uniswapFactoryConstructorArguments = [protocolFee, lpFee, protocolFeeBeneficiary];
const factory = await deploy('UniswapV2Factory', {
Expand All @@ -18,7 +18,7 @@ const func: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {

console.log("UniswapV2Factory deployed to:", factory.address);

const wMagic = "0x095ded714d42cBD5fb2E84A0FfbFb140E38dC9E1";
const wMagic = "0x263D8f36Bb8d0d9526255E205868C26690b04B88";
const routerConstructorArguments = [factory.address, wMagic];
const magicSwapV2Router = await deploy('MagicSwapV2Router', {
from: deployer,
Expand Down
1 change: 1 addition & 0 deletions deployments/treasureMainnet/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
61166
Loading

0 comments on commit 3ceb24e

Please sign in to comment.