Skip to content

Commit

Permalink
Merge pull request #1151 from interlay/tom/release/interlay/2.30.1
Browse files Browse the repository at this point in the history
[release] Interlay 2.30.1
  • Loading branch information
tomjeatt authored Apr 26, 2023
2 parents ed7d620 + 2fbf2c3 commit 77b821c
Show file tree
Hide file tree
Showing 107 changed files with 4,870 additions and 712 deletions.
4 changes: 4 additions & 0 deletions .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
REACT_APP_FEATURE_FLAG_LENDING=enabled
REACT_APP_FEATURE_FLAG_AMM=enabled
REACT_APP_FEATURE_FLAG_WALLET=enabled
REACT_APP_FEATURE_FLAG_BANXA=enabled


/* DEVELOPMENT */

Expand Down Expand Up @@ -56,6 +58,7 @@ REACT_APP_PARACHAIN_ID="2092"
DOCKER_RELAY_CHAIN_CURRENCY="KSM"
REACT_APP_SQUID_URL="https://api-kusama.interlay.io/graphql/graphql"
REACT_APP_MARKET_DATA_URL="https://api.coingecko.com/api/v3/simple/price?vs_currencies=usd"
REACT_APP_SIGNER_API_URL="https://interbtc-ui-kintsugi-testnet-git-api-terms-interlay.vercel.app/terms"

// Interlay mainnet

Expand All @@ -69,3 +72,4 @@ REACT_APP_PARACHAIN_ID="2032"
DOCKER_RELAY_CHAIN_CURRENCY="DOT"
REACT_APP_SQUID_URL="https://api.interlay.io/graphql/graphql"
REACT_APP_MARKET_DATA_URL="https://api.coingecko.com/api/v3/simple/price?vs_currencies=usd"
REACT_APP_SIGNER_API_URL="https://interbtc-ui-kintsugi-testnet-git-api-terms-interlay.vercel.app/terms"
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
build
src/react-app-env.d.ts
cypress
api
Loading

1 comment on commit 77b821c

@vercel
Copy link

@vercel vercel bot commented on 77b821c Apr 26, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.