Skip to content

Commit

Permalink
Merge pull request #972 from osmosis-labs/JP69/fix-ist-price
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator authored Nov 8, 2022
2 parents 4ba6e1b + f2908e8 commit 0fddb06
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/web/config/price.ts
Original file line number Diff line number Diff line change
Expand Up @@ -593,4 +593,14 @@ export const PoolPriceRoutes: IntermediateRoute[] = [
spotPriceDestDenom: "uosmo",
destCoinId: "osmosis",
},
{
alternativeCoinId: "pool:uist",
poolId: "837",
spotPriceSourceDenom: DenomHelper.ibcDenom(
[{ portId: "transfer", channelId: "channel-320" }],
"uist"
),
spotPriceDestDenom: "uosmo",
destCoinId: "osmosis",
},
];

4 comments on commit 0fddb06

@vercel
Copy link

@vercel vercel bot commented on 0fddb06 Nov 8, 2022

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 0fddb06 Nov 8, 2022

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 0fddb06 Nov 8, 2022

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 0fddb06 Nov 8, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.