diff --git a/blockchain-watcher/src/infrastructure/mappers/evm/methodNameByAddressMapper.ts b/blockchain-watcher/src/infrastructure/mappers/evm/methodNameByAddressMapper.ts index 776a17ef..5dc218e5 100644 --- a/blockchain-watcher/src/infrastructure/mappers/evm/methodNameByAddressMapper.ts +++ b/blockchain-watcher/src/infrastructure/mappers/evm/methodNameByAddressMapper.ts @@ -292,7 +292,6 @@ const receiveTbtc = new Map([ const base = new Map([...ethBase, ...completeTransferWithRelay]); - type MethodsByAddress = { [chain: string]: { [address: string]: Map;