Skip to content

Commit

Permalink
remove extraneous import; neon owner
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosites committed Oct 1, 2024
1 parent cf62772 commit 7501afc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions source/delegate/contracts/interfaces/IDelegate.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// SPDX-License-Identifier: MIT

import "@airswap/swap-erc20/contracts/interfaces/ISwapERC20.sol";

pragma solidity 0.8.23;

interface IDelegate {
Expand Down
1 change: 1 addition & 0 deletions tools/utils/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ export const ownerAddresses: Record<number, string> = {
[ChainIds.AVALANCHE]: '0xed669F5fe2A37Ef204DB178c7a982717B9f03Ec2',
[ChainIds.LINEA]: '0xed669F5fe2A37Ef204DB178c7a982717B9f03Ec2',
[ChainIds.SEPOLIA]: '0xed669F5fe2A37Ef204DB178c7a982717B9f03Ec2',
[ChainIds.NEON]: '0xed669F5fe2A37Ef204DB178c7a982717B9f03Ec2',
}

export const protocolFeeReceiverAddresses: Record<number, string> = {
Expand Down

0 comments on commit 7501afc

Please sign in to comment.