File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ import {
2121 arbitrumNova as vabn ,
2222 zora as vzora ,
2323 zoraSepolia as vzoras ,
24- sonic as vsonic ,
25- sonicTestnet as vsonict ,
2624} from "viem/chains" ;
2725
2826export type AlchemyChainConfig = {
@@ -240,20 +238,6 @@ export const zoraSepolia: Chain = {
240238 } ,
241239} ;
242240
243- export const sonic : Chain = {
244- ...vsonic ,
245- rpcUrls : {
246- ...vsonic . rpcUrls ,
247- } ,
248- } ;
249-
250- export const sonicTestnet : Chain = {
251- ...vsonict ,
252- rpcUrls : {
253- ...vsonict . rpcUrls ,
254- } ,
255- } ;
256-
257241export const worldChainSepolia : Chain = defineChain ( {
258242 id : 4801 ,
259243 name : "World Chain Sepolia" ,
Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ export {
4444 openlootSepolia ,
4545 gensynTestnet ,
4646 riseTestnet ,
47- sonic ,
48- sonicTestnet ,
4947} from "./chains.js" ;
5048export type * from "./client/decorators/alchemyEnhancedApis.js" ;
5149export { alchemyEnhancedApiActions } from "./client/decorators/alchemyEnhancedApis.js" ;
You can’t perform that action at this time.
0 commit comments