Skip to content

Commit

Permalink
fix spl-governance sdk package error (#2439)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShuk authored Sep 5, 2024
1 parent 30b55a0 commit 30e8545
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hub/components/EditRealmConfig/createTransaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ import {
GoverningTokenConfigAccountArgs,
tryGetRealmConfig,
getRealm,
getGovernanceProgramVersion,
SYSTEM_PROGRAM_ID,
} from '@realms-today/spl-governance';
} from '@solana/spl-governance';
import {
getGovernanceProgramVersion
} from "@realms-today/spl-governance"
import type {
Connection,
PublicKey,
Expand Down

0 comments on commit 30e8545

Please sign in to comment.