• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

safe-global / safe-client-gateway / 9446016581

10 Jun 2024 09:35AM UTC coverage: 92.662% (-0.04%) from 92.7%
9446016581

Pull #1623

github

iamacook
Fix lint
Pull Request #1623: Add `BlockchainApi` with associated manager

2001 of 2461 branches covered (81.31%)

Branch coverage included in aggregate %.

24 of 34 new or added lines in 4 files covered. (70.59%)

1 existing line in 1 file now uncovered.

7154 of 7419 relevant lines covered (96.43%)

327.43 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/domain/interfaces/blockchain-api.interface.ts
1
import { PublicClient } from 'viem';
2

NEW
3
export const IBlockchainApi = Symbol('IBlockchainApi');
×
4

5
export interface IBlockchainApi {
6
  getClient(): PublicClient;
7

8
  destroyClient(chainId: string): void;
9
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc