Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #532 from alchemix-finance/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
n4n0GH authored Sep 18, 2023
2 parents a6ef0b4 + 297bb9f commit b54f39f
Show file tree
Hide file tree
Showing 71 changed files with 39,390 additions and 1,419 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"scripts": {
"abi": "bash ./scripts/mainnetAbi.sh",
"makeEnv": "bash ./scripts/makeEnv.sh",
"build": "cross-env NODE_ENV=production vite build",
"build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build",
"build:gha": "cross-env NODE_OPTIONS=--max-old-space-size=8192 NODE_ENV=ipfs vite build",
"vercel_debug_build": "echo $DEBUG_MODE; yarn makeEnv && yarn build",
"dev:noabi": "node -v && yarn format && cross-env NODE_ENV=development vite --port 5005",
"dev": "node -v && yarn abi && yarn format && cross-env NODE_ENV=development vite --port 5005",
"dev:noabi": "node -v && yarn format && cross-env NODE_ENV=development NODE_OPTIONS=--max-old-space-size=8192 vite --port 5005",
"dev": "node -v && yarn abi && yarn format && cross-env NODE_ENV=development NODE_OPTIONS=--max-old-space-size=8192 vite --port 5005",
"format": "yarn run prettier && yarn run lint",
"lint": "yarn run eslint ./src/ --ext .js,.ts,.svelte",
"prettier": "npx prettier --write src/**/*.{js,svelte,ts,html} --write public/*.html --no-error-on-unmatched-pattern"
Expand Down Expand Up @@ -49,21 +49,22 @@
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"typescript": "4.5.5",
"vite": "^3.0.4"
"vite": "^3.2.7"
},
"dependencies": {
"@connext/sdk": "2.1.2",
"@lottiefiles/lottie-player": "^1.5.7",
"@snapshot-labs/snapshot.js": "^0.4.57",
"@tkh/tailwind-plugin-flex-basis": "^1.4.0",
"@web3-onboard/coinbase": "^2.2.2",
"@web3-onboard/core": "^2.16.2",
"@web3-onboard/injected-wallets": "^2.8.4",
"@web3-onboard/keystone": "^2.3.5",
"@web3-onboard/ledger": "^2.4.4",
"@web3-onboard/taho": "^2.0.2",
"@web3-onboard/trezor": "^2.3.5",
"@web3-onboard/walletconnect": "^2.4.0",
"@web3-onboard/walletlink": "^2.1.5",
"@web3-onboard/coinbase": "^2.2.5",
"@web3-onboard/core": "^2.20.4",
"@web3-onboard/injected-wallets": "^2.10.2",
"@web3-onboard/keystone": "^2.3.7",
"@web3-onboard/ledger": "^2.5.1",
"@web3-onboard/taho": "^2.0.5",
"@web3-onboard/trezor": "^2.4.2",
"@web3-onboard/walletconnect": "^2.4.2",
"@web3-onboard/walletlink": "^2.1.7",
"assert": "^2.0.0",
"autoprefixer": "^10.2.5",
"axios": "^0.27.2",
Expand Down
19 changes: 19 additions & 0 deletions public/images/integrations/connext.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
420 changes: 420 additions & 0 deletions src/abi/arbitrum/AAVETokenAdapter_DAI.json

Large diffs are not rendered by default.

420 changes: 420 additions & 0 deletions src/abi/arbitrum/AAVETokenAdapter_USDC.json

Large diffs are not rendered by default.

420 changes: 420 additions & 0 deletions src/abi/arbitrum/AAVETokenAdapter_USDT.json

Large diffs are not rendered by default.

420 changes: 420 additions & 0 deletions src/abi/arbitrum/AAVETokenAdapter_WETH.json

Large diffs are not rendered by default.

Loading

1 comment on commit b54f39f

@vercel
Copy link

@vercel vercel bot commented on b54f39f Sep 18, 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.