Skip to content

Commit

Permalink
improve network types
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Nov 22, 2024
1 parent 4b2dde9 commit c2df695
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/auto-utils/src/types/network.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// file: src/types/network.ts
import type { ApiOptions } from '@polkadot/api/types'
import { NetworkId, NetworkName } from '../constants/network'
import type { NetworkDomains } from './domain'
import { Token } from './token'

Expand All @@ -9,8 +10,8 @@ export type Explorer = {
}

export type Network = {
id: string
name: string
id: NetworkId
name: NetworkName
rpcUrls: string[]
explorer: Explorer[]
domains: NetworkDomains[]
Expand Down

0 comments on commit c2df695

Please sign in to comment.