This commit is contained in:
Ian Philips 2022-09-28 12:05:59 -04:00
parent f22c6dd8a3
commit 38dbcd62f0

View File

@ -10,10 +10,13 @@ import {
HOUSE_LIQUIDITY_PROVIDER_ID, HOUSE_LIQUIDITY_PROVIDER_ID,
} from '../../common/antes' } from '../../common/antes'
import { isProd } from './utils' import { isProd } from './utils'
import { CommentBountyDepositTxn, CommentBountyWithdrawalTxn } from 'common/txn' import {
import { runTxn } from 'functions/src/transact' CommentBountyDepositTxn,
import { Comment } from 'common/comment' CommentBountyWithdrawalTxn,
import { createBountyNotification } from 'functions/src/create-notification' } from '../../common/txn'
import { runTxn } from './transact'
import { Comment } from '../../common/comment'
import { createBountyNotification } from './create-notification'
const bodySchema = z.object({ const bodySchema = z.object({
contractId: z.string(), contractId: z.string(),