Skip to content

Commit

Permalink
👽️ Use USDC in osmosis
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Oct 19, 2023
1 parent ff8c822 commit 72ecae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/IscnRegisterForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
<Link
v-if="error === 'INSUFFICIENT_BALANCE'"
:class="['text-white','ml-[2px]']"
href="https://app.osmosis.zone/?from=UST&to=LIKE"
href="https://app.osmosis.zone/?from=USDC&to=LIKE"
>
{{ $t('IscnRegisterForm.error.buy') }}
</Link>
Expand Down
2 changes: 1 addition & 1 deletion components/TokenBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
preset="tertiary"
text-preset="h6"
size="mini"
href="https://app.osmosis.zone/?from=ATOM&to=LIKE"
href="https://app.osmosis.zone/?from=USDC&to=LIKE"
:text="$t('HomePage.button.osmosis')"
/>
<!-- help button -->
Expand Down

0 comments on commit 72ecae7

Please sign in to comment.