Skip to content

Commit

Permalink
update oraidex link
Browse files Browse the repository at this point in the history
  • Loading branch information
marxeille committed Sep 5, 2024
1 parent 9869cca commit e8d06ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/extension/src/pages/explore/explore-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const defiData = [
logo: images.dapps_dex_logo,
title: "OraiDEX",
subTitle: "Universal swap, Bridge and earn tokens",
url: "https://oraidex.io/" + ref,
url: "https://app.oraidex.io/" + ref,
},
{
images: images.img_homebase,
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/src/screens/web/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const oraiLogo = require("../../assets/image/webpage/orai_logo.png");
export const DAppInfos: DAppInfo[] = [
{
name: "Oraidex",
uri: "https://oraidex.io",
uri: "https://app.oraidex.io",
logo: oraiLogo,
},
// {
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/src/screens/web/helper/browser-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const defiData = [
logo: images.dapps_dex_logo,
title: "OraiDEX",
subTitle: "Universal swap, Bridge and earn tokens",
url: "https://oraidex.io/",
url: "https://app.oraidex.io/",
},
{
images: images.img_homebase,
Expand Down Expand Up @@ -93,7 +93,7 @@ export const dataBookMarks = [
{
url: getFavicon("https://oraidex.io"),
name: "oraidex",
link: "https://oraidex.io",
link: "https://app.oraidex.io",
},
{
url: getFavicon("https://orai.io"),
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/src/stores/browser/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const DAppInfos = [
{
id: 1,
name: "Oraidex",
uri: "https://oraidex.io/",
uri: "https://app.oraidex.io/",
},
{
id: 3,
Expand Down

0 comments on commit e8d06ab

Please sign in to comment.