diff --git a/actions/createLUTproposal.ts b/actions/createLUTproposal.ts index 34b5b93938..dd797decc9 100644 --- a/actions/createLUTproposal.ts +++ b/actions/createLUTproposal.ts @@ -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, diff --git a/actions/createProposal.ts b/actions/createProposal.ts index 1d9107447f..43c7d02625 100644 --- a/actions/createProposal.ts +++ b/actions/createProposal.ts @@ -6,7 +6,6 @@ import { Realm, TokenOwnerRecord, VoteType, - withCreateProposal, getSignatoryRecordAddress, RpcContext, withInsertTransaction, @@ -14,6 +13,9 @@ import { withSignOffProposal, withAddSignatory, MultiChoiceType, +} from '@solana/spl-governance' +import { + withCreateProposal, } from '@realms-today/spl-governance' import { sendTransactionsV3, diff --git a/cli/helpers/createBase64Proposal.ts b/cli/helpers/createBase64Proposal.ts index 1f79bc48bf..658ec9e613 100644 --- a/cli/helpers/createBase64Proposal.ts +++ b/cli/helpers/createBase64Proposal.ts @@ -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'