Skip to content

Commit

Permalink
add refs & deeplink
Browse files Browse the repository at this point in the history
  • Loading branch information
Geninsus committed Feb 6, 2025
1 parent ce5c8a9 commit 85af1ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/plugins/src/plugins/jupiter/exchange/lockFetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ const executor: FetcherExecutor = async (owner: string, cache: Cache) => {
const element = registry.addElementMultiple({
label: 'Vesting',
name: 'Lock',
link: `https://lock.jup.ag/token/${lock.tokenMint}`,
ref: lock.pubkey.toString(),
});
const endTime = lock.cliffTime
.plus(lock.numberOfPeriod.times(lock.frequency))
Expand Down

0 comments on commit 85af1ed

Please sign in to comment.