Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
new release v0.4.4 (#175)
Browse files Browse the repository at this point in the history
* chore: adding osmosis chain testnet (#166)
* chore: adding usdc.fake to wallet configs for axelar and osmosis
* chore: updating in-app deposits for osmosis
* chore: updating top flows with usdc-fake, removing ftm, removing sign text
* chore: updating configs for new osmosis-2 chain in testnet
* Feat/add confirm button (#168)
* fix: restricting users from being able to change anything before signing (#172)
* First time warning (#170)
* chore: polygon bandaid increasing conf height to 225 and wait time to 15 min (#171)
* chore: updating satellite to open link to deposit confirmation tool (#174)
* chore: updating landing page and support links to new zendesk system
* chore: changing error logs to info logs
* fix: fixing logic that filters out fantom in lower environments
* chore: adding canh-testing CI
  • Loading branch information
canhtrinh authored Mar 2, 2022
1 parent 0bb515f commit 3590825
Show file tree
Hide file tree
Showing 40 changed files with 1,102 additions and 645 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deploy-ui-to-canh-testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: deploy-ui-to-canh-testing-mainnet
on:
push:
branches: canh-testing

jobs:
deploy-ui-to-canh-testing-mainnet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: amondnet/vercel-action@v20
id: deploy-ui-to-canh-testing-mainnet
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.CTT_PERSONAL_VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.CTT_PERSONAL_VERCEL_PROJECT_ID }}
vercel-args: "--prod"
alias-domains: |
canh-testing.vercel.app
Loading

0 comments on commit 3590825

Please sign in to comment.