Skip to content

Commit

Permalink
fixup! fix: mf-6573 solana and evm redpackets coexist (#12050)
Browse files Browse the repository at this point in the history
  • Loading branch information
swkatmask committed Jan 21, 2025
1 parent 5562a5d commit 38cd9bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/web3-providers/src/types/Firefly.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import type { RedPacketMetaKey, RedPacketNftMetaKey, SolanaRedPacketMetaKey } from '@masknet/shared-base'

import type { RedPacketMetaKey } from '@masknet/shared-base'

type WithoutChainId<T> = Omit<T, 'chain_id'>
type WithNumberChainId<T> = WithoutChainId<T> & { chain_id: number }

Expand Down

0 comments on commit 38cd9bf

Please sign in to comment.