imports
This commit is contained in:
parent
f22c6dd8a3
commit
38dbcd62f0
|
@ -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(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user