Skip to content

Commit

Permalink
Add new ephemeral pubkey (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos authored Dec 31, 2023
1 parent 4d917dc commit 3ee4f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/approve.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const ApproveSplit: NextPage = () => {
if (stakeConnection && selectedStakeAccount && splitRequest) {
try {
const ephemeralAccount = new PublicKey(
'FUYcu4W2pa2MuKhMTvbwsBYJS2kaLyJwwbQHkSeiSYjd'
'GmJg5NHSSnixPWBYa3gs3oX41vRewXPTLxcDcykajBM1'
)
await stakeConnection.acceptSplit(
selectedStakeAccount,
Expand Down

2 comments on commit 3ee4f27

@vercel
Copy link

@vercel vercel bot commented on 3ee4f27 Dec 31, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 3ee4f27 Dec 31, 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:

staking-devnet – ./

staking-devnet-git-main-pyth-web.vercel.app
governance-nu.vercel.app
staking-devnet-pyth-web.vercel.app

Please sign in to comment.