Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
fixed import type at lachain and latestnet
Browse files Browse the repository at this point in the history
  • Loading branch information
haycarlitos committed Aug 22, 2023
1 parent 524d8c1 commit 31515c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/chains/src/lachain.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Chain } from 'wagmi'
import { Chain } from './types'

export const lachain = {
id: 274,
Expand Down
2 changes: 1 addition & 1 deletion packages/chains/src/latestnet.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Chain } from 'wagmi'
import { Chain } from './types'

export const latestnet = {
id: 418,
Expand Down

0 comments on commit 31515c3

Please sign in to comment.