Skip to content

Commit

Permalink
add paraswap app
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed May 25, 2021
1 parent eb0b75b commit fe0c7a1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
11 changes: 11 additions & 0 deletions config/appsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ const ETHEREUM_NETWORK = {
RINKEBY: 4,
GOERLI: 5,
KOVAN: 42,
BSC: 56,
XDAI: 100,
POLYGON: 137,
ENERGY_WEB_CHAIN: 246,
VOLTA: 73799,
UNKNOWN: 0,
Expand Down Expand Up @@ -100,6 +102,15 @@ const safeAppsConfig = [
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmT96aES2YA9BssByc6DVizQDkofmKRErs8gJyqWipjyS8`,
networks: [ETHEREUM_NETWORK.MAINNET],
},
// Paraswap
{
url: `https://paraswap.io`,
networks: [
ETHEREUM_NETWORK.MAINNET,
ETHEREUM_NETWORK.POLYGON,
ETHEREUM_NETWORK.BSC,
],
},
// Pooltogether
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmTa21pi77hiT1sLCGy5BeVwcyzExUSp2z7byxZukye8hr`,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Gnosis Safe default apps list",
"main": "public/app-list.json",
"scripts": {
"build": "rimraf public && mkdir -p public && cross-env node src/write.js > public/gnosis-default.applist.json",
"build": "rimraf public && mkdir -p public && node src/write.js > public/gnosis-default.applist.json",
"start": "nodemon src/startDev.js"
},
"dependencies": {
Expand Down
19 changes: 18 additions & 1 deletion public/gnosis-default.applist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Gnosis Safe default apps list",
"timestamp": "2021-05-24T09:30:10.679Z",
"timestamp": "2021-05-25T08:29:09.758Z",
"version": {
"major": 0,
"minor": 1,
Expand Down Expand Up @@ -240,6 +240,23 @@
1
]
},
{
"id": "{\"url\":\"https://paraswap.io\",\"name\":\"ParaSwap\"}",
"url": "https://paraswap.io",
"name": "ParaSwap",
"iconUrl": "https://paraswap.io/paraswap.svg",
"description": "ParaSwap allows dApps and traders to get the best DEX liquidity by aggregating multiple markets and offering the best rates",
"iconPath": "paraswap.svg",
"providedBy": {
"name": "ParaSwap",
"url": "https://paraswap.io"
},
"networks": [
1,
137,
56
]
},
{
"id": "{\"url\":\"https://cloudflare-ipfs.com/ipfs/QmTa21pi77hiT1sLCGy5BeVwcyzExUSp2z7byxZukye8hr\",\"name\":\"P\"}",
"url": "https://cloudflare-ipfs.com/ipfs/QmTa21pi77hiT1sLCGy5BeVwcyzExUSp2z7byxZukye8hr",
Expand Down

0 comments on commit fe0c7a1

Please sign in to comment.