Skip to content

Commit

Permalink
v7.7.0
Browse files Browse the repository at this point in the history
v7.7.0
  • Loading branch information
platschi authored Sep 15, 2023
2 parents 8fe22f6 + 9bcf051 commit de08e73
Show file tree
Hide file tree
Showing 94 changed files with 6,885 additions and 119 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
NEXT_PUBLIC_WALLETCONNECT_V2_ID: ${{ secrets.NEXT_PUBLIC_WALLETCONNECT_V2_ID }}

- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kwenta",
"version": "7.6.0",
"version": "7.7.0",
"description": "Kwenta",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/.env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ NEXT_PUBLIC_CLOSE_ONLY=false
NEXT_PUBLIC_WALLETCONNECT_V2_ID="WALLETCONNECT_V2_ID"
NEXT_PUBLIC_DEVNET_ENABLED=true
NEXT_PUBLIC_DEVNET_RPC_URL="NEXT_PUBLIC_DEVNET_RPC_URL"
NEXT_PUBLIC_ONE_INCH_COINGECKO_PROXY="http://[HOST]:[PORT]" # http://localhost:5001
NEXT_PUBLIC_SERVICES_PROXY="https://proxy.kwenta.io:443/proxy" # http://localhost:5001
6 changes: 6 additions & 0 deletions packages/app/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ const baseConfig = {
destination: '/exchange/?quote=:quote&base=:base',
permanent: true,
},
{
source: '/',
has: [{ type: 'query', key: 'ref' }],
destination: '/market/?ref=:ref',
permanent: true,
},
]
},
productionBrowserSourceMaps: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kwenta/app",
"version": "7.6.0",
"version": "7.7.0",
"scripts": {
"dev": "next",
"build": "next build",
Expand Down
Binary file added packages/app/public/images/referrals/bronze.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/images/referrals/gold.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/images/referrals/silver.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/app/src/assets/svg/referrals/bronze-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions packages/app/src/assets/svg/referrals/bronze.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/app/src/assets/svg/referrals/copy-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
201 changes: 201 additions & 0 deletions packages/app/src/assets/svg/referrals/deep-liquidity.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/app/src/assets/svg/referrals/gold-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions packages/app/src/assets/svg/referrals/gold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/app/src/assets/svg/referrals/inactive-tier.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 84 additions & 0 deletions packages/app/src/assets/svg/referrals/low-fees.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions packages/app/src/assets/svg/referrals/minting.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions packages/app/src/assets/svg/referrals/modal-background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit de08e73

@vercel
Copy link

@vercel vercel bot commented on de08e73 Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kwenta – ./packages/app

kwenta-kwenta.vercel.app
kwenta.io
kwenta-git-main-kwenta.vercel.app

Please sign in to comment.