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

new release v0.4.4 #175

Merged
merged 25 commits into from
Mar 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fd5f48c
chore: adding osmosis chain (#166)
canhtrinh Feb 23, 2022
686491b
chore: fixing dependencies
canhtrinh Feb 23, 2022
8a87bbf
chore: adding osmosis testnet configs (#169)
canhtrinh Feb 23, 2022
0220689
chore: updating osmosis name for testnet
canhtrinh Feb 23, 2022
9bf97a5
chore: bumping sdk version to 0.4.11
canhtrinh Feb 24, 2022
98db1eb
chore: adding usdc.fake to wallet configs for axelar and osmosis
canhtrinh Feb 24, 2022
2329b2b
chore: updating in-app deposits for osmosis
canhtrinh Feb 24, 2022
8ce617f
chore: code cleanup
canhtrinh Feb 24, 2022
134d11f
chore: updating top flows with usdc-fake, removing ftm, removing sign…
canhtrinh Feb 25, 2022
854cab7
chore: typo in environment toggle
canhtrinh Feb 25, 2022
f5f0af7
chore: making testnet env more clear
canhtrinh Feb 25, 2022
7e5120e
chore: bumping sdk version
canhtrinh Feb 25, 2022
27a25e3
chore: disabling osmosis
canhtrinh Feb 25, 2022
4035457
chore: enabling osmosis in testnet
canhtrinh Feb 26, 2022
d07d777
chore: updating configs for new osmosis-2 chain in testnet
canhtrinh Feb 27, 2022
dfc6931
chore: locking sdk version
canhtrinh Feb 27, 2022
46d4867
chore: updating denom map for uusdc
canhtrinh Feb 27, 2022
f5ff169
Feat/add confirm button (#168)
npty Feb 28, 2022
fd8b060
fix: restricting users from being able to change anything before sign…
canhtrinh Mar 1, 2022
f2499a0
fix: merge conflicts for main back to develop
canhtrinh Mar 1, 2022
c180f36
chore: updating satellite to open link to deposit confirmation tool (…
canhtrinh Mar 1, 2022
300811e
chore: updating landing page and support links to new zendesk system
canhtrinh Mar 2, 2022
6b708ce
chore: changing error logs to info logs
canhtrinh Mar 2, 2022
59eea6c
fix: fixing logic that filters out fantom in lower environments
canhtrinh Mar 2, 2022
156133a
chore: adding canh-testing CI
canhtrinh Mar 2, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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