From 7501afc1f87fa388c755d4097a06f887725ae93a Mon Sep 17 00:00:00 2001 From: Don Mosites Date: Tue, 1 Oct 2024 10:34:14 +0200 Subject: [PATCH] remove extraneous import; neon owner --- source/delegate/contracts/interfaces/IDelegate.sol | 2 -- tools/utils/src/constants.ts | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/source/delegate/contracts/interfaces/IDelegate.sol b/source/delegate/contracts/interfaces/IDelegate.sol index eb5eacd09..7f1cb0c3f 100644 --- a/source/delegate/contracts/interfaces/IDelegate.sol +++ b/source/delegate/contracts/interfaces/IDelegate.sol @@ -1,7 +1,5 @@ // SPDX-License-Identifier: MIT -import "@airswap/swap-erc20/contracts/interfaces/ISwapERC20.sol"; - pragma solidity 0.8.23; interface IDelegate { diff --git a/tools/utils/src/constants.ts b/tools/utils/src/constants.ts index 7d6e8009e..cd04d2a0e 100644 --- a/tools/utils/src/constants.ts +++ b/tools/utils/src/constants.ts @@ -260,6 +260,7 @@ export const ownerAddresses: Record = { [ChainIds.AVALANCHE]: '0xed669F5fe2A37Ef204DB178c7a982717B9f03Ec2', [ChainIds.LINEA]: '0xed669F5fe2A37Ef204DB178c7a982717B9f03Ec2', [ChainIds.SEPOLIA]: '0xed669F5fe2A37Ef204DB178c7a982717B9f03Ec2', + [ChainIds.NEON]: '0xed669F5fe2A37Ef204DB178c7a982717B9f03Ec2', } export const protocolFeeReceiverAddresses: Record = {