Skip to content

Commit

Permalink
Merge pull request #1756 from solana-labs:agrippa/revert-modified-man…
Browse files Browse the repository at this point in the history
…golana

hotfix: dont use modified mangolana
  • Loading branch information
asktree authored Aug 7, 2023
2 parents 6e6550f + 09aaed4 commit 67e23c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion actions/createLUTproposal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export const createLUTProposal = async (
connection,
wallet,
transactionInstructions: txes,
lookupTableAccounts: [lookupTableAccount],
//lookupTableAccounts: [lookupTableAccount],
})

const logInfo = {
Expand Down
8 changes: 4 additions & 4 deletions utils/sendTransactions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { invalidateInstructionAccounts } from '@hooks/queries/queryClient'
import {
sendSignAndConfirmTransactions,
sendSignAndConfirmTransactionsProps,
} from './modifiedMangolana'
} from '@blockworks-foundation/mangolana/lib/transactions'

export type WalletSigner = Pick<
SignerWalletAdapter,
Expand Down Expand Up @@ -39,8 +39,8 @@ export const sendTransactionsV3 = ({
timeoutStrategy,
callbacks,
config,
lookupTableAccounts,
}: sendSignAndConfirmTransactionsProps) => {
}: //lookupTableAccounts,
sendSignAndConfirmTransactionsProps) => {
const callbacksWithUiComponent = {
afterBatchSign: (signedTxnsCount) => {
if (callbacks?.afterBatchSign) {
Expand Down Expand Up @@ -107,7 +107,7 @@ export const sendTransactionsV3 = ({
callbacks: callbacksWithUiComponent,
config: cfg,
confirmLevel: 'confirmed', //TODO base this on connection confirmation level
lookupTableAccounts,
//lookupTableAccounts,
})
}

Expand Down

1 comment on commit 67e23c6

@vercel
Copy link

@vercel vercel bot commented on 67e23c6 Aug 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

governance-ui – ./

governance-ui-solana-labs.vercel.app
governance-ui-git-main-solana-labs.vercel.app
app.realms.today

Please sign in to comment.