DeployEthereum admin address fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user