From cef1ca01a92e34e1a16794acf8a6d64c61a4aa84 Mon Sep 17 00:00:00 2001 From: tim Date: Wed, 19 Nov 2025 16:01:56 -0400 Subject: [PATCH] DeployEthereum admin address fix --- script/DeployEthereum.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/DeployEthereum.sol b/script/DeployEthereum.sol index ad05c4f..2aae0f2 100644 --- a/script/DeployEthereum.sol +++ b/script/DeployEthereum.sol @@ -16,7 +16,7 @@ import {PartyPoolMintImpl} from "../src/PartyPoolMintImpl.sol"; import {PartyPoolSwapImpl} from "../src/PartyPoolSwapImpl.sol"; contract DeployEthereum is Script { - address constant public ADMIN = 0x12db90820dafed100e40e21128e40dcd4ff6b331; + address constant public ADMIN = 0x12DB90820DAFed100E40E21128E40Dcd4fF6B331; address constant public PROTOCOL_FEE_ADDRESS = 0x0E280F5eDA58872d7cDaA8AC0A57A55fD6133AEd; uint256 constant public PROTOCOL_FEE_PPM = 10_0000; // 10% of LP fees NativeWrapper constant public WETH = NativeWrapper(0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2);