Skip to content

Commit

Permalink
Add missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Oct 4, 2024
1 parent 4bfb016 commit 292e00b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/request/types/stxMethods/deployContract.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { MethodParamsAndResult, rpcRequestMessageSchema } from '../../../types';
import * as v from 'valibot';

const stxDeployContractMethodName = 'stx_deployContract';
const stxDeployContractParamsSchema = v.object({
export const stxDeployContractMethodName = 'stx_deployContract';
export const stxDeployContractParamsSchema = v.object({
/**
* Name of the contract.
*/
Expand Down

0 comments on commit 292e00b

Please sign in to comment.