Skip to content

Commit

Permalink
chore: missing change
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStefan committed Nov 4, 2023
1 parent 506be0d commit 215ac32
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/marinade-state/marinade-state.spec.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { AccountInfo, Connection, Keypair, PublicKey } from '@solana/web3.js'
import {
DEFAULT_PROVIDER_URL,
MarinadeUtils,
fetchMarinadeState,
getStakeStates,
} from '..'
AccountInfo,
Connection,
Keypair,
PublicKey,
StakeProgram,
} from '@solana/web3.js'
import { DEFAULT_PROVIDER_URL, fetchMarinadeState, getStakeStates } from '..'
import { marinadeFinanceProgram } from '../programs/marinade-finance-program'
import { AnchorProvider } from '@coral-xyz/anchor'
import NodeWallet from '@coral-xyz/anchor/dist/cjs/nodewallet'
Expand All @@ -31,7 +32,7 @@ describe('MarinadeState', () => {
),
executable: false,
lamports: 2190793099,
owner: MarinadeUtils.STAKE_PROGRAM_ID,
owner: StakeProgram.programId,
rentEpoch: 224,
},
pubkey: new PublicKey('6yWLeYR8RsBHGbAvUGQhsi72JEhn2sZAjY2jxjQPT5sC'),
Expand Down

0 comments on commit 215ac32

Please sign in to comment.