imports
This commit is contained in:
parent
f22c6dd8a3
commit
38dbcd62f0
|
@ -10,10 +10,13 @@ import {
|
|||
HOUSE_LIQUIDITY_PROVIDER_ID,
|
||||
} from '../../common/antes'
|
||||
import { isProd } from './utils'
|
||||
import { CommentBountyDepositTxn, CommentBountyWithdrawalTxn } from 'common/txn'
|
||||
import { runTxn } from 'functions/src/transact'
|
||||
import { Comment } from 'common/comment'
|
||||
import { createBountyNotification } from 'functions/src/create-notification'
|
||||
import {
|
||||
CommentBountyDepositTxn,
|
||||
CommentBountyWithdrawalTxn,
|
||||
} from '../../common/txn'
|
||||
import { runTxn } from './transact'
|
||||
import { Comment } from '../../common/comment'
|
||||
import { createBountyNotification } from './create-notification'
|
||||
|
||||
const bodySchema = z.object({
|
||||
contractId: z.string(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user