Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Sep 5, 2024
1 parent 184f663 commit 1dff333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains/utils/backendNetworks.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Chain } from 'viem';
import { mainnet } from 'viem/chains';

import { BackendNetwork } from '../types/chains';
import { RPC_PROXY_API_KEY } from '@/env';
import { BackendNetwork } from '../types';

const proxyBackendNetworkRpcEndpoint = (endpoint: string) => {
return `${endpoint}${RPC_PROXY_API_KEY}`;
Expand Down

0 comments on commit 1dff333

Please sign in to comment.