base deployment

This commit is contained in:
giteadmin 2025-02-05 19:47:18 +01:00
parent 78b48f1639
commit 31bc86fcd5
4 changed files with 23 additions and 27 deletions

View file

@ -5,11 +5,11 @@ import {DeployScript} from "./DeployScript.sol";
contract BaseDeploy is DeployScript {
function setUp() public {
// Sepolia data
feeDest = 0x0000000000000000000000000000000000000000;
// Base data
feeDest = 0x31ea4993dd336158E1536a1851b76B738BDd24c8;
weth = 0x4200000000000000000000000000000000000006;
v3Factory = 0x33128a8fC17869897dcE68Ed026d694621f6FDfD;
// comment out if new deployment
// twabc = 0xFCFa3b066981027516121bd27a9B1cBb9C00c5Fd;
//twabc = 0xFCFa3b066981027516121bd27a9B1cBb9C00c5Fd;
}
}