Open jupiter price information in new tab
This commit is contained in:
parent
3b570dbeb9
commit
4823ca37cf
@ -86,7 +86,6 @@ const getAccount = async (accountPrivateKey: string): Promise<Account> => {
|
||||
return account;
|
||||
}
|
||||
|
||||
|
||||
const sendTokensToAccount = async (
|
||||
senderPrivateKey: string,
|
||||
receiverAddress: string,
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user