Skip to content

Commit

Permalink
Merge pull request #910 from osmosis-labs/usk
Browse files Browse the repository at this point in the history
usk
  • Loading branch information
sunnya97 authored Oct 20, 2022
2 parents a1b2f2c + 1827f98 commit 75ec3cb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/web/config/chain-infos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1680,6 +1680,13 @@ const chainInfos = (
isStakeCurrency: true,
isFeeCurrency: true,
},
{
coinDenom: "USK",
coinMinimalDenom: "factory:kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7:uusk",
coinDecimals: 6,
coinGeckoId: "usk",
coinImageUrl: "/tokens/usk.png",
},
],
gasPriceStep: {
low: 0.01,
Expand Down
14 changes: 14 additions & 0 deletions packages/web/config/ibc-assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,10 @@ export const IBCAssetInfos: (IBCAsset & {
sourceChannelId: "channel-259",
destChannelId: "channel-3",
coinMinimalDenom: "ukuji",
depositUrlOverride:
"https://blue.kujira.app/ibc?destination=osmosis-1&denom=ukuji",
// withdrawUrlOverride:
// "https://blue.kujira.app/ibc?destination=kaiyo-1&source=osmosis-1&denom=ukuji",
isVerified: true,
},
{
Expand Down Expand Up @@ -941,6 +945,16 @@ export const IBCAssetInfos: (IBCAsset & {
destChannelId: "channel-378",
coinMinimalDenom: "ulamb",
},
{
counterpartyChainId: "kaiyo-1",
sourceChannelId: "channel-259",
destChannelId: "channel-3",
coinMinimalDenom: "factory:kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7:uusk",
depositUrlOverride:
"https://blue.kujira.app/ibc?destination=osmosis-1&source=kaiyo-1&denom=factory%2Fkujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7%2Fuusk",
withdrawUrlOverride:
"https://blue.kujira.app/ibc?destination=kaiyo-1&source=osmosis-1&denom=ibc%2F44492EAB24B72E3FB59B9FA619A22337FB74F95D8808FE6BC78CC0E6C18DC2EC",
},
].filter((ibcAsset) => {
// validate IBC asset config
if (
Expand Down
Binary file added packages/web/public/tokens/usk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

2 comments on commit 75ec3cb

@vercel
Copy link

@vercel vercel bot commented on 75ec3cb Oct 20, 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 75ec3cb Oct 20, 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.