Skip to content

Commit

Permalink
react-app, deploy: Update osmosis url and remove liquid & emeris
Browse files Browse the repository at this point in the history
  • Loading branch information
hochiw committed Jul 29, 2022
1 parent 90e49ba commit e9a4a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
6 changes: 1 addition & 5 deletions deploy/likedao/values.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ reactApp:
githubLink: https://github.com/likecoin/likedao
tokenLinks:
- name: osmosis
link: https://app.osmosis.zone/?from=ATOM&to=LIKE
- name: liquid
link: https://app.liquid.com/exchange/LIKEUSDT
- name: emeris
link: https://app.emeris.com/welcome
link: https://app.osmosis.zone/?from=OSMO&to=LIKE
contactSupport: https://go.crisp.chat/chat/embed/?website_id=5c009125-5863-4059-ba65-43f177ca33f7
bech32Config:
bech32PrefixAccAddr: like
Expand Down
10 changes: 1 addition & 9 deletions react-app/config/config.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,7 @@ window.appConfig = {
tokenLinks: [
{
name: "osmosis",
link: "https://app.osmosis.zone/?from=ATOM&to=LIKE",
},
{
name: "liquid",
link: "https://app.liquid.com/exchange/LIKEUSDT",
},
{
name: "emeris",
link: "https://app.emeris.com/welcome",
link: "https://app.osmosis.zone/?from=OSMO&to=LIK",
},
],
contactSupport:
Expand Down

0 comments on commit e9a4a0a

Please sign in to comment.