Skip to content

Commit

Permalink
Merge pull request #191 from levelkdev/develop
Browse files Browse the repository at this point in the history
Alpha 3
  • Loading branch information
Federico Luzzi authored Mar 7, 2021
2 parents 99debba + 88e84bd commit ad217ad
Show file tree
Hide file tree
Showing 86 changed files with 2,184 additions and 1,039 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "dxswap-dapp",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "DXswap Decentralized Application",
"devDependencies": {
"@ethersproject/experimental": "^5.0.1",
"@fontsource/montserrat": "^4.2.1",
"@popperjs/core": "^2.4.4",
"@reach/dialog": "^0.10.3",
"@reach/portal": "^0.10.3",
Expand All @@ -26,25 +27,25 @@
"@types/wcag-contrast": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"@web3-react/authereum-connector": "^6.1.6",
"@web3-react/core": "^6.0.9",
"@web3-react/authereum-connector": "^6.1.9",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.1.1",
"@web3-react/network-connector": "^6.1.9",
"@web3-react/walletconnect-connector": "^6.1.9",
"ajv": "^6.12.3",
"cids": "^1.0.0",
"copy-to-clipboard": "^3.2.0",
"cross-env": "^7.0.2",
"cypress": "^4.11.0",
"dxswap-core": "git://github.com/levelkdev/dxswap-core.git#v0.3.1",
"dxswap-periphery": "git://github.com/levelkdev/dxswap-periphery.git#v0.3.2",
"dxswap-sdk": "git://github.com/levelkdev/dxswap-sdk.git#v0.3.7",
"dxswap-core": "git://github.com/levelkdev/dxswap-core.git#v0.3.6",
"dxswap-periphery": "git://github.com/levelkdev/dxswap-periphery.git#v0.3.7",
"dxswap-sdk": "git://github.com/levelkdev/dxswap-sdk.git#v0.6.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.0",
"ethers": "^5.0.7",
"fontsource-montserrat": "^3.0.9",
"git-revision-webpack-plugin": "^3.0.6",
"http-server": "^0.12.3",
"i18next": "^15.0.9",
Expand Down Expand Up @@ -116,6 +117,7 @@
},
"license": "GPL-3.0-or-later",
"dependencies": {
"query-string": "^6.13.8",
"react-use": "^15.3.3"
}
}
1 change: 1 addition & 0 deletions public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"send": "Send",
"sendAnyway": "Send Anyway",
"pool": "Pool",
"governance": "Governance",
"betaWarning": "This project is in beta. Use at your own risk.",
"input": "Input",
"output": "Output",
Expand Down
1 change: 1 addition & 0 deletions public/locales/es-AR.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"swap": "Intercambiar",
"send": "Enviar",
"pool": "Pool",
"governance": "Governance",
"betaWarning": "Este proyecto se encuentra en beta. Usalo bajo tu propio riesgo.",
"input": "Entrada",
"output": "Salida",
Expand Down
Binary file added src/assets/images/poa-logo.png
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 src/assets/images/xdai-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/assets/svg/honeyswap-logo.svg
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 src/assets/svg/suitesistina.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions src/assets/svg/sushiswap-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ad217ad

Please sign in to comment.