Skip to content

Commit

Permalink
remove sepolia
Browse files Browse the repository at this point in the history
cyri113 authored Dec 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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;

0 comments on commit 9506a39

Please sign in to comment.