Skip to content

Commit

Permalink
chore: use KeyType for key types (#518)
Browse files Browse the repository at this point in the history
Instead of PeerIdType, use KeyType.
  • Loading branch information
achingbrain committed Apr 24, 2024
1 parent e4e67d0 commit 361fbd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/interop/src/fixtures/key-types.ts
@@ -1,6 +1,6 @@
import type { PeerIdType } from '@libp2p/interface'
import type { KeyType } from '@libp2p/interface'

export const keyTypes: PeerIdType[] = [
export const keyTypes: KeyType[] = [
'Ed25519',
'secp256k1',
'RSA'
Expand Down

0 comments on commit 361fbd3

Please sign in to comment.