Open jupiter price information in new tab

This commit is contained in:
Shreerang Kale 2025-07-22 18:26:53 +05:30
parent 3b570dbeb9
commit 4823ca37cf
2 changed files with 1 additions and 2 deletions

View File

@ -86,7 +86,6 @@ const getAccount = async (accountPrivateKey: string): Promise<Account> => {
return account;
}
const sendTokensToAccount = async (
senderPrivateKey: string,
receiverAddress: string,

View File

@ -62,7 +62,7 @@ export const createApplicationDeploymentRequest = async (
export const resolvePricingRecordLrn = async (): Promise<PricingRecordAttributes> => {
const registry = getRegistry();
const result = await registry.resolveNames([PRICING_RECORD_LRN])
const result = await registry.resolveNames([PRICING_RECORD_LRN]);
const pricingRecordAttributes: PricingRecordAttributes = result[0].attributes;
if (pricingRecordAttributes.for !== VALID_PRICING_RECORD_FOR) {