Skip to content

Commit

Permalink
add pool:uist definition
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyParish69 authored Nov 7, 2022
1 parent ac5f80d commit f2908e8
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",
},
];

0 comments on commit f2908e8

Please sign in to comment.