Skip to content

Commit

Permalink
fix schema error (#2424)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShuk authored Aug 27, 2024
1 parent 30e7873 commit d1982c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion actions/createLUTproposal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ import {
Realm,
TokenOwnerRecord,
VoteType,
withCreateProposal,
getSignatoryRecordAddress,
withInsertTransaction,
withSignOffProposal,
withAddSignatory,
RpcContext,
} from '@solana/spl-governance'
import {
withCreateProposal
} from '@realms-today/spl-governance'
import {
sendTransactionsV3,
Expand Down
4 changes: 3 additions & 1 deletion actions/createProposal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ import {
Realm,
TokenOwnerRecord,
VoteType,
withCreateProposal,
getSignatoryRecordAddress,
RpcContext,
withInsertTransaction,
InstructionData,
withSignOffProposal,
withAddSignatory,
MultiChoiceType,
} from '@solana/spl-governance'
import {
withCreateProposal,
} from '@realms-today/spl-governance'
import {
sendTransactionsV3,
Expand Down
4 changes: 3 additions & 1 deletion cli/helpers/createBase64Proposal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ import {
VoteType,
WalletSigner,
withAddSignatory,
withCreateProposal,
withInsertTransaction,
withSignOffProposal,
} from '@solana/spl-governance'
import {
withCreateProposal
} from '@realms-today/spl-governance'
import { Connection, PublicKey, TransactionInstruction } from '@solana/web3.js'
import { chunk } from 'lodash'
Expand Down

0 comments on commit d1982c3

Please sign in to comment.