Skip to content

Commit

Permalink
feat: remove hardcoded address
Browse files Browse the repository at this point in the history
  • Loading branch information
hnimtadd committed Aug 6, 2024
1 parent 50c02d6 commit 8bec811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet/src/engine/runners/solana/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const queryTokens = async (
);

const tokenInfo = await getTokenInfo({
address: 'BDHqX9YfJE3M6caox3obUX5YpWHz2cjnGFiZJtRghdCo',
address: doc.mint,
network: doc.network,
});
doc.quotes = tokenInfo?.quotes;
Expand Down

0 comments on commit 8bec811

Please sign in to comment.