Skip to content

Commit

Permalink
remove sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 authored Dec 5, 2024
1 parent dc35992 commit 9506a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { Test, TestingModule } from '@nestjs/testing';
import { ConfigService } from '@nestjs/config';
import { RpcService } from './rpc.service';
import { arbitrum, sepolia, baseSepolia } from 'viem/chains';
import { arbitrum, baseSepolia } from 'viem/chains';

describe('RpcService', () => {
let rpcService: RpcService;
Expand Down

0 comments on commit 9506a39

Please sign in to comment.